@intlayer/docs 8.9.2 → 8.9.4-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/common.cjs.map +1 -1
- package/dist/cjs/generated/blog.entry.cjs.map +1 -1
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
- package/dist/cjs/generated/legal.entry.cjs.map +1 -1
- package/dist/esm/common.mjs.map +1 -1
- package/dist/esm/generated/blog.entry.mjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
- package/dist/esm/generated/legal.entry.mjs.map +1 -1
- package/docs/ar/agent_skills.md +13 -1
- package/docs/ar/autoFill.md +13 -1
- package/docs/ar/cli/build.md +26 -2
- package/docs/ar/cli/ci.md +26 -2
- package/docs/ar/cli/configuration.md +26 -2
- package/docs/ar/cli/debug.md +32 -2
- package/docs/ar/cli/doc-review.md +13 -1
- package/docs/ar/cli/doc-translate.md +13 -1
- package/docs/ar/cli/extract.md +13 -1
- package/docs/ar/cli/fill.md +26 -2
- package/docs/ar/cli/init.md +52 -4
- package/docs/ar/cli/list.md +52 -4
- package/docs/ar/cli/list_projects.md +78 -6
- package/docs/ar/cli/login.md +65 -5
- package/docs/ar/cli/pull.md +26 -2
- package/docs/ar/cli/push.md +13 -1
- package/docs/ar/cli/standalone.md +52 -4
- package/docs/ar/cli/test.md +26 -2
- package/docs/ar/cli/version.md +16 -1
- package/docs/ar/cli/watch.md +13 -1
- package/docs/ar/compiler.md +39 -3
- package/docs/ar/dictionary/plurial.md +4 -4
- package/docs/ar/intlayer_CMS.md +52 -4
- package/docs/ar/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/ar/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/ar/mcp_server.md +13 -1
- package/docs/ar/packages/intlayer/exports.md +13 -1
- package/docs/ar/packages/intlayer-cli/exports.md +13 -1
- package/docs/ar/readme.md +13 -1
- package/docs/ar/releases/v6.md +52 -4
- package/docs/ar/releases/v7.md +13 -1
- package/docs/ar/testing.md +26 -2
- package/docs/bn/cli/init.md +52 -4
- package/docs/bn/cli/standalone.md +52 -4
- package/docs/cs/cli/init.md +52 -4
- package/docs/cs/cli/standalone.md +52 -4
- package/docs/de/agent_skills.md +13 -1
- package/docs/de/autoFill.md +13 -1
- package/docs/de/cli/build.md +26 -2
- package/docs/de/cli/ci.md +26 -2
- package/docs/de/cli/configuration.md +26 -2
- package/docs/de/cli/debug.md +32 -2
- package/docs/de/cli/doc-review.md +13 -1
- package/docs/de/cli/doc-translate.md +13 -1
- package/docs/de/cli/extract.md +13 -1
- package/docs/de/cli/fill.md +26 -2
- package/docs/de/cli/init.md +39 -3
- package/docs/de/cli/list.md +52 -4
- package/docs/de/cli/list_projects.md +78 -6
- package/docs/de/cli/login.md +65 -5
- package/docs/de/cli/pull.md +26 -2
- package/docs/de/cli/push.md +13 -1
- package/docs/de/cli/standalone.md +52 -4
- package/docs/de/cli/test.md +26 -2
- package/docs/de/cli/version.md +16 -1
- package/docs/de/cli/watch.md +13 -1
- package/docs/de/compiler.md +39 -3
- package/docs/de/dictionary/plurial.md +4 -4
- package/docs/de/intlayer_CMS.md +52 -4
- package/docs/de/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/de/mcp_server.md +13 -1
- package/docs/de/packages/intlayer/exports.md +13 -1
- package/docs/de/packages/intlayer-cli/exports.md +13 -1
- package/docs/de/readme.md +13 -1
- package/docs/de/releases/v6.md +52 -4
- package/docs/de/releases/v7.md +13 -1
- package/docs/de/testing.md +26 -2
- package/docs/en/agent_skills.md +13 -1
- package/docs/en/autoFill.md +13 -1
- package/docs/en/cli/build.md +26 -2
- package/docs/en/cli/ci.md +26 -2
- package/docs/en/cli/configuration.md +26 -2
- package/docs/en/cli/debug.md +32 -2
- package/docs/en/cli/doc-review.md +13 -1
- package/docs/en/cli/doc-translate.md +13 -1
- package/docs/en/cli/extract.md +13 -1
- package/docs/en/cli/fill.md +26 -2
- package/docs/en/cli/init.md +52 -4
- package/docs/en/cli/list.md +52 -4
- package/docs/en/cli/list_projects.md +78 -6
- package/docs/en/cli/login.md +65 -5
- package/docs/en/cli/pull.md +26 -2
- package/docs/en/cli/push.md +13 -1
- package/docs/en/cli/standalone.md +52 -4
- package/docs/en/cli/test.md +26 -2
- package/docs/en/cli/version.md +16 -1
- package/docs/en/cli/watch.md +13 -1
- package/docs/en/compiler.md +39 -3
- package/docs/en/dictionary/plurial.md +4 -4
- package/docs/en/intlayer_CMS.md +52 -4
- package/docs/en/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/en/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/en/mcp_server.md +13 -1
- package/docs/en/packages/intlayer/exports.md +13 -1
- package/docs/en/packages/intlayer-cli/exports.md +13 -1
- package/docs/en/readme.md +13 -1
- package/docs/en/releases/v6.md +52 -4
- package/docs/en/releases/v7.md +13 -1
- package/docs/en/testing.md +26 -2
- package/docs/en-GB/agent_skills.md +13 -1
- package/docs/en-GB/autoFill.md +13 -1
- package/docs/en-GB/cli/build.md +26 -2
- package/docs/en-GB/cli/ci.md +26 -2
- package/docs/en-GB/cli/configuration.md +26 -2
- package/docs/en-GB/cli/debug.md +32 -2
- package/docs/en-GB/cli/doc-review.md +13 -1
- package/docs/en-GB/cli/doc-translate.md +13 -1
- package/docs/en-GB/cli/extract.md +13 -1
- package/docs/en-GB/cli/fill.md +26 -2
- package/docs/en-GB/cli/init.md +52 -4
- package/docs/en-GB/cli/list.md +52 -4
- package/docs/en-GB/cli/list_projects.md +78 -6
- package/docs/en-GB/cli/login.md +78 -6
- package/docs/en-GB/cli/pull.md +26 -2
- package/docs/en-GB/cli/push.md +13 -1
- package/docs/en-GB/cli/standalone.md +52 -4
- package/docs/en-GB/cli/test.md +39 -3
- package/docs/en-GB/cli/version.md +16 -1
- package/docs/en-GB/cli/watch.md +13 -1
- package/docs/en-GB/compiler.md +39 -3
- package/docs/en-GB/dictionary/plurial.md +4 -4
- package/docs/en-GB/intlayer_CMS.md +52 -4
- package/docs/en-GB/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/en-GB/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/en-GB/mcp_server.md +13 -1
- package/docs/en-GB/packages/intlayer/exports.md +13 -1
- package/docs/en-GB/packages/intlayer-cli/exports.md +13 -1
- package/docs/en-GB/readme.md +13 -1
- package/docs/en-GB/releases/v6.md +52 -4
- package/docs/en-GB/releases/v7.md +13 -1
- package/docs/en-GB/testing.md +26 -2
- package/docs/es/agent_skills.md +13 -1
- package/docs/es/autoFill.md +13 -1
- package/docs/es/cli/build.md +26 -2
- package/docs/es/cli/ci.md +26 -2
- package/docs/es/cli/configuration.md +26 -2
- package/docs/es/cli/debug.md +32 -2
- package/docs/es/cli/doc-review.md +13 -1
- package/docs/es/cli/doc-translate.md +13 -1
- package/docs/es/cli/extract.md +13 -1
- package/docs/es/cli/fill.md +26 -2
- package/docs/es/cli/init.md +52 -4
- package/docs/es/cli/list.md +52 -4
- package/docs/es/cli/list_projects.md +78 -6
- package/docs/es/cli/login.md +78 -6
- package/docs/es/cli/pull.md +26 -2
- package/docs/es/cli/push.md +13 -1
- package/docs/es/cli/standalone.md +52 -4
- package/docs/es/cli/test.md +26 -2
- package/docs/es/cli/version.md +16 -1
- package/docs/es/cli/watch.md +13 -1
- package/docs/es/compiler.md +39 -3
- package/docs/es/dictionary/plurial.md +4 -4
- package/docs/es/intlayer_CMS.md +52 -4
- package/docs/es/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/es/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/es/mcp_server.md +13 -1
- package/docs/es/packages/intlayer/exports.md +13 -1
- package/docs/es/packages/intlayer-cli/exports.md +13 -1
- package/docs/es/readme.md +13 -1
- package/docs/es/releases/v6.md +52 -4
- package/docs/es/releases/v7.md +13 -1
- package/docs/es/testing.md +26 -2
- package/docs/fr/agent_skills.md +13 -1
- package/docs/fr/autoFill.md +13 -1
- package/docs/fr/cli/build.md +26 -2
- package/docs/fr/cli/ci.md +26 -2
- package/docs/fr/cli/configuration.md +26 -2
- package/docs/fr/cli/debug.md +32 -2
- package/docs/fr/cli/doc-review.md +13 -1
- package/docs/fr/cli/doc-translate.md +13 -1
- package/docs/fr/cli/extract.md +13 -1
- package/docs/fr/cli/fill.md +26 -2
- package/docs/fr/cli/init.md +52 -4
- package/docs/fr/cli/list.md +52 -4
- package/docs/fr/cli/list_projects.md +78 -6
- package/docs/fr/cli/login.md +78 -6
- package/docs/fr/cli/pull.md +26 -2
- package/docs/fr/cli/push.md +13 -1
- package/docs/fr/cli/standalone.md +52 -4
- package/docs/fr/cli/test.md +26 -2
- package/docs/fr/cli/version.md +16 -1
- package/docs/fr/cli/watch.md +13 -1
- package/docs/fr/compiler.md +39 -3
- package/docs/fr/dictionary/plurial.md +4 -4
- package/docs/fr/intlayer_CMS.md +52 -4
- package/docs/fr/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/fr/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/fr/mcp_server.md +13 -1
- package/docs/fr/packages/intlayer/exports.md +13 -1
- package/docs/fr/packages/intlayer-cli/exports.md +13 -1
- package/docs/fr/readme.md +13 -1
- package/docs/fr/releases/v6.md +52 -4
- package/docs/fr/releases/v7.md +13 -1
- package/docs/fr/testing.md +26 -2
- package/docs/hi/agent_skills.md +13 -1
- package/docs/hi/autoFill.md +13 -1
- package/docs/hi/cli/build.md +26 -2
- package/docs/hi/cli/ci.md +26 -2
- package/docs/hi/cli/configuration.md +26 -2
- package/docs/hi/cli/debug.md +32 -2
- package/docs/hi/cli/doc-review.md +13 -1
- package/docs/hi/cli/doc-translate.md +13 -1
- package/docs/hi/cli/extract.md +13 -1
- package/docs/hi/cli/fill.md +26 -2
- package/docs/hi/cli/init.md +52 -4
- package/docs/hi/cli/list.md +52 -4
- package/docs/hi/cli/list_projects.md +78 -6
- package/docs/hi/cli/login.md +78 -6
- package/docs/hi/cli/pull.md +26 -2
- package/docs/hi/cli/push.md +13 -1
- package/docs/hi/cli/standalone.md +52 -4
- package/docs/hi/cli/test.md +26 -2
- package/docs/hi/cli/version.md +16 -1
- package/docs/hi/cli/watch.md +13 -1
- package/docs/hi/compiler.md +39 -3
- package/docs/hi/dictionary/plurial.md +4 -4
- package/docs/hi/intlayer_CMS.md +52 -4
- package/docs/hi/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/hi/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/hi/mcp_server.md +13 -1
- package/docs/hi/packages/intlayer/exports.md +13 -1
- package/docs/hi/packages/intlayer-cli/exports.md +13 -1
- package/docs/hi/readme.md +13 -1
- package/docs/hi/releases/v6.md +52 -4
- package/docs/hi/releases/v7.md +13 -1
- package/docs/hi/testing.md +26 -2
- package/docs/id/agent_skills.md +13 -1
- package/docs/id/autoFill.md +13 -1
- package/docs/id/cli/build.md +26 -2
- package/docs/id/cli/ci.md +26 -2
- package/docs/id/cli/configuration.md +26 -2
- package/docs/id/cli/debug.md +32 -2
- package/docs/id/cli/doc-review.md +13 -1
- package/docs/id/cli/doc-translate.md +13 -1
- package/docs/id/cli/extract.md +13 -1
- package/docs/id/cli/fill.md +26 -2
- package/docs/id/cli/init.md +52 -4
- package/docs/id/cli/list.md +52 -4
- package/docs/id/cli/list_projects.md +78 -6
- package/docs/id/cli/login.md +65 -5
- package/docs/id/cli/pull.md +26 -2
- package/docs/id/cli/push.md +13 -1
- package/docs/id/cli/standalone.md +52 -4
- package/docs/id/cli/test.md +26 -2
- package/docs/id/cli/version.md +16 -1
- package/docs/id/cli/watch.md +13 -1
- package/docs/id/compiler.md +39 -3
- package/docs/id/dictionary/plurial.md +4 -4
- package/docs/id/intlayer_CMS.md +52 -4
- package/docs/id/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/id/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/id/mcp_server.md +13 -1
- package/docs/id/packages/intlayer/exports.md +13 -1
- package/docs/id/packages/intlayer-cli/exports.md +13 -1
- package/docs/id/readme.md +13 -1
- package/docs/id/releases/v6.md +52 -4
- package/docs/id/releases/v7.md +13 -1
- package/docs/id/testing.md +26 -2
- package/docs/it/agent_skills.md +13 -1
- package/docs/it/autoFill.md +13 -1
- package/docs/it/cli/build.md +26 -2
- package/docs/it/cli/ci.md +26 -2
- package/docs/it/cli/configuration.md +26 -2
- package/docs/it/cli/debug.md +32 -2
- package/docs/it/cli/doc-review.md +13 -1
- package/docs/it/cli/doc-translate.md +13 -1
- package/docs/it/cli/extract.md +13 -1
- package/docs/it/cli/fill.md +26 -2
- package/docs/it/cli/init.md +52 -4
- package/docs/it/cli/list.md +52 -4
- package/docs/it/cli/list_projects.md +78 -6
- package/docs/it/cli/login.md +65 -5
- package/docs/it/cli/pull.md +26 -2
- package/docs/it/cli/push.md +13 -1
- package/docs/it/cli/standalone.md +52 -4
- package/docs/it/cli/test.md +26 -2
- package/docs/it/cli/version.md +16 -1
- package/docs/it/cli/watch.md +13 -1
- package/docs/it/compiler.md +39 -3
- package/docs/it/dictionary/plurial.md +4 -4
- package/docs/it/intlayer_CMS.md +52 -4
- package/docs/it/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/it/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/it/mcp_server.md +13 -1
- package/docs/it/packages/intlayer/exports.md +13 -1
- package/docs/it/packages/intlayer-cli/exports.md +13 -1
- package/docs/it/readme.md +13 -1
- package/docs/it/releases/v6.md +52 -4
- package/docs/it/releases/v7.md +13 -1
- package/docs/it/testing.md +26 -2
- package/docs/ja/agent_skills.md +13 -1
- package/docs/ja/autoFill.md +13 -1
- package/docs/ja/cli/build.md +26 -2
- package/docs/ja/cli/ci.md +26 -2
- package/docs/ja/cli/configuration.md +26 -2
- package/docs/ja/cli/debug.md +32 -2
- package/docs/ja/cli/doc-review.md +13 -1
- package/docs/ja/cli/doc-translate.md +13 -1
- package/docs/ja/cli/extract.md +13 -1
- package/docs/ja/cli/fill.md +26 -2
- package/docs/ja/cli/init.md +52 -4
- package/docs/ja/cli/list.md +52 -4
- package/docs/ja/cli/list_projects.md +91 -7
- package/docs/ja/cli/login.md +65 -5
- package/docs/ja/cli/pull.md +26 -2
- package/docs/ja/cli/push.md +13 -1
- package/docs/ja/cli/standalone.md +52 -4
- package/docs/ja/cli/test.md +26 -2
- package/docs/ja/cli/version.md +16 -1
- package/docs/ja/cli/watch.md +13 -1
- package/docs/ja/compiler.md +39 -3
- package/docs/ja/dictionary/plurial.md +4 -4
- package/docs/ja/intlayer_CMS.md +52 -4
- package/docs/ja/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/ja/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/ja/mcp_server.md +13 -1
- package/docs/ja/packages/intlayer/exports.md +13 -1
- package/docs/ja/packages/intlayer-cli/exports.md +13 -1
- package/docs/ja/readme.md +13 -1
- package/docs/ja/releases/v6.md +52 -4
- package/docs/ja/releases/v7.md +13 -1
- package/docs/ja/testing.md +26 -2
- package/docs/ko/agent_skills.md +13 -1
- package/docs/ko/autoFill.md +13 -1
- package/docs/ko/cli/build.md +26 -2
- package/docs/ko/cli/ci.md +26 -2
- package/docs/ko/cli/configuration.md +26 -2
- package/docs/ko/cli/debug.md +32 -2
- package/docs/ko/cli/doc-review.md +13 -1
- package/docs/ko/cli/doc-translate.md +13 -1
- package/docs/ko/cli/extract.md +13 -1
- package/docs/ko/cli/fill.md +26 -2
- package/docs/ko/cli/init.md +52 -4
- package/docs/ko/cli/list.md +52 -4
- package/docs/ko/cli/list_projects.md +78 -6
- package/docs/ko/cli/login.md +78 -6
- package/docs/ko/cli/pull.md +26 -2
- package/docs/ko/cli/push.md +13 -1
- package/docs/ko/cli/standalone.md +52 -4
- package/docs/ko/cli/test.md +26 -2
- package/docs/ko/cli/version.md +16 -1
- package/docs/ko/cli/watch.md +13 -1
- package/docs/ko/compiler.md +39 -3
- package/docs/ko/dictionary/plurial.md +4 -4
- package/docs/ko/intlayer_CMS.md +52 -4
- package/docs/ko/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/ko/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/ko/mcp_server.md +13 -1
- package/docs/ko/packages/intlayer/exports.md +13 -1
- package/docs/ko/packages/intlayer-cli/exports.md +13 -1
- package/docs/ko/readme.md +13 -1
- package/docs/ko/releases/v6.md +52 -4
- package/docs/ko/releases/v7.md +13 -1
- package/docs/ko/testing.md +26 -2
- package/docs/nl/cli/init.md +52 -4
- package/docs/nl/cli/standalone.md +52 -4
- package/docs/pl/agent_skills.md +13 -1
- package/docs/pl/autoFill.md +13 -1
- package/docs/pl/cli/build.md +26 -2
- package/docs/pl/cli/ci.md +26 -2
- package/docs/pl/cli/configuration.md +26 -2
- package/docs/pl/cli/debug.md +32 -2
- package/docs/pl/cli/doc-review.md +13 -1
- package/docs/pl/cli/doc-translate.md +13 -1
- package/docs/pl/cli/extract.md +13 -1
- package/docs/pl/cli/fill.md +26 -2
- package/docs/pl/cli/init.md +52 -4
- package/docs/pl/cli/list.md +52 -4
- package/docs/pl/cli/list_projects.md +78 -6
- package/docs/pl/cli/login.md +78 -6
- package/docs/pl/cli/pull.md +26 -2
- package/docs/pl/cli/push.md +13 -1
- package/docs/pl/cli/standalone.md +52 -4
- package/docs/pl/cli/test.md +26 -2
- package/docs/pl/cli/version.md +16 -1
- package/docs/pl/cli/watch.md +13 -1
- package/docs/pl/compiler.md +39 -3
- package/docs/pl/dictionary/plurial.md +4 -4
- package/docs/pl/intlayer_CMS.md +52 -4
- package/docs/pl/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/pl/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/pl/mcp_server.md +13 -1
- package/docs/pl/packages/intlayer/exports.md +13 -1
- package/docs/pl/packages/intlayer-cli/exports.md +13 -1
- package/docs/pl/readme.md +13 -1
- package/docs/pl/releases/v6.md +52 -4
- package/docs/pl/releases/v7.md +13 -1
- package/docs/pl/testing.md +26 -2
- package/docs/pt/agent_skills.md +13 -1
- package/docs/pt/autoFill.md +13 -1
- package/docs/pt/cli/build.md +26 -2
- package/docs/pt/cli/ci.md +26 -2
- package/docs/pt/cli/configuration.md +26 -2
- package/docs/pt/cli/debug.md +32 -2
- package/docs/pt/cli/doc-review.md +13 -1
- package/docs/pt/cli/doc-translate.md +13 -1
- package/docs/pt/cli/extract.md +13 -1
- package/docs/pt/cli/fill.md +26 -2
- package/docs/pt/cli/init.md +52 -4
- package/docs/pt/cli/list.md +52 -4
- package/docs/pt/cli/list_projects.md +78 -6
- package/docs/pt/cli/login.md +78 -6
- package/docs/pt/cli/pull.md +26 -2
- package/docs/pt/cli/push.md +13 -1
- package/docs/pt/cli/standalone.md +52 -4
- package/docs/pt/cli/test.md +26 -2
- package/docs/pt/cli/version.md +16 -1
- package/docs/pt/cli/watch.md +13 -1
- package/docs/pt/compiler.md +39 -3
- package/docs/pt/dictionary/plurial.md +4 -4
- package/docs/pt/intlayer_CMS.md +52 -4
- package/docs/pt/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/pt/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/pt/mcp_server.md +13 -1
- package/docs/pt/packages/intlayer/exports.md +13 -1
- package/docs/pt/packages/intlayer-cli/exports.md +13 -1
- package/docs/pt/readme.md +13 -1
- package/docs/pt/releases/v6.md +52 -4
- package/docs/pt/releases/v7.md +13 -1
- package/docs/pt/testing.md +26 -2
- package/docs/ru/agent_skills.md +13 -1
- package/docs/ru/autoFill.md +13 -1
- package/docs/ru/cli/build.md +26 -2
- package/docs/ru/cli/ci.md +26 -2
- package/docs/ru/cli/configuration.md +26 -2
- package/docs/ru/cli/debug.md +32 -2
- package/docs/ru/cli/doc-review.md +13 -1
- package/docs/ru/cli/doc-translate.md +13 -1
- package/docs/ru/cli/extract.md +13 -1
- package/docs/ru/cli/fill.md +26 -2
- package/docs/ru/cli/init.md +52 -4
- package/docs/ru/cli/list.md +52 -4
- package/docs/ru/cli/list_projects.md +78 -6
- package/docs/ru/cli/login.md +78 -6
- package/docs/ru/cli/pull.md +26 -2
- package/docs/ru/cli/push.md +13 -1
- package/docs/ru/cli/standalone.md +52 -4
- package/docs/ru/cli/test.md +26 -2
- package/docs/ru/cli/version.md +16 -1
- package/docs/ru/cli/watch.md +13 -1
- package/docs/ru/compiler.md +39 -3
- package/docs/ru/dictionary/plurial.md +4 -4
- package/docs/ru/intlayer_CMS.md +52 -4
- package/docs/ru/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/ru/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/ru/mcp_server.md +13 -1
- package/docs/ru/packages/intlayer/exports.md +13 -1
- package/docs/ru/packages/intlayer-cli/exports.md +13 -1
- package/docs/ru/readme.md +13 -1
- package/docs/ru/releases/v6.md +52 -4
- package/docs/ru/releases/v7.md +13 -1
- package/docs/ru/testing.md +26 -2
- package/docs/tr/agent_skills.md +13 -1
- package/docs/tr/autoFill.md +13 -1
- package/docs/tr/cli/build.md +26 -2
- package/docs/tr/cli/ci.md +26 -2
- package/docs/tr/cli/configuration.md +26 -2
- package/docs/tr/cli/debug.md +32 -2
- package/docs/tr/cli/doc-review.md +13 -1
- package/docs/tr/cli/doc-translate.md +13 -1
- package/docs/tr/cli/extract.md +13 -1
- package/docs/tr/cli/fill.md +26 -2
- package/docs/tr/cli/init.md +52 -4
- package/docs/tr/cli/list.md +52 -4
- package/docs/tr/cli/list_projects.md +78 -6
- package/docs/tr/cli/login.md +65 -5
- package/docs/tr/cli/pull.md +26 -2
- package/docs/tr/cli/push.md +13 -1
- package/docs/tr/cli/standalone.md +52 -4
- package/docs/tr/cli/test.md +26 -2
- package/docs/tr/cli/version.md +16 -1
- package/docs/tr/cli/watch.md +13 -1
- package/docs/tr/compiler.md +39 -3
- package/docs/tr/dictionary/plurial.md +4 -4
- package/docs/tr/intlayer_CMS.md +52 -4
- package/docs/tr/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/tr/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/tr/mcp_server.md +13 -1
- package/docs/tr/packages/intlayer/exports.md +13 -1
- package/docs/tr/packages/intlayer-cli/exports.md +13 -1
- package/docs/tr/readme.md +13 -1
- package/docs/tr/releases/v6.md +52 -4
- package/docs/tr/releases/v7.md +13 -1
- package/docs/tr/testing.md +26 -2
- package/docs/uk/agent_skills.md +13 -1
- package/docs/uk/autoFill.md +13 -1
- package/docs/uk/cli/build.md +26 -2
- package/docs/uk/cli/ci.md +26 -2
- package/docs/uk/cli/configuration.md +26 -2
- package/docs/uk/cli/debug.md +32 -2
- package/docs/uk/cli/doc-review.md +13 -1
- package/docs/uk/cli/doc-translate.md +13 -1
- package/docs/uk/cli/extract.md +13 -1
- package/docs/uk/cli/fill.md +26 -2
- package/docs/uk/cli/init.md +52 -4
- package/docs/uk/cli/list.md +52 -4
- package/docs/uk/cli/list_projects.md +78 -6
- package/docs/uk/cli/login.md +65 -5
- package/docs/uk/cli/pull.md +26 -2
- package/docs/uk/cli/push.md +13 -1
- package/docs/uk/cli/standalone.md +52 -4
- package/docs/uk/cli/test.md +26 -2
- package/docs/uk/cli/version.md +16 -1
- package/docs/uk/cli/watch.md +13 -1
- package/docs/uk/compiler.md +39 -3
- package/docs/uk/dictionary/plurial.md +4 -4
- package/docs/uk/intlayer_CMS.md +52 -4
- package/docs/uk/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/uk/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/uk/mcp_server.md +13 -1
- package/docs/uk/packages/intlayer/exports.md +13 -1
- package/docs/uk/packages/intlayer-cli/exports.md +13 -1
- package/docs/uk/readme.md +13 -1
- package/docs/uk/releases/v6.md +52 -4
- package/docs/uk/releases/v7.md +13 -1
- package/docs/uk/testing.md +26 -2
- package/docs/ur/cli/init.md +52 -4
- package/docs/ur/cli/standalone.md +52 -4
- package/docs/vi/agent_skills.md +13 -1
- package/docs/vi/autoFill.md +13 -1
- package/docs/vi/cli/build.md +26 -2
- package/docs/vi/cli/ci.md +26 -2
- package/docs/vi/cli/configuration.md +26 -2
- package/docs/vi/cli/debug.md +32 -2
- package/docs/vi/cli/doc-review.md +13 -1
- package/docs/vi/cli/doc-translate.md +13 -1
- package/docs/vi/cli/extract.md +13 -1
- package/docs/vi/cli/fill.md +26 -2
- package/docs/vi/cli/init.md +52 -4
- package/docs/vi/cli/list.md +52 -4
- package/docs/vi/cli/list_projects.md +78 -6
- package/docs/vi/cli/login.md +78 -6
- package/docs/vi/cli/pull.md +26 -2
- package/docs/vi/cli/push.md +13 -1
- package/docs/vi/cli/standalone.md +52 -4
- package/docs/vi/cli/test.md +26 -2
- package/docs/vi/cli/version.md +16 -1
- package/docs/vi/cli/watch.md +13 -1
- package/docs/vi/compiler.md +39 -3
- package/docs/vi/dictionary/plurial.md +4 -4
- package/docs/vi/intlayer_CMS.md +52 -4
- package/docs/vi/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/vi/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/vi/mcp_server.md +13 -1
- package/docs/vi/packages/intlayer/exports.md +13 -1
- package/docs/vi/packages/intlayer-cli/exports.md +13 -1
- package/docs/vi/readme.md +13 -1
- package/docs/vi/releases/v6.md +52 -4
- package/docs/vi/releases/v7.md +13 -1
- package/docs/vi/testing.md +26 -2
- package/docs/zh/agent_skills.md +13 -1
- package/docs/zh/autoFill.md +13 -1
- package/docs/zh/cli/build.md +26 -2
- package/docs/zh/cli/ci.md +26 -2
- package/docs/zh/cli/configuration.md +26 -2
- package/docs/zh/cli/debug.md +32 -2
- package/docs/zh/cli/doc-review.md +13 -1
- package/docs/zh/cli/doc-translate.md +13 -1
- package/docs/zh/cli/extract.md +13 -1
- package/docs/zh/cli/fill.md +26 -2
- package/docs/zh/cli/init.md +52 -4
- package/docs/zh/cli/list.md +52 -4
- package/docs/zh/cli/list_projects.md +78 -6
- package/docs/zh/cli/login.md +78 -6
- package/docs/zh/cli/pull.md +26 -2
- package/docs/zh/cli/push.md +13 -1
- package/docs/zh/cli/standalone.md +52 -4
- package/docs/zh/cli/test.md +26 -2
- package/docs/zh/cli/version.md +16 -1
- package/docs/zh/cli/watch.md +13 -1
- package/docs/zh/compiler.md +39 -3
- package/docs/zh/dictionary/plurial.md +4 -4
- package/docs/zh/intlayer_CMS.md +52 -4
- package/docs/zh/intlayer_with_nextjs_compiler.md +26 -2
- package/docs/zh/intlayer_with_vite+react_compiler.md +26 -2
- package/docs/zh/mcp_server.md +13 -1
- package/docs/zh/packages/intlayer/exports.md +13 -1
- package/docs/zh/packages/intlayer-cli/exports.md +13 -1
- package/docs/zh/readme.md +13 -1
- package/docs/zh/releases/v6.md +52 -4
- package/docs/zh/releases/v7.md +13 -1
- package/docs/zh/testing.md +26 -2
- package/package.json +8 -8
package/docs/en/compiler.md
CHANGED
|
@@ -303,20 +303,56 @@ The following properties can be configured in the `compiler` block of your `intl
|
|
|
303
303
|
|
|
304
304
|
Intlayer provide a CLI tool to help you fill missing translations. You can use the `intlayer` command to test and fill missing translations from your code.
|
|
305
305
|
|
|
306
|
-
```bash
|
|
306
|
+
```bash packageManager="npm"
|
|
307
307
|
npx intlayer test # Test if there is missing translations
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
```bash
|
|
310
|
+
```bash packageManager="yarn"
|
|
311
|
+
yarn intlayer test # Test if there is missing translations
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
```bash packageManager="pnpm"
|
|
315
|
+
pnpm intlayer test # Test if there is missing translations
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
```bash packageManager="bun"
|
|
319
|
+
bun x intlayer test # Test if there is missing translations
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
```bash packageManager="npm"
|
|
311
323
|
npx intlayer fill # Fill missing translations
|
|
312
324
|
```
|
|
313
325
|
|
|
326
|
+
```bash packageManager="yarn"
|
|
327
|
+
yarn intlayer fill # Fill missing translations
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
```bash packageManager="pnpm"
|
|
331
|
+
pnpm intlayer fill # Fill missing translations
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
```bash packageManager="bun"
|
|
335
|
+
bun x intlayer fill # Fill missing translations
|
|
336
|
+
```
|
|
337
|
+
|
|
314
338
|
### Extract
|
|
315
339
|
|
|
316
340
|
Intlayer provide a CLI tool to extract content from your code. You can use the `intlayer extract` command to extract content from your code.
|
|
317
341
|
|
|
318
|
-
```bash
|
|
342
|
+
```bash packageManager="npm"
|
|
319
343
|
npx intlayer extract
|
|
320
344
|
```
|
|
321
345
|
|
|
346
|
+
```bash packageManager="yarn"
|
|
347
|
+
yarn intlayer extract
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
```bash packageManager="pnpm"
|
|
351
|
+
pnpm intlayer extract
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
```bash packageManager="bun"
|
|
355
|
+
bun x intlayer extract
|
|
356
|
+
```
|
|
357
|
+
|
|
322
358
|
> For more details, refer to the [CLI documentation](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/index.md)
|
|
@@ -206,14 +206,14 @@ Invalid:
|
|
|
206
206
|
|
|
207
207
|
```ts
|
|
208
208
|
totalOpenings: plural({
|
|
209
|
-
one: {
|
|
209
|
+
one: t({
|
|
210
210
|
en: "{{count}} opening",
|
|
211
211
|
fr: "{{count}} offre",
|
|
212
|
-
},
|
|
213
|
-
other: {
|
|
212
|
+
}),
|
|
213
|
+
other: t({
|
|
214
214
|
en: "{{count}} openings",
|
|
215
215
|
fr: "{{count}} offres",
|
|
216
|
-
},
|
|
216
|
+
}),
|
|
217
217
|
}),
|
|
218
218
|
```
|
|
219
219
|
|
package/docs/en/intlayer_CMS.md
CHANGED
|
@@ -160,32 +160,80 @@ export default config;
|
|
|
160
160
|
|
|
161
161
|
To configure the Intlayer CMS, you can use the [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/en/cli/index.md) commands.
|
|
162
162
|
|
|
163
|
-
```bash
|
|
163
|
+
```bash packageManager="npm"
|
|
164
164
|
npx intlayer config push
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
+
```bash packageManager="yarn"
|
|
168
|
+
yarn intlayer config push
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
```bash packageManager="pnpm"
|
|
172
|
+
pnpm intlayer config push
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
```bash packageManager="bun"
|
|
176
|
+
bun x intlayer config push
|
|
177
|
+
```
|
|
178
|
+
|
|
167
179
|
> If you use environment variables in your `intlayer.config.ts` configuration file, you can specify the desired environment using the `--env` argument:
|
|
168
180
|
|
|
169
|
-
```bash
|
|
181
|
+
```bash packageManager="npm"
|
|
170
182
|
npx intlayer config push --env production
|
|
171
183
|
```
|
|
172
184
|
|
|
185
|
+
```bash packageManager="yarn"
|
|
186
|
+
yarn intlayer config push --env production
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
```bash packageManager="pnpm"
|
|
190
|
+
pnpm intlayer config push --env production
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
```bash packageManager="bun"
|
|
194
|
+
bun x intlayer config push --env production
|
|
195
|
+
```
|
|
196
|
+
|
|
173
197
|
This command uploads your configuration to the Intlayer CMS.
|
|
174
198
|
|
|
175
199
|
### Push a dictionary
|
|
176
200
|
|
|
177
201
|
To transform your locale dictionaries in a distant dictionary, you can use the [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/en/cli/index.md) commands.
|
|
178
202
|
|
|
179
|
-
```bash
|
|
203
|
+
```bash packageManager="npm"
|
|
180
204
|
npx intlayer dictionary push -d my-first-dictionary-key
|
|
181
205
|
```
|
|
182
206
|
|
|
207
|
+
```bash packageManager="yarn"
|
|
208
|
+
yarn intlayer dictionary push -d my-first-dictionary-key
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
```bash packageManager="pnpm"
|
|
212
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
```bash packageManager="bun"
|
|
216
|
+
bun x intlayer dictionary push -d my-first-dictionary-key
|
|
217
|
+
```
|
|
218
|
+
|
|
183
219
|
> If you use environment variables in your `intlayer.config.ts` configuration file, you can specify the desired environment using the `--env` argument:
|
|
184
220
|
|
|
185
|
-
```bash
|
|
221
|
+
```bash packageManager="npm"
|
|
186
222
|
npx intlayer dictionary push -d my-first-dictionary-key --env production
|
|
187
223
|
```
|
|
188
224
|
|
|
225
|
+
```bash packageManager="yarn"
|
|
226
|
+
yarn intlayer dictionary push -d my-first-dictionary-key --env production
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
```bash packageManager="pnpm"
|
|
230
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key --env production
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
```bash packageManager="bun"
|
|
234
|
+
bun x intlayer dictionary push -d my-first-dictionary-key --env production
|
|
235
|
+
```
|
|
236
|
+
|
|
189
237
|
This command uploads your initial content dictionaries, making them available for asynchronous fetching and editing through the Intlayer platform.
|
|
190
238
|
|
|
191
239
|
### Edit the dictionary
|
|
@@ -358,14 +358,38 @@ export default async function Page() {
|
|
|
358
358
|
|
|
359
359
|
Intlayer provide a CLI tool to help you fill missing translations. You can use the `intlayer` command to test and fill missing translations from your code.
|
|
360
360
|
|
|
361
|
-
```bash
|
|
361
|
+
```bash packageManager="npm"
|
|
362
362
|
npx intlayer test # Test if there is missing translations
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
```bash
|
|
365
|
+
```bash packageManager="yarn"
|
|
366
|
+
yarn intlayer test # Test if there is missing translations
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
```bash packageManager="pnpm"
|
|
370
|
+
pnpm intlayer test # Test if there is missing translations
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
```bash packageManager="bun"
|
|
374
|
+
bun x intlayer test # Test if there is missing translations
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
```bash packageManager="npm"
|
|
366
378
|
npx intlayer fill # Fill missing translations
|
|
367
379
|
```
|
|
368
380
|
|
|
381
|
+
```bash packageManager="yarn"
|
|
382
|
+
yarn intlayer fill # Fill missing translations
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
```bash packageManager="pnpm"
|
|
386
|
+
pnpm intlayer fill # Fill missing translations
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
```bash packageManager="bun"
|
|
390
|
+
bun x intlayer fill # Fill missing translations
|
|
391
|
+
```
|
|
392
|
+
|
|
369
393
|
> For more details, refer to the [CLI documentation](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/ci.md)
|
|
370
394
|
|
|
371
395
|
### (Optional) Step 8: Configure Proxy for Locale Detection
|
|
@@ -370,14 +370,38 @@ const LocaleSwitcher: FC = () => {
|
|
|
370
370
|
|
|
371
371
|
Intlayer provide a CLI tool to help you fill missing translations. You can use the `intlayer` command to test and fill missing translations from your code.
|
|
372
372
|
|
|
373
|
-
```bash
|
|
373
|
+
```bash packageManager="npm"
|
|
374
374
|
npx intlayer test # Test if there is missing translations
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
```bash
|
|
377
|
+
```bash packageManager="yarn"
|
|
378
|
+
yarn intlayer test # Test if there is missing translations
|
|
379
|
+
```
|
|
380
|
+
|
|
381
|
+
```bash packageManager="pnpm"
|
|
382
|
+
pnpm intlayer test # Test if there is missing translations
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
```bash packageManager="bun"
|
|
386
|
+
bun x intlayer test # Test if there is missing translations
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
```bash packageManager="npm"
|
|
378
390
|
npx intlayer fill # Fill missing translations
|
|
379
391
|
```
|
|
380
392
|
|
|
393
|
+
```bash packageManager="yarn"
|
|
394
|
+
yarn intlayer fill # Fill missing translations
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
```bash packageManager="pnpm"
|
|
398
|
+
pnpm intlayer fill # Fill missing translations
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
```bash packageManager="bun"
|
|
402
|
+
bun x intlayer fill # Fill missing translations
|
|
403
|
+
```
|
|
404
|
+
|
|
381
405
|
> For more details, refer to the [CLI documentation](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/ci.md)
|
|
382
406
|
|
|
383
407
|
### (Optional) Sitemap and robots.txt (build-time)
|
package/docs/en/mcp_server.md
CHANGED
|
@@ -78,10 +78,22 @@ Note that the remote server does not integrate CLI tools, AI autocompletion, etc
|
|
|
78
78
|
|
|
79
79
|
Intlayer provides a CLI command to automatically configure the MCP server in your project.
|
|
80
80
|
|
|
81
|
-
```bash
|
|
81
|
+
```bash packageManager="npm"
|
|
82
82
|
npx intlayer init mcp
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
+
```bash packageManager="yarn"
|
|
86
|
+
yarn intlayer init mcp
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
```bash packageManager="pnpm"
|
|
90
|
+
pnpm intlayer init mcp
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
```bash packageManager="bun"
|
|
94
|
+
bun x intlayer init mcp
|
|
95
|
+
```
|
|
96
|
+
|
|
85
97
|
This command will:
|
|
86
98
|
|
|
87
99
|
1. Ask you which platform you are using (Cursor, VS Code, Claude Desktop, etc.).
|
|
@@ -25,10 +25,22 @@ The `intlayer` package is the core library of the Intlayer ecosystem. It provide
|
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
28
|
-
```bash
|
|
28
|
+
```bash packageManager="npm"
|
|
29
29
|
npm install intlayer
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
```bash packageManager="yarn"
|
|
33
|
+
yarn add intlayer
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
```bash packageManager="pnpm"
|
|
37
|
+
pnpm add intlayer
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```bash packageManager="bun"
|
|
41
|
+
bun add intlayer
|
|
42
|
+
```
|
|
43
|
+
|
|
32
44
|
## Exports
|
|
33
45
|
|
|
34
46
|
### Configuration
|
|
@@ -25,10 +25,22 @@ The `intlayer-cli` package provides a set of commands to manage Intlayer diction
|
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
28
|
-
```bash
|
|
28
|
+
```bash packageManager="npm"
|
|
29
29
|
npm install intlayer-cli
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
```bash packageManager="yarn"
|
|
33
|
+
yarn add intlayer-cli
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
```bash packageManager="pnpm"
|
|
37
|
+
pnpm add intlayer-cli
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```bash packageManager="bun"
|
|
41
|
+
bun add intlayer-cli
|
|
42
|
+
```
|
|
43
|
+
|
|
32
44
|
## Exports
|
|
33
45
|
|
|
34
46
|
### CLI Commands (Functions)
|
package/docs/en/readme.md
CHANGED
|
@@ -77,10 +77,22 @@ Start your journey with Intlayer today and experience a smoother, more powerful
|
|
|
77
77
|
<img src="https://img.shields.io/badge/Get_Started-FFFFFF?style=for-the-badge&logo=rocket&logoColor=black" />
|
|
78
78
|
</a>
|
|
79
79
|
|
|
80
|
-
```bash
|
|
80
|
+
```bash packageManager="npm"
|
|
81
81
|
npm install intlayer react-intlayer
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
+
```bash packageManager="yarn"
|
|
85
|
+
yarn add intlayer react-intlayer
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
```bash packageManager="pnpm"
|
|
89
|
+
pnpm add intlayer react-intlayer
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
```bash packageManager="bun"
|
|
93
|
+
bun add intlayer react-intlayer
|
|
94
|
+
```
|
|
95
|
+
|
|
84
96
|
⚡ Quick Start (Next.js)
|
|
85
97
|
|
|
86
98
|
```ts
|
package/docs/en/releases/v6.md
CHANGED
|
@@ -47,10 +47,22 @@ Welcome to Intlayer v6! This release focuses on performance, developer experienc
|
|
|
47
47
|
|
|
48
48
|
Quickly audit your project to find which keys/locales are missing.
|
|
49
49
|
|
|
50
|
-
```bash
|
|
50
|
+
```bash packageManager="npm"
|
|
51
51
|
npx intlayer content test
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
+
```bash packageManager="yarn"
|
|
55
|
+
yarn intlayer content test
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
```bash packageManager="pnpm"
|
|
59
|
+
pnpm intlayer content test
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
```bash packageManager="bun"
|
|
63
|
+
bun x intlayer content test
|
|
64
|
+
```
|
|
65
|
+
|
|
54
66
|
Output:
|
|
55
67
|
|
|
56
68
|
```bash
|
|
@@ -113,10 +125,22 @@ You can still fine‑tune per dictionary using the `autoFill` field in content f
|
|
|
113
125
|
|
|
114
126
|
The fill command now, by default, only fills missing translations and skips existing content.
|
|
115
127
|
|
|
116
|
-
```bash
|
|
128
|
+
```bash packageManager="npm"
|
|
117
129
|
npx intlayer fill
|
|
118
130
|
```
|
|
119
131
|
|
|
132
|
+
```bash packageManager="yarn"
|
|
133
|
+
yarn intlayer fill
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
```bash packageManager="pnpm"
|
|
137
|
+
pnpm intlayer fill
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
```bash packageManager="bun"
|
|
141
|
+
bun x intlayer fill
|
|
142
|
+
```
|
|
143
|
+
|
|
120
144
|
```bash
|
|
121
145
|
Affected dictionary keys for processing: access-key-creation-form-schema, doc-search-metadata, doc-search-page
|
|
122
146
|
- [access-key-creation-form-schema] Dictionary has no file path. Skipping.
|
|
@@ -171,10 +195,22 @@ Updated the MCP server to support the new features.
|
|
|
171
195
|
- Parallel resolution of local and remote dictionaries
|
|
172
196
|
- Remote dictionaries are cached to avoid re‑fetching at app startup
|
|
173
197
|
|
|
174
|
-
```bash
|
|
198
|
+
```bash packageManager="npm"
|
|
175
199
|
npx intlayer build
|
|
176
200
|
```
|
|
177
201
|
|
|
202
|
+
```bash packageManager="yarn"
|
|
203
|
+
yarn intlayer build
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
```bash packageManager="pnpm"
|
|
207
|
+
pnpm intlayer build
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
```bash packageManager="bun"
|
|
211
|
+
bun x intlayer build
|
|
212
|
+
```
|
|
213
|
+
|
|
178
214
|
Output:
|
|
179
215
|
|
|
180
216
|
```bash
|
|
@@ -245,10 +281,22 @@ export default config;
|
|
|
245
281
|
|
|
246
282
|
2. Run your app and live process side‑by‑side:
|
|
247
283
|
|
|
248
|
-
```bash
|
|
284
|
+
```bash packageManager="npm"
|
|
249
285
|
npx intlayer live --with 'vite preview'
|
|
250
286
|
```
|
|
251
287
|
|
|
288
|
+
```bash packageManager="yarn"
|
|
289
|
+
yarn intlayer live --with 'vite preview'
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
```bash packageManager="pnpm"
|
|
293
|
+
pnpm intlayer live --with 'vite preview'
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
```bash packageManager="bun"
|
|
297
|
+
bun x intlayer live --with 'vite preview'
|
|
298
|
+
```
|
|
299
|
+
|
|
252
300
|
Notes:
|
|
253
301
|
|
|
254
302
|
- Only dictionaries flagged to use live mode will be fetched live. Others are optimized for performance.
|
package/docs/en/releases/v7.md
CHANGED
|
@@ -53,10 +53,22 @@ Welcome to Intlayer v7! This major release introduces significant improvements i
|
|
|
53
53
|
|
|
54
54
|
Instead of rebuilding content declarations with esbuild on every build, v7 implements a caching strategy that speeds up the build process.
|
|
55
55
|
|
|
56
|
-
```bash
|
|
56
|
+
```bash packageManager="npm"
|
|
57
57
|
npx intlayer build
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
```bash packageManager="yarn"
|
|
61
|
+
yarn intlayer build
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```bash packageManager="pnpm"
|
|
65
|
+
pnpm intlayer build
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
```bash packageManager="bun"
|
|
69
|
+
bun x intlayer build
|
|
70
|
+
```
|
|
71
|
+
|
|
60
72
|
The new caching system:
|
|
61
73
|
|
|
62
74
|
- Stores compiled content declarations to avoid redundant processing
|
package/docs/en/testing.md
CHANGED
|
@@ -40,10 +40,22 @@ This guide shows how to automatically verify your dictionaries are complete, cat
|
|
|
40
40
|
|
|
41
41
|
Run the audit from your project root:
|
|
42
42
|
|
|
43
|
-
```bash
|
|
43
|
+
```bash packageManager="npm"
|
|
44
44
|
npx intlayer content test
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
+
```bash packageManager="yarn"
|
|
48
|
+
yarn intlayer content test
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
```bash packageManager="pnpm"
|
|
52
|
+
pnpm intlayer content test
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
```bash packageManager="bun"
|
|
56
|
+
bun x intlayer content test
|
|
57
|
+
```
|
|
58
|
+
|
|
47
59
|
Useful flags:
|
|
48
60
|
|
|
49
61
|
- `--env-file [path]`: load environment variables from a file.
|
|
@@ -187,10 +199,22 @@ jobs:
|
|
|
187
199
|
|
|
188
200
|
Optional: run the CLI audit for a human-readable summary alongside tests:
|
|
189
201
|
|
|
190
|
-
```bash
|
|
202
|
+
```bash packageManager="npm"
|
|
191
203
|
npx intlayer content test --verbose
|
|
192
204
|
```
|
|
193
205
|
|
|
206
|
+
```bash packageManager="yarn"
|
|
207
|
+
yarn intlayer content test --verbose
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
```bash packageManager="pnpm"
|
|
211
|
+
pnpm intlayer content test --verbose
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
```bash packageManager="bun"
|
|
215
|
+
bun x intlayer content test --verbose
|
|
216
|
+
```
|
|
217
|
+
|
|
194
218
|
---
|
|
195
219
|
|
|
196
220
|
## Troubleshooting
|
|
@@ -26,10 +26,22 @@ history:
|
|
|
26
26
|
|
|
27
27
|
The `intlayer init skills` command is the easiest way to set up agent skills in your project. It detects your environment and installs the necessary configuration files for your preferred platforms.
|
|
28
28
|
|
|
29
|
-
```bash
|
|
29
|
+
```bash packageManager="npm"
|
|
30
30
|
npx intlayer init skills
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
```bash packageManager="yarn"
|
|
34
|
+
yarn intlayer init skills
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
```bash packageManager="pnpm"
|
|
38
|
+
pnpm intlayer init skills
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
```bash packageManager="bun"
|
|
42
|
+
bun x intlayer init skills
|
|
43
|
+
```
|
|
44
|
+
|
|
33
45
|
### Using Vercel Skill SDK
|
|
34
46
|
|
|
35
47
|
```bash
|
package/docs/en-GB/autoFill.md
CHANGED
|
@@ -52,10 +52,22 @@ Here is a [per-locale content declaration file](https://github.com/aymericzip/in
|
|
|
52
52
|
|
|
53
53
|
Then, when you run the following command:
|
|
54
54
|
|
|
55
|
-
```bash
|
|
55
|
+
```bash packageManager="npm"
|
|
56
56
|
npx intlayer fill --file 'src/components/example/example.content.ts'
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
```bash packageManager="yarn"
|
|
60
|
+
yarn intlayer fill --file 'src/components/example/example.content.ts'
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
```bash packageManager="pnpm"
|
|
64
|
+
pnpm intlayer fill --file 'src/components/example/example.content.ts'
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
```bash packageManager="bun"
|
|
68
|
+
bun x intlayer fill --file 'src/components/example/example.content.ts'
|
|
69
|
+
```
|
|
70
|
+
|
|
59
71
|
Intlayer will automatically generate the derived declaration file at `src/components/example/example.content.json`, filling in all locales not already declared in the main file.
|
|
60
72
|
|
|
61
73
|
```json5 fileName="src/components/example/example.content.json"
|
package/docs/en-GB/cli/build.md
CHANGED
|
@@ -23,16 +23,40 @@ history:
|
|
|
23
23
|
|
|
24
24
|
To build your dictionaries, you can run the commands:
|
|
25
25
|
|
|
26
|
-
```bash
|
|
26
|
+
```bash packageManager="npm"
|
|
27
27
|
npx intlayer build
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
```bash packageManager="yarn"
|
|
31
|
+
yarn intlayer build
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash packageManager="pnpm"
|
|
35
|
+
pnpm intlayer build
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```bash packageManager="bun"
|
|
39
|
+
bun x intlayer build
|
|
40
|
+
```
|
|
41
|
+
|
|
30
42
|
or in watch mode
|
|
31
43
|
|
|
32
|
-
```bash
|
|
44
|
+
```bash packageManager="npm"
|
|
33
45
|
npx intlayer build --watch
|
|
34
46
|
```
|
|
35
47
|
|
|
48
|
+
```bash packageManager="yarn"
|
|
49
|
+
yarn intlayer build --watch
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```bash packageManager="pnpm"
|
|
53
|
+
pnpm intlayer build --watch
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
```bash packageManager="bun"
|
|
57
|
+
bun x intlayer build --watch
|
|
58
|
+
```
|
|
59
|
+
|
|
36
60
|
This command will find your declaration content files by default at `./src/**/*.content.{ts|js|mjs|cjs|json|tsx|jsx}` and build the dictionaries in the `.intlayer` directory.
|
|
37
61
|
|
|
38
62
|
## Aliases:
|
package/docs/en-GB/cli/ci.md
CHANGED
|
@@ -24,10 +24,22 @@ history:
|
|
|
24
24
|
|
|
25
25
|
# CI Command
|
|
26
26
|
|
|
27
|
-
```bash
|
|
27
|
+
```bash packageManager="npm"
|
|
28
28
|
npx intlayer ci <command...>
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
```bash packageManager="yarn"
|
|
32
|
+
yarn intlayer ci <command...>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
```bash packageManager="pnpm"
|
|
36
|
+
pnpm intlayer ci <command...>
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
```bash packageManager="bun"
|
|
40
|
+
bun x intlayer ci <command...>
|
|
41
|
+
```
|
|
42
|
+
|
|
31
43
|
The CI command is designed for automation and CI/CD pipelines. It automatically injects credentials from the `INTLAYER_PROJECT_CREDENTIALS` environment variable and can run Intlayer commands across multiple projects in a monorepo.
|
|
32
44
|
|
|
33
45
|
## How it works
|
|
@@ -97,10 +109,22 @@ This will run the `push` command for each project configured in `INTLAYER_PROJEC
|
|
|
97
109
|
|
|
98
110
|
You can pass any flags to the underlying Intlayer command:
|
|
99
111
|
|
|
100
|
-
```bash
|
|
112
|
+
```bash packageManager="npm"
|
|
101
113
|
npx intlayer ci fill --verbose --mode complete
|
|
102
114
|
```
|
|
103
115
|
|
|
116
|
+
```bash packageManager="yarn"
|
|
117
|
+
yarn intlayer ci fill --verbose --mode complete
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
```bash packageManager="pnpm"
|
|
121
|
+
pnpm intlayer ci fill --verbose --mode complete
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
```bash packageManager="bun"
|
|
125
|
+
bun x intlayer ci fill --verbose --mode complete
|
|
126
|
+
```
|
|
127
|
+
|
|
104
128
|
### Use in CI/CD pipelines
|
|
105
129
|
|
|
106
130
|
In your CI/CD configuration (e.g., GitHub Actions, GitLab CI), set the `INTLAYER_PROJECT_CREDENTIALS` as a secret:
|