@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/ko/intlayer_CMS.md
CHANGED
|
@@ -154,32 +154,80 @@ export default config;
|
|
|
154
154
|
|
|
155
155
|
Intlayer CMS를 구성하려면 [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/ko/cli/index.md) 명령어를 사용할 수 있습니다.
|
|
156
156
|
|
|
157
|
-
```bash
|
|
157
|
+
```bash packageManager="npm"
|
|
158
158
|
npx intlayer config push
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
+
```bash packageManager="yarn"
|
|
162
|
+
yarn intlayer config push
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
```bash packageManager="pnpm"
|
|
166
|
+
pnpm intlayer config push
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
```bash packageManager="bun"
|
|
170
|
+
bun x intlayer config push
|
|
171
|
+
```
|
|
172
|
+
|
|
161
173
|
> `intlayer.config.ts` 구성 파일에서 환경 변수를 사용하는 경우, `--env` 인수를 사용하여 원하는 환경을 지정할 수 있습니다:
|
|
162
174
|
|
|
163
|
-
```bash
|
|
175
|
+
```bash packageManager="npm"
|
|
164
176
|
npx intlayer config push --env production
|
|
165
177
|
```
|
|
166
178
|
|
|
179
|
+
```bash packageManager="yarn"
|
|
180
|
+
yarn intlayer config push --env production
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
```bash packageManager="pnpm"
|
|
184
|
+
pnpm intlayer config push --env production
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
```bash packageManager="bun"
|
|
188
|
+
bun x intlayer config push --env production
|
|
189
|
+
```
|
|
190
|
+
|
|
167
191
|
이 명령어는 구성을 Intlayer CMS에 업로드합니다.
|
|
168
192
|
|
|
169
193
|
### 사전 푸시하기
|
|
170
194
|
|
|
171
195
|
로케일 사전을 원격 사전으로 변환하려면 [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/ko/cli/index.md) 명령어를 사용할 수 있습니다.
|
|
172
196
|
|
|
173
|
-
```bash
|
|
197
|
+
```bash packageManager="npm"
|
|
174
198
|
npx intlayer dictionary push -d my-first-dictionary-key
|
|
175
199
|
```
|
|
176
200
|
|
|
201
|
+
```bash packageManager="yarn"
|
|
202
|
+
yarn intlayer dictionary push -d my-first-dictionary-key
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
```bash packageManager="pnpm"
|
|
206
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
```bash packageManager="bun"
|
|
210
|
+
bun x intlayer dictionary push -d my-first-dictionary-key
|
|
211
|
+
```
|
|
212
|
+
|
|
177
213
|
> `intlayer.config.ts` 구성 파일에서 환경 변수를 사용하는 경우 `--env` 인수를 사용하여 원하는 환경을 지정할 수 있습니다:
|
|
178
214
|
|
|
179
|
-
```bash
|
|
215
|
+
```bash packageManager="npm"
|
|
180
216
|
npx intlayer dictionary push -d my-first-dictionary-key --env production
|
|
181
217
|
```
|
|
182
218
|
|
|
219
|
+
```bash packageManager="yarn"
|
|
220
|
+
yarn intlayer dictionary push -d my-first-dictionary-key --env production
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
```bash packageManager="pnpm"
|
|
224
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key --env production
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
```bash packageManager="bun"
|
|
228
|
+
bun x intlayer dictionary push -d my-first-dictionary-key --env production
|
|
229
|
+
```
|
|
230
|
+
|
|
183
231
|
이 명령은 초기 콘텐츠 사전을 업로드하여 Intlayer 플랫폼을 통해 비동기적으로 가져오고 편집할 수 있도록 합니다.
|
|
184
232
|
|
|
185
233
|
### 사전 편집
|
|
@@ -349,14 +349,38 @@ export default async function Page() {
|
|
|
349
349
|
|
|
350
350
|
Intlayer는 누락된 번역을 채울 수 있도록 CLI 도구를 제공합니다. `intlayer` 명령을 사용하여 코드에서 누락된 번역을 테스트하고 채울 수 있습니다.
|
|
351
351
|
|
|
352
|
-
```bash
|
|
352
|
+
```bash packageManager="npm"
|
|
353
353
|
npx intlayer test # 누락된 번역이 있는지 테스트
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
```bash
|
|
356
|
+
```bash packageManager="yarn"
|
|
357
|
+
yarn intlayer test # 누락된 번역이 있는지 테스트
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
```bash packageManager="pnpm"
|
|
361
|
+
pnpm intlayer test # 누락된 번역이 있는지 테스트
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
```bash packageManager="bun"
|
|
365
|
+
bun x intlayer test # 누락된 번역이 있는지 테스트
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
```bash packageManager="npm"
|
|
357
369
|
npx intlayer fill # 누락된 번역 채우기
|
|
358
370
|
```
|
|
359
371
|
|
|
372
|
+
```bash packageManager="yarn"
|
|
373
|
+
yarn intlayer fill # 누락된 번역 채우기
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
```bash packageManager="pnpm"
|
|
377
|
+
pnpm intlayer fill # 누락된 번역 채우기
|
|
378
|
+
```
|
|
379
|
+
|
|
380
|
+
```bash packageManager="bun"
|
|
381
|
+
bun x intlayer fill # 누락된 번역 채우기
|
|
382
|
+
```
|
|
383
|
+
|
|
360
384
|
> 자세한 내용은 [CLI 문서](https://github.com/aymericzip/intlayer/blob/main/docs/docs/ko/cli/ci.md)를 참조하세요.
|
|
361
385
|
|
|
362
386
|
### (선택 사항) 8단계: 지역화된 라우팅 프록시 미들웨어
|
|
@@ -361,14 +361,38 @@ const LocaleSwitcher: FC = () => {
|
|
|
361
361
|
|
|
362
362
|
Intlayer는 누락된 번역을 채울 수 있도록 돕는 CLI 도구를 제공합니다. `intlayer` 명령어를 사용하여 코드에서 누락된 번역을 테스트하고 채울 수 있습니다.
|
|
363
363
|
|
|
364
|
-
```bash
|
|
364
|
+
```bash packageManager="npm"
|
|
365
365
|
npx intlayer test # 누락된 번역이 있는지 테스트
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
```bash
|
|
368
|
+
```bash packageManager="yarn"
|
|
369
|
+
yarn intlayer test # 누락된 번역이 있는지 테스트
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
```bash packageManager="pnpm"
|
|
373
|
+
pnpm intlayer test # 누락된 번역이 있는지 테스트
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
```bash packageManager="bun"
|
|
377
|
+
bun x intlayer test # 누락된 번역이 있는지 테스트
|
|
378
|
+
```
|
|
379
|
+
|
|
380
|
+
```bash packageManager="npm"
|
|
369
381
|
npx intlayer fill # 누락된 번역 채우기
|
|
370
382
|
```
|
|
371
383
|
|
|
384
|
+
```bash packageManager="yarn"
|
|
385
|
+
yarn intlayer fill # 누락된 번역 채우기
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
```bash packageManager="pnpm"
|
|
389
|
+
pnpm intlayer fill # 누락된 번역 채우기
|
|
390
|
+
```
|
|
391
|
+
|
|
392
|
+
```bash packageManager="bun"
|
|
393
|
+
bun x intlayer fill # 누락된 번역 채우기
|
|
394
|
+
```
|
|
395
|
+
|
|
372
396
|
> 자세한 내용은 [CLI 문서](https://github.com/aymericzip/intlayer/blob/main/docs/docs/ko/cli/ci.md)를 참조하세요.
|
|
373
397
|
|
|
374
398
|
### (선택) 사이트맵과 robots.txt(빌드 시 생성)
|
package/docs/ko/mcp_server.md
CHANGED
|
@@ -78,10 +78,22 @@ MCP 서버는 SSE 전송 방식을 사용하여 원격으로도 사용할 수
|
|
|
78
78
|
|
|
79
79
|
Intlayer는 프로젝트에서 MCP 서버를 자동으로 구성하는 CLI 명령을 제공합니다.
|
|
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
|
이 명령은 다음을 수행합니다:
|
|
86
98
|
|
|
87
99
|
1. 사용 중인 플랫폼(Cursor, VS Code, Claude Desktop 등)을 묻습니다.
|
|
@@ -25,10 +25,22 @@ history:
|
|
|
25
25
|
|
|
26
26
|
## 설치
|
|
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
|
## 내보내기
|
|
33
45
|
|
|
34
46
|
### 구성
|
|
@@ -25,10 +25,22 @@ history:
|
|
|
25
25
|
|
|
26
26
|
## 설치
|
|
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
|
## 내보내기
|
|
33
45
|
|
|
34
46
|
### CLI 명령 (함수)
|
package/docs/ko/readme.md
CHANGED
|
@@ -77,10 +77,22 @@ Intlayer는 웹 및 모바일 애플리케이션을 위한 **최신 i18n 솔루
|
|
|
77
77
|
<img src="https://img.shields.io/badge/시작하기-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
|
⚡ 빠른 시작 (Next.js)
|
|
85
97
|
|
|
86
98
|
```ts
|
package/docs/ko/releases/v6.md
CHANGED
|
@@ -43,10 +43,22 @@ Intlayer v6에 오신 것을 환영합니다! 이번 릴리스는 성능, 개발
|
|
|
43
43
|
|
|
44
44
|
프로젝트를 빠르게 감사하여 누락된 키/로케일을 찾습니다.
|
|
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
|
출력:
|
|
51
63
|
|
|
52
64
|
```bash
|
|
@@ -107,10 +119,22 @@ export default config;
|
|
|
107
119
|
|
|
108
120
|
fill 명령어는 이제 기본적으로 누락된 번역만 채우고 기존 콘텐츠는 건너뜁니다.
|
|
109
121
|
|
|
110
|
-
```bash
|
|
122
|
+
```bash packageManager="npm"
|
|
111
123
|
npx intlayer fill
|
|
112
124
|
```
|
|
113
125
|
|
|
126
|
+
```bash packageManager="yarn"
|
|
127
|
+
yarn intlayer fill
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
```bash packageManager="pnpm"
|
|
131
|
+
pnpm intlayer fill
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
```bash packageManager="bun"
|
|
135
|
+
bun x intlayer fill
|
|
136
|
+
```
|
|
137
|
+
|
|
114
138
|
```bash
|
|
115
139
|
처리할 사전 키: access-key-creation-form-schema, doc-search-metadata, doc-search-page
|
|
116
140
|
- [access-key-creation-form-schema] 사전에 파일 경로가 없습니다. 건너뜁니다.
|
|
@@ -151,10 +175,22 @@ CI 예제는 [CI/CD](https://github.com/aymericzip/intlayer/blob/main/docs/docs/
|
|
|
151
175
|
- 로컬 및 원격 사전의 병렬 해석
|
|
152
176
|
- 원격 사전은 앱 시작 시 재요청을 방지하기 위해 캐시됨
|
|
153
177
|
|
|
154
|
-
```bash
|
|
178
|
+
```bash packageManager="npm"
|
|
155
179
|
npx intlayer build
|
|
156
180
|
```
|
|
157
181
|
|
|
182
|
+
```bash packageManager="yarn"
|
|
183
|
+
yarn intlayer build
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
```bash packageManager="pnpm"
|
|
187
|
+
pnpm intlayer build
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
```bash packageManager="bun"
|
|
191
|
+
bun x intlayer build
|
|
192
|
+
```
|
|
193
|
+
|
|
158
194
|
출력:
|
|
159
195
|
|
|
160
196
|
```bash
|
|
@@ -232,10 +268,22 @@ export default config;
|
|
|
232
268
|
|
|
233
269
|
2. 앱을 실행하고 라이브 프로세스를 병행하세요:
|
|
234
270
|
|
|
235
|
-
```bash
|
|
271
|
+
```bash packageManager="npm"
|
|
236
272
|
npx intlayer live --with 'vite preview'
|
|
237
273
|
```
|
|
238
274
|
|
|
275
|
+
```bash packageManager="yarn"
|
|
276
|
+
yarn intlayer live --with 'vite preview'
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
```bash packageManager="pnpm"
|
|
280
|
+
pnpm intlayer live --with 'vite preview'
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
```bash packageManager="bun"
|
|
284
|
+
bun x intlayer live --with 'vite preview'
|
|
285
|
+
```
|
|
286
|
+
|
|
239
287
|
참고:
|
|
240
288
|
|
|
241
289
|
- 라이브 모드 사용으로 표시된 사전만 라이브로 가져옵니다. 나머지는 성능 최적화를 위해 처리됩니다.
|
package/docs/ko/releases/v7.md
CHANGED
|
@@ -46,10 +46,22 @@ Intlayer v7에 오신 것을 환영합니다! 이번 주요 릴리스에서는
|
|
|
46
46
|
|
|
47
47
|
esbuild로 매 빌드마다 콘텐츠 선언을 다시 빌드하는 대신, v7에서는 빌드 프로세스를 가속화하는 캐싱 전략을 구현했습니다.
|
|
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
|
새로운 캐싱 시스템:
|
|
54
66
|
|
|
55
67
|
- 중복 처리를 피하기 위해 컴파일된 콘텐츠 선언을 저장합니다.
|
package/docs/ko/testing.md
CHANGED
|
@@ -37,10 +37,22 @@ history:
|
|
|
37
37
|
|
|
38
38
|
프로젝트 루트에서 감사를 실행하세요:
|
|
39
39
|
|
|
40
|
-
```bash
|
|
40
|
+
```bash packageManager="npm"
|
|
41
41
|
npx intlayer content test
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
```bash packageManager="yarn"
|
|
45
|
+
yarn intlayer content test
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
```bash packageManager="pnpm"
|
|
49
|
+
pnpm intlayer content test
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```bash packageManager="bun"
|
|
53
|
+
bun x intlayer content test
|
|
54
|
+
```
|
|
55
|
+
|
|
44
56
|
유용한 플래그:
|
|
45
57
|
|
|
46
58
|
- `--env-file [path]`: 파일에서 환경 변수를 로드합니다.
|
|
@@ -182,10 +194,22 @@ jobs:
|
|
|
182
194
|
|
|
183
195
|
선택 사항: 테스트와 함께 사람이 읽기 쉬운 요약을 위해 CLI 감사를 실행하세요:
|
|
184
196
|
|
|
185
|
-
```bash
|
|
197
|
+
```bash packageManager="npm"
|
|
186
198
|
npx intlayer content test --verbose
|
|
187
199
|
```
|
|
188
200
|
|
|
201
|
+
```bash packageManager="yarn"
|
|
202
|
+
yarn intlayer content test --verbose
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
```bash packageManager="pnpm"
|
|
206
|
+
pnpm intlayer content test --verbose
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
```bash packageManager="bun"
|
|
210
|
+
bun x intlayer content test --verbose
|
|
211
|
+
```
|
|
212
|
+
|
|
189
213
|
---
|
|
190
214
|
|
|
191
215
|
## 문제 해결
|
package/docs/nl/cli/init.md
CHANGED
|
@@ -24,10 +24,22 @@ history:
|
|
|
24
24
|
|
|
25
25
|
# Initialiseer 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
|
Het `init` commando configureert Intlayer automatisch in uw project door de benodigde bestanden en instellingen aan te maken. Dit is de aanbevolen manier om met Intlayer aan de slag te gaan.
|
|
32
44
|
|
|
33
45
|
## Aliassen:
|
|
@@ -54,26 +66,62 @@ Het `init` commando voert de volgende configuratietaken uit:
|
|
|
54
66
|
|
|
55
67
|
### Basis initialisatie:
|
|
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
|
Dit initialiseert Intlayer in de huidige map en detecteert automatisch de hoofdmap van het project.
|
|
62
86
|
|
|
63
87
|
### Initialiseren met aangepaste projectmap:
|
|
64
88
|
|
|
65
|
-
```bash
|
|
89
|
+
```bash packageManager="npm"
|
|
66
90
|
npx intlayer init --project-root ./mijn-project
|
|
67
91
|
```
|
|
68
92
|
|
|
93
|
+
```bash packageManager="yarn"
|
|
94
|
+
yarn intlayer init --project-root ./mijn-project
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
```bash packageManager="pnpm"
|
|
98
|
+
pnpm intlayer init --project-root ./mijn-project
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
```bash packageManager="bun"
|
|
102
|
+
bun x intlayer init --project-root ./mijn-project
|
|
103
|
+
```
|
|
104
|
+
|
|
69
105
|
Dit initialiseert Intlayer in de opgegeven directory.
|
|
70
106
|
|
|
71
107
|
### Initialiseren zonder .gitignore bij te werken:
|
|
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
|
Dit configureert alle configuratiebestanden maar wijzigt uw `.gitignore` niet.
|
|
78
126
|
|
|
79
127
|
## Voorbeeld van uitvoer:
|
|
@@ -29,10 +29,22 @@ De bundel maakt gebruik van [esbuild](https://esbuild.github.io/) om de gevraagd
|
|
|
29
29
|
|
|
30
30
|
## Gebruik
|
|
31
31
|
|
|
32
|
-
```bash
|
|
32
|
+
```bash packageManager="npm"
|
|
33
33
|
npx intlayer standalone --packages [pakketten...] [opties]
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
```bash packageManager="yarn"
|
|
37
|
+
yarn intlayer standalone --packages [pakketten...] [opties]
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```bash packageManager="pnpm"
|
|
41
|
+
pnpm intlayer standalone --packages [pakketten...] [opties]
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
```bash packageManager="bun"
|
|
45
|
+
bun x intlayer standalone --packages [pakketten...] [opties]
|
|
46
|
+
```
|
|
47
|
+
|
|
36
48
|
## Opties
|
|
37
49
|
|
|
38
50
|
- `-o, --outfile [outfile]` - Optioneel. De naam van het uitvoerbestand. Standaard: `intlayer-bundle.js`.
|
|
@@ -54,24 +66,60 @@ npx intlayer standalone --packages [pakketten...] [opties]
|
|
|
54
66
|
|
|
55
67
|
### Een bundel maken voor Vanilla JS:
|
|
56
68
|
|
|
57
|
-
```bash
|
|
69
|
+
```bash packageManager="npm"
|
|
58
70
|
npx intlayer standalone --packages intlayer vanilla-intlayer --outfile intlayer.js
|
|
59
71
|
```
|
|
60
72
|
|
|
73
|
+
```bash packageManager="yarn"
|
|
74
|
+
yarn intlayer standalone --packages intlayer vanilla-intlayer --outfile intlayer.js
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
```bash packageManager="pnpm"
|
|
78
|
+
pnpm intlayer standalone --packages intlayer vanilla-intlayer --outfile intlayer.js
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
```bash packageManager="bun"
|
|
82
|
+
bun x intlayer standalone --packages intlayer vanilla-intlayer --outfile intlayer.js
|
|
83
|
+
```
|
|
84
|
+
|
|
61
85
|
Dit maakt een bestand `intlayer.js` aan met daarin zowel de `intlayer` als `vanilla-intlayer` pakketten, geminimaliseerd en in ESM-formaat, klaar voor gebruik in een browser via een `<script>` tag.
|
|
62
86
|
|
|
63
87
|
### Een specifieke versie bundelen:
|
|
64
88
|
|
|
65
|
-
```bash
|
|
89
|
+
```bash packageManager="npm"
|
|
66
90
|
npx intlayer standalone --packages intlayer --version 8.6.4
|
|
67
91
|
```
|
|
68
92
|
|
|
93
|
+
```bash packageManager="yarn"
|
|
94
|
+
yarn intlayer standalone --packages intlayer --version 8.6.4
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
```bash packageManager="pnpm"
|
|
98
|
+
pnpm intlayer standalone --packages intlayer --version 8.6.4
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
```bash packageManager="bun"
|
|
102
|
+
bun x intlayer standalone --packages intlayer --version 8.6.4
|
|
103
|
+
```
|
|
104
|
+
|
|
69
105
|
### Bundelen met een ander formaat:
|
|
70
106
|
|
|
71
|
-
```bash
|
|
107
|
+
```bash packageManager="npm"
|
|
72
108
|
npx intlayer standalone --packages intlayer --format iife
|
|
73
109
|
```
|
|
74
110
|
|
|
111
|
+
```bash packageManager="yarn"
|
|
112
|
+
yarn intlayer standalone --packages intlayer --format iife
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
```bash packageManager="pnpm"
|
|
116
|
+
pnpm intlayer standalone --packages intlayer --format iife
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
```bash packageManager="bun"
|
|
120
|
+
bun x intlayer standalone --packages intlayer --format iife
|
|
121
|
+
```
|
|
122
|
+
|
|
75
123
|
## Wat het doet:
|
|
76
124
|
|
|
77
125
|
1. **Maakt een tijdelijke omgeving aan** - Richt een tijdelijke directory in om afhankelijkheden te beheren.
|
package/docs/pl/agent_skills.md
CHANGED
|
@@ -26,10 +26,22 @@ history:
|
|
|
26
26
|
|
|
27
27
|
Polecenie `intlayer init skills` to najprostszy sposób na skonfigurowanie umiejętności agenta w Twoim projekcie. Wykrywa Twoje środowisko i instaluje niezbędne pliki konfiguracyjne dla preferowanych platform.
|
|
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
|
### Użycie zestawu SDK Vercel Skill
|
|
34
46
|
|
|
35
47
|
```bash
|
package/docs/pl/autoFill.md
CHANGED
|
@@ -99,10 +99,22 @@ Oto [plik deklaracji zawartości dla poszczególnych lokalizacji](https://github
|
|
|
99
99
|
|
|
100
100
|
Następnie, gdy uruchomisz następujące polecenie:
|
|
101
101
|
|
|
102
|
-
```bash
|
|
102
|
+
```bash packageManager="npm"
|
|
103
103
|
npx intlayer fill --file 'src/components/example/example.content.ts'
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
+
```bash packageManager="yarn"
|
|
107
|
+
yarn intlayer fill --file 'src/components/example/example.content.ts'
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
```bash packageManager="pnpm"
|
|
111
|
+
pnpm intlayer fill --file 'src/components/example/example.content.ts'
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
```bash packageManager="bun"
|
|
115
|
+
bun x intlayer fill --file 'src/components/example/example.content.ts'
|
|
116
|
+
```
|
|
117
|
+
|
|
106
118
|
Intlayer automatycznie wygeneruje pochodny plik deklaracji w `src/components/example/example.content.json`, wypełniając wszystkie lokalizacje, które nie zostały jeszcze zadeklarowane w głównym pliku.
|
|
107
119
|
|
|
108
120
|
```json5 fileName="src/components/example/example.content.json"
|