@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
|
@@ -25,10 +25,22 @@ Pakiet `intlayer-cli` dostarcza zestaw poleceń do zarządzania słownikami Intl
|
|
|
25
25
|
|
|
26
26
|
## Instalacja
|
|
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
|
## Eksporty
|
|
33
45
|
|
|
34
46
|
### Polecenia CLI (Funkcje)
|
package/docs/pl/readme.md
CHANGED
|
@@ -77,10 +77,22 @@ Rozpocznij swoją przygodę z Intlayer już dziś i doświadcz płynniejszego, b
|
|
|
77
77
|
<img src="https://img.shields.io/badge/Zacznij-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
|
⚡ Szybki start (Next.js)
|
|
85
97
|
|
|
86
98
|
```ts
|
package/docs/pl/releases/v6.md
CHANGED
|
@@ -43,10 +43,22 @@ Witamy w Intlayer v6! Ta wersja skupia się na wydajności, doświadczeniu dewel
|
|
|
43
43
|
|
|
44
44
|
Szybko przeprowadź audyt projektu, aby znaleźć brakujące klucze/lokalizacje.
|
|
45
45
|
|
|
46
|
-
```bash
|
|
46
|
+
```bash packageManager="npm"
|
|
47
47
|
npx intlayer content test
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
```bash packageManager="yarn"
|
|
51
|
+
yarn intlayer content test
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
```bash packageManager="pnpm"
|
|
55
|
+
pnpm intlayer content test
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
```bash packageManager="bun"
|
|
59
|
+
bun x intlayer content test
|
|
60
|
+
```
|
|
61
|
+
|
|
50
62
|
Output:
|
|
51
63
|
|
|
52
64
|
```bash
|
|
@@ -109,10 +121,22 @@ Możesz nadal dostosowywać ustawienia dla poszczególnych słowników, używaj
|
|
|
109
121
|
|
|
110
122
|
Polecenie fill domyślnie uzupełnia tylko brakujące tłumaczenia i pomija istniejącą zawartość.
|
|
111
123
|
|
|
112
|
-
```bash
|
|
124
|
+
```bash packageManager="npm"
|
|
113
125
|
npx intlayer fill
|
|
114
126
|
```
|
|
115
127
|
|
|
128
|
+
```bash packageManager="yarn"
|
|
129
|
+
yarn intlayer fill
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
```bash packageManager="pnpm"
|
|
133
|
+
pnpm intlayer fill
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
```bash packageManager="bun"
|
|
137
|
+
bun x intlayer fill
|
|
138
|
+
```
|
|
139
|
+
|
|
116
140
|
```bash
|
|
117
141
|
Affected dictionary keys for processing: access-key-creation-form-schema, doc-search-metadata, doc-search-page
|
|
118
142
|
- [access-key-creation-form-schema] Słownik nie ma ścieżki do pliku. Pomijanie.
|
|
@@ -167,10 +191,22 @@ Zaktualizowano serwer MCP, aby obsługiwał nowe funkcje.
|
|
|
167
191
|
- Równoległe rozwiązywanie lokalnych i zdalnych słowników
|
|
168
192
|
- Zdalne słowniki są buforowane, aby uniknąć ponownego pobierania przy uruchomieniu aplikacji
|
|
169
193
|
|
|
170
|
-
```bash
|
|
194
|
+
```bash packageManager="npm"
|
|
171
195
|
npx intlayer build
|
|
172
196
|
```
|
|
173
197
|
|
|
198
|
+
```bash packageManager="yarn"
|
|
199
|
+
yarn intlayer build
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
```bash packageManager="pnpm"
|
|
203
|
+
pnpm intlayer build
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
```bash packageManager="bun"
|
|
207
|
+
bun x intlayer build
|
|
208
|
+
```
|
|
209
|
+
|
|
174
210
|
Wynik:
|
|
175
211
|
|
|
176
212
|
```bash
|
|
@@ -241,10 +277,22 @@ export default config;
|
|
|
241
277
|
|
|
242
278
|
2. Uruchom aplikację i proces na żywo równolegle:
|
|
243
279
|
|
|
244
|
-
```bash
|
|
280
|
+
```bash packageManager="npm"
|
|
245
281
|
npx intlayer live --with 'vite preview'
|
|
246
282
|
```
|
|
247
283
|
|
|
284
|
+
```bash packageManager="yarn"
|
|
285
|
+
yarn intlayer live --with 'vite preview'
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
```bash packageManager="pnpm"
|
|
289
|
+
pnpm intlayer live --with 'vite preview'
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
```bash packageManager="bun"
|
|
293
|
+
bun x intlayer live --with 'vite preview'
|
|
294
|
+
```
|
|
295
|
+
|
|
248
296
|
Uwagi:
|
|
249
297
|
|
|
250
298
|
- Tylko słowniki oznaczone do użycia trybu na żywo będą pobierane na żywo. Pozostałe są zoptymalizowane pod kątem wydajności.
|
package/docs/pl/releases/v7.md
CHANGED
|
@@ -46,10 +46,22 @@ Witamy w Intlayer v7! To duże wydanie wprowadza znaczące ulepszenia w wydajno
|
|
|
46
46
|
|
|
47
47
|
Zamiast przebudowywać deklaracje treści za pomocą esbuild przy każdym buildzie, wersja 7 wprowadza strategię cache’owania, która przyspiesza proces budowania.
|
|
48
48
|
|
|
49
|
-
```bash
|
|
49
|
+
```bash packageManager="npm"
|
|
50
50
|
npx intlayer build
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
+
```bash packageManager="yarn"
|
|
54
|
+
yarn intlayer build
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
```bash packageManager="pnpm"
|
|
58
|
+
pnpm intlayer build
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
```bash packageManager="bun"
|
|
62
|
+
bun x intlayer build
|
|
63
|
+
```
|
|
64
|
+
|
|
53
65
|
Nowy system cache’owania:
|
|
54
66
|
|
|
55
67
|
- Przechowuje skompilowane deklaracje treści, aby uniknąć zbędnego przetwarzania
|
package/docs/pl/testing.md
CHANGED
|
@@ -40,10 +40,22 @@ Ten przewodnik pokazuje, jak automatycznie weryfikować kompletność słownikó
|
|
|
40
40
|
|
|
41
41
|
Uruchom audyt z katalogu głównego projektu:
|
|
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
|
Przydatne flagi:
|
|
48
60
|
|
|
49
61
|
- `--env-file [ścieżka]`: załaduj zmienne środowiskowe z pliku.
|
|
@@ -187,10 +199,22 @@ jobs:
|
|
|
187
199
|
|
|
188
200
|
Opcjonalnie: uruchom audyt CLI, aby uzyskać czytelne podsumowanie wraz z testami:
|
|
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
|
## Rozwiązywanie problemów
|
package/docs/pt/agent_skills.md
CHANGED
|
@@ -26,10 +26,22 @@ history:
|
|
|
26
26
|
|
|
27
27
|
O comando `intlayer init skills` é a maneira mais fácil de configurar as competências do agente em seu projeto. Ele detecta seu ambiente e instala os arquivos de configuração necessários para suas plataformas preferidas.
|
|
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
|
### Usando o SDK Vercel Skill
|
|
34
46
|
|
|
35
47
|
```bash
|
package/docs/pt/autoFill.md
CHANGED
|
@@ -53,10 +53,22 @@ Aqui está um [arquivo de declaração de conteúdo por localidade](https://gith
|
|
|
53
53
|
|
|
54
54
|
Então, quando você executar o seguinte comando:
|
|
55
55
|
|
|
56
|
-
```bash
|
|
56
|
+
```bash packageManager="npm"
|
|
57
57
|
npx intlayer fill --file 'src/components/example/example.content.ts'
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
```bash packageManager="yarn"
|
|
61
|
+
yarn intlayer fill --file 'src/components/example/example.content.ts'
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```bash packageManager="pnpm"
|
|
65
|
+
pnpm intlayer fill --file 'src/components/example/example.content.ts'
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
```bash packageManager="bun"
|
|
69
|
+
bun x intlayer fill --file 'src/components/example/example.content.ts'
|
|
70
|
+
```
|
|
71
|
+
|
|
60
72
|
O Intlayer irá gerar automaticamente o arquivo de declaração derivado em `src/components/example/example.content.json`, preenchendo todos os locais que ainda não foram declarados no arquivo principal.
|
|
61
73
|
|
|
62
74
|
```json5 fileName="src/components/example/example.content.json"
|
package/docs/pt/cli/build.md
CHANGED
|
@@ -23,16 +23,40 @@ history:
|
|
|
23
23
|
|
|
24
24
|
Para construir seus dicionários, você pode executar os comandos:
|
|
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
|
ou no modo watch
|
|
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
|
Este comando irá localizar seus arquivos de declaração de conteúdo por padrão em `./src/**/*.content.{ts|js|mjs|cjs|json|tsx|jsx}`. E construir os dicionários no diretório `.intlayer`.
|
|
37
61
|
|
|
38
62
|
## Apelidos:
|
package/docs/pt/cli/ci.md
CHANGED
|
@@ -24,10 +24,22 @@ history:
|
|
|
24
24
|
|
|
25
25
|
# Comando CI
|
|
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
|
O comando CI é projetado para automação e pipelines CI/CD. Ele injeta automaticamente credenciais da variável de ambiente `INTLAYER_PROJECT_CREDENTIALS` e pode executar comandos Intlayer em vários projetos em um monorepo.
|
|
32
44
|
|
|
33
45
|
## Como funciona
|
|
@@ -97,10 +109,22 @@ Isso executará o comando `push` para cada projeto configurado em `INTLAYER_PROJ
|
|
|
97
109
|
|
|
98
110
|
Você pode passar quaisquer flags para o comando Intlayer subjacente:
|
|
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
|
### Usar em pipelines CI/CD
|
|
105
129
|
|
|
106
130
|
Em sua configuração CI/CD (por exemplo, GitHub Actions, GitLab CI), defina `INTLAYER_PROJECT_CREDENTIALS` como um segredo:
|
|
@@ -22,10 +22,22 @@ slugs:
|
|
|
22
22
|
|
|
23
23
|
O comando `configuration get` recupera a configuração atual do Intlayer, particularmente as configurações de locale. Isso é útil para verificar sua configuração.
|
|
24
24
|
|
|
25
|
-
```bash
|
|
25
|
+
```bash packageManager="npm"
|
|
26
26
|
npx intlayer configuration get
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
```bash packageManager="yarn"
|
|
30
|
+
yarn intlayer configuration get
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```bash packageManager="pnpm"
|
|
34
|
+
pnpm intlayer configuration get
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
```bash packageManager="bun"
|
|
38
|
+
bun x intlayer configuration get
|
|
39
|
+
```
|
|
40
|
+
|
|
29
41
|
## Apelidos:
|
|
30
42
|
|
|
31
43
|
- `npx intlayer config get`
|
|
@@ -43,10 +55,22 @@ npx intlayer configuration get
|
|
|
43
55
|
|
|
44
56
|
O comando `configuration push` envia sua configuração para o CMS e editor do Intlayer. Esta etapa é necessária para habilitar o uso de dicionários remotos no Editor Visual do Intlayer.
|
|
45
57
|
|
|
46
|
-
```bash
|
|
58
|
+
```bash packageManager="npm"
|
|
47
59
|
npx intlayer configuration push
|
|
48
60
|
```
|
|
49
61
|
|
|
62
|
+
```bash packageManager="yarn"
|
|
63
|
+
yarn intlayer configuration push
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
```bash packageManager="pnpm"
|
|
67
|
+
pnpm intlayer configuration push
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
```bash packageManager="bun"
|
|
71
|
+
bun x intlayer configuration push
|
|
72
|
+
```
|
|
73
|
+
|
|
50
74
|
## Apelidos:
|
|
51
75
|
|
|
52
76
|
- `npx intlayer config push`
|
package/docs/pt/cli/debug.md
CHANGED
|
@@ -21,20 +21,50 @@ slugs:
|
|
|
21
21
|
|
|
22
22
|
Execute:
|
|
23
23
|
|
|
24
|
-
```bash
|
|
24
|
+
```bash packageManager="npm"
|
|
25
25
|
npx intlayer --version # versão atual do intlayer no locale
|
|
26
26
|
npx intlayer@latest --version # versão mais recente atual do intlayer
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
```bash packageManager="yarn"
|
|
30
|
+
yarn intlayer --version # versão atual do intlayer no locale
|
|
31
|
+
yarn intlayer@latest --version # versão mais recente atual do intlayer
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash packageManager="pnpm"
|
|
35
|
+
pnpm intlayer --version # versão atual do intlayer no locale
|
|
36
|
+
pnpm intlayer@latest --version # versão mais recente atual do intlayer
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
```bash packageManager="bun"
|
|
40
|
+
bun x intlayer --version # versão atual do intlayer no locale
|
|
41
|
+
bun x intlayer@latest --version # versão mais recente atual do intlayer
|
|
42
|
+
```
|
|
43
|
+
|
|
29
44
|
## 2. **Verifique se o comando está registrado**
|
|
30
45
|
|
|
31
46
|
Você pode verificar com:
|
|
32
47
|
|
|
33
|
-
```bash
|
|
48
|
+
```bash packageManager="npm"
|
|
34
49
|
npx intlayer --help # Mostra a lista de comandos disponíveis e informações de uso
|
|
35
50
|
npx intlayer dictionary build --help # Mostra a lista de opções disponíveis para um comando
|
|
36
51
|
```
|
|
37
52
|
|
|
53
|
+
```bash packageManager="yarn"
|
|
54
|
+
yarn intlayer --help # Mostra a lista de comandos disponíveis e informações de uso
|
|
55
|
+
yarn intlayer dictionary build --help # Mostra a lista de opções disponíveis para um comando
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
```bash packageManager="pnpm"
|
|
59
|
+
pnpm intlayer --help # Mostra a lista de comandos disponíveis e informações de uso
|
|
60
|
+
pnpm intlayer dictionary build --help # Mostra a lista de opções disponíveis para um comando
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
```bash packageManager="bun"
|
|
64
|
+
bun x intlayer --help # Mostra a lista de comandos disponíveis e informações de uso
|
|
65
|
+
bun x intlayer dictionary build --help # Mostra a lista de opções disponíveis para um comando
|
|
66
|
+
```
|
|
67
|
+
|
|
38
68
|
## 3. **Reinicie o seu terminal**
|
|
39
69
|
|
|
40
70
|
Às vezes, é necessário reiniciar o terminal para reconhecer novos comandos.
|
|
@@ -27,10 +27,22 @@ O comando `doc review` analisa arquivos de documentação para qualidade, consis
|
|
|
27
27
|
- Otimiza as partes a revisar e omite as partes que já estão traduzidas e não foram alteradas.
|
|
28
28
|
- Processa arquivos, partes e locales em paralelo usando um sistema de fila para aumentar a velocidade.
|
|
29
29
|
|
|
30
|
-
```bash
|
|
30
|
+
```bash packageManager="npm"
|
|
31
31
|
npx intlayer doc review
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
+
```bash packageManager="yarn"
|
|
35
|
+
yarn intlayer doc review
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```bash packageManager="pnpm"
|
|
39
|
+
pnpm intlayer doc review
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
```bash packageManager="bun"
|
|
43
|
+
bun x intlayer doc review
|
|
44
|
+
```
|
|
45
|
+
|
|
34
46
|
Ele pode ser usado para revisar arquivos que já estão traduzidos e para verificar se a tradução está correta.
|
|
35
47
|
|
|
36
48
|
Para a maioria dos casos de uso,
|
|
@@ -29,10 +29,22 @@ O comando `doc translate` traduz automaticamente arquivos de documentação de u
|
|
|
29
29
|
- Preserva traduções existentes ao não sobrescrevê-las.
|
|
30
30
|
- Processa arquivos, partes e locales em paralelo usando um sistema de fila para aumentar a velocidade.
|
|
31
31
|
|
|
32
|
-
```bash
|
|
32
|
+
```bash packageManager="npm"
|
|
33
33
|
npx intlayer doc translate
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
```bash packageManager="yarn"
|
|
37
|
+
yarn intlayer doc translate
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```bash packageManager="pnpm"
|
|
41
|
+
pnpm intlayer doc translate
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
```bash packageManager="bun"
|
|
45
|
+
bun x intlayer doc translate
|
|
46
|
+
```
|
|
47
|
+
|
|
36
48
|
## Argumentos:
|
|
37
49
|
|
|
38
50
|
**Opções de lista de arquivos:**
|
package/docs/pt/cli/extract.md
CHANGED
|
@@ -18,10 +18,22 @@ slugs:
|
|
|
18
18
|
|
|
19
19
|
# Extrair strings
|
|
20
20
|
|
|
21
|
-
```bash
|
|
21
|
+
```bash packageManager="npm"
|
|
22
22
|
npx intlayer extract
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
```bash packageManager="yarn"
|
|
26
|
+
yarn intlayer extract
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
```bash packageManager="pnpm"
|
|
30
|
+
pnpm intlayer extract
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```bash packageManager="bun"
|
|
34
|
+
bun x intlayer extract
|
|
35
|
+
```
|
|
36
|
+
|
|
25
37
|
Este comando analisa os seus ficheiros de código para extrair strings dos componentes para um ficheiro .content próximo do componente. Suporta seleção interativa de ficheiros ou direcionamento de ficheiros específicos.
|
|
26
38
|
|
|
27
39
|
## Apelidos:
|
package/docs/pt/cli/fill.md
CHANGED
|
@@ -20,10 +20,22 @@ slugs:
|
|
|
20
20
|
|
|
21
21
|
# Preencher / auditar / traduzir dicionários
|
|
22
22
|
|
|
23
|
-
```bash
|
|
23
|
+
```bash packageManager="npm"
|
|
24
24
|
npx intlayer fill
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
```bash packageManager="yarn"
|
|
28
|
+
yarn intlayer fill
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
```bash packageManager="pnpm"
|
|
32
|
+
pnpm intlayer fill
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
```bash packageManager="bun"
|
|
36
|
+
bun x intlayer fill
|
|
37
|
+
```
|
|
38
|
+
|
|
27
39
|
Este comando analisa seus arquivos de declaração de conteúdo em busca de possíveis problemas, como traduções faltantes, inconsistências estruturais ou incompatibilidades de tipo. Se encontrar algum problema, o **intlayer fill** irá propor ou aplicar atualizações para manter seus dicionários consistentes e completos.
|
|
28
40
|
|
|
29
41
|
Pontos-chave:
|
|
@@ -161,8 +173,20 @@ Affected dictionary keys for processing: app, comp-test, hello-world, lang-switc
|
|
|
161
173
|
|
|
162
174
|
## Exemplo:
|
|
163
175
|
|
|
164
|
-
```bash
|
|
176
|
+
```bash packageManager="npm"
|
|
165
177
|
npx intlayer fill --file src/home/*.content.ts --source-locale en --output-locales fr es --model gpt-3.5-turbo
|
|
166
178
|
```
|
|
167
179
|
|
|
180
|
+
```bash packageManager="yarn"
|
|
181
|
+
yarn intlayer fill --file src/home/*.content.ts --source-locale en --output-locales fr es --model gpt-3.5-turbo
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
```bash packageManager="pnpm"
|
|
185
|
+
pnpm intlayer fill --file src/home/*.content.ts --source-locale en --output-locales fr es --model gpt-3.5-turbo
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
```bash packageManager="bun"
|
|
189
|
+
bun x intlayer fill --file src/home/*.content.ts --source-locale en --output-locales fr es --model gpt-3.5-turbo
|
|
190
|
+
```
|
|
191
|
+
|
|
168
192
|
Este comando irá traduzir o conteúdo do inglês para francês e espanhol para todos os arquivos de declaração de conteúdo no diretório `src/home/` usando o modelo GPT-3.5 Turbo.
|
package/docs/pt/cli/init.md
CHANGED
|
@@ -24,10 +24,22 @@ history:
|
|
|
24
24
|
|
|
25
25
|
# Inicializar Intlayer
|
|
26
26
|
|
|
27
|
-
```bash
|
|
27
|
+
```bash packageManager="npm"
|
|
28
28
|
npx intlayer init
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
```bash packageManager="yarn"
|
|
32
|
+
yarn intlayer init
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
```bash packageManager="pnpm"
|
|
36
|
+
pnpm intlayer init
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
```bash packageManager="bun"
|
|
40
|
+
bun x intlayer init
|
|
41
|
+
```
|
|
42
|
+
|
|
31
43
|
O comando `init` configura automaticamente o Intlayer no seu projeto através da configuração dos ficheiros e definições necessários. É a forma recomendada de começar com o Intlayer.
|
|
32
44
|
|
|
33
45
|
## Aliases:
|
|
@@ -54,26 +66,62 @@ O comando `init` executa as seguintes tarefas de configuração:
|
|
|
54
66
|
|
|
55
67
|
### Inicialização básica:
|
|
56
68
|
|
|
57
|
-
```bash
|
|
69
|
+
```bash packageManager="npm"
|
|
58
70
|
npx intlayer init
|
|
59
71
|
```
|
|
60
72
|
|
|
73
|
+
```bash packageManager="yarn"
|
|
74
|
+
yarn intlayer init
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
```bash packageManager="pnpm"
|
|
78
|
+
pnpm intlayer init
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
```bash packageManager="bun"
|
|
82
|
+
bun x intlayer init
|
|
83
|
+
```
|
|
84
|
+
|
|
61
85
|
Isto inicializará o Intlayer no diretório atual, detetando automaticamente a raiz do projeto.
|
|
62
86
|
|
|
63
87
|
### Inicializar com raiz de projeto personalizada:
|
|
64
88
|
|
|
65
|
-
```bash
|
|
89
|
+
```bash packageManager="npm"
|
|
66
90
|
npx intlayer init --project-root ./meu-projeto
|
|
67
91
|
```
|
|
68
92
|
|
|
93
|
+
```bash packageManager="yarn"
|
|
94
|
+
yarn intlayer init --project-root ./meu-projeto
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
```bash packageManager="pnpm"
|
|
98
|
+
pnpm intlayer init --project-root ./meu-projeto
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
```bash packageManager="bun"
|
|
102
|
+
bun x intlayer init --project-root ./meu-projeto
|
|
103
|
+
```
|
|
104
|
+
|
|
69
105
|
Isto inicializará o Intlayer no diretório especificado.
|
|
70
106
|
|
|
71
107
|
### Inicializar sem atualizar o .gitignore:
|
|
72
108
|
|
|
73
|
-
```bash
|
|
109
|
+
```bash packageManager="npm"
|
|
74
110
|
npx intlayer init --no-gitignore
|
|
75
111
|
```
|
|
76
112
|
|
|
113
|
+
```bash packageManager="yarn"
|
|
114
|
+
yarn intlayer init --no-gitignore
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
```bash packageManager="pnpm"
|
|
118
|
+
pnpm intlayer init --no-gitignore
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
```bash packageManager="bun"
|
|
122
|
+
bun x intlayer init --no-gitignore
|
|
123
|
+
```
|
|
124
|
+
|
|
77
125
|
Isto configurará todos os ficheiros de configuração mas não modificará o seu `.gitignore`.
|
|
78
126
|
|
|
79
127
|
## Exemplo de saída:
|