Creation:2024-08-11Last update:2025-11-22
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
Watch Dictionaries
bash
Copy code
Copy the code to the clipboard
npx intlayer watchThis 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 watchnpx intlayer dictionary watchnpx intlayer dic watch
Arguments:
--with: Start command in parallel with the watch.Example:
npx intlayer watch --with "next dev --turbopack"