Receive notifications about upcoming Intlayer releases
    Creation:2024-08-11Last update:2025-11-22

    Watch Dictionaries

    npx intlayer watch

    This command will watch for changes in your content declaration files and build the dictionaries in the .intlayer directory. This command is the equivalent of npx intlayer build --watch --skip-prepare.

    Aliases:

    • npx intlayer dictionaries watch
    • npx intlayer dictionary watch
    • npx intlayer dic watch

    Arguments:

    • --with: Start command in parallel with the watch.

      Example: npx intlayer watch --with "next dev --turbopack"
    Receive notifications about upcoming Intlayer releases