@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/pl/cli/login.md
CHANGED
|
@@ -27,10 +27,22 @@ Polecenie `login` w Intlayer CLI umożliwia uwierzytelnienie w Intlayer CMS. Pol
|
|
|
27
27
|
|
|
28
28
|
## Użycie
|
|
29
29
|
|
|
30
|
-
```bash
|
|
30
|
+
```bash packageManager="npm"
|
|
31
31
|
npx intlayer login [options]
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
+
```bash packageManager="yarn"
|
|
35
|
+
yarn intlayer login [options]
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```bash packageManager="pnpm"
|
|
39
|
+
pnpm intlayer login [options]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
```bash packageManager="bun"
|
|
43
|
+
bun x intlayer login [options]
|
|
44
|
+
```
|
|
45
|
+
|
|
34
46
|
or
|
|
35
47
|
|
|
36
48
|
```bash
|
|
@@ -47,10 +59,22 @@ Określa URL Intlayer CMS, z którym należy się połączyć w celu uwierzyteln
|
|
|
47
59
|
- **Domyślnie**: Wartość skonfigurowana w `intlayer.config.*` lub `https://intlayer.org`
|
|
48
60
|
- **Przykład**:
|
|
49
61
|
|
|
50
|
-
```bash
|
|
62
|
+
```bash packageManager="npm"
|
|
51
63
|
npx intlayer login --cms-url https://intlayer.org
|
|
52
64
|
```
|
|
53
65
|
|
|
66
|
+
```bash packageManager="yarn"
|
|
67
|
+
yarn intlayer login --cms-url https://intlayer.org
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
```bash packageManager="pnpm"
|
|
71
|
+
pnpm intlayer login --cms-url https://intlayer.org
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
```bash packageManager="bun"
|
|
75
|
+
bun x intlayer login --cms-url https://intlayer.org
|
|
76
|
+
```
|
|
77
|
+
|
|
54
78
|
### Opcje konfiguracji
|
|
55
79
|
|
|
56
80
|
Możesz także użyć standardowych opcji konfiguracji:
|
|
@@ -71,10 +95,22 @@ Określ URL Intlayer CMS, z którym należy się połączyć w celu uwierzytelni
|
|
|
71
95
|
- **Domyślna wartość**: Wartość skonfigurowana w `intlayer.config.*` lub `https://intlayer.org`
|
|
72
96
|
- **Przykład**:
|
|
73
97
|
|
|
74
|
-
```bash
|
|
98
|
+
```bash packageManager="npm"
|
|
75
99
|
npx intlayer login --cms-url https://intlayer.org
|
|
76
100
|
```
|
|
77
101
|
|
|
102
|
+
```bash packageManager="yarn"
|
|
103
|
+
yarn intlayer login --cms-url https://intlayer.org
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
```bash packageManager="pnpm"
|
|
107
|
+
pnpm intlayer login --cms-url https://intlayer.org
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
```bash packageManager="bun"
|
|
111
|
+
bun x intlayer login --cms-url https://intlayer.org
|
|
112
|
+
```
|
|
113
|
+
|
|
78
114
|
### Opcje konfiguracyjne
|
|
79
115
|
|
|
80
116
|
Możesz również użyć ogólnych opcji konfiguracyjnych:
|
|
@@ -129,22 +165,58 @@ Jeśli przeglądarka nie otworzy się automatycznie, możesz ręcznie odwiedzić
|
|
|
129
165
|
|
|
130
166
|
### Logowanie z niestandardowym URL CMS
|
|
131
167
|
|
|
132
|
-
```bash
|
|
168
|
+
```bash packageManager="npm"
|
|
133
169
|
npx intlayer login --cms-url https://custom-cms.example.com
|
|
134
170
|
```
|
|
135
171
|
|
|
172
|
+
```bash packageManager="yarn"
|
|
173
|
+
yarn intlayer login --cms-url https://custom-cms.example.com
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
```bash packageManager="pnpm"
|
|
177
|
+
pnpm intlayer login --cms-url https://custom-cms.example.com
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
```bash packageManager="bun"
|
|
181
|
+
bun x intlayer login --cms-url https://custom-cms.example.com
|
|
182
|
+
```
|
|
183
|
+
|
|
136
184
|
### Logowanie z określonym plikiem środowiskowym
|
|
137
185
|
|
|
138
|
-
```bash
|
|
186
|
+
```bash packageManager="npm"
|
|
139
187
|
npx intlayer login --env-file .env.production
|
|
140
188
|
```
|
|
141
189
|
|
|
190
|
+
```bash packageManager="yarn"
|
|
191
|
+
yarn intlayer login --env-file .env.production
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
```bash packageManager="pnpm"
|
|
195
|
+
pnpm intlayer login --env-file .env.production
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
```bash packageManager="bun"
|
|
199
|
+
bun x intlayer login --env-file .env.production
|
|
200
|
+
```
|
|
201
|
+
|
|
142
202
|
### Logowanie w trybie verbose
|
|
143
203
|
|
|
144
|
-
```bash
|
|
204
|
+
```bash packageManager="npm"
|
|
145
205
|
npx intlayer login --verbose
|
|
146
206
|
```
|
|
147
207
|
|
|
208
|
+
```bash packageManager="yarn"
|
|
209
|
+
yarn intlayer login --verbose
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
```bash packageManager="pnpm"
|
|
213
|
+
pnpm intlayer login --verbose
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
```bash packageManager="bun"
|
|
217
|
+
bun x intlayer login --verbose
|
|
218
|
+
```
|
|
219
|
+
|
|
148
220
|
## Rozwiązywanie problemów
|
|
149
221
|
|
|
150
222
|
### Przeglądarka się nie otwiera
|
package/docs/pl/cli/pull.md
CHANGED
|
@@ -19,10 +19,22 @@ slugs:
|
|
|
19
19
|
|
|
20
20
|
# Pobieranie zdalnych słowników
|
|
21
21
|
|
|
22
|
-
```bash
|
|
22
|
+
```bash packageManager="npm"
|
|
23
23
|
npx intlayer pull
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
+
```bash packageManager="yarn"
|
|
27
|
+
yarn intlayer pull
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
```bash packageManager="pnpm"
|
|
31
|
+
pnpm intlayer pull
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash packageManager="bun"
|
|
35
|
+
bun x intlayer pull
|
|
36
|
+
```
|
|
37
|
+
|
|
26
38
|
Jeśli [edytor intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md) jest zainstalowany, możesz również pobierać słowniki z edytora. W ten sposób możesz nadpisać zawartość swoich słowników zgodnie z potrzebami Twojej aplikacji.
|
|
27
39
|
|
|
28
40
|
## Alias:
|
|
@@ -73,6 +85,18 @@ Jeśli [edytor intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/d
|
|
|
73
85
|
|
|
74
86
|
## Przykład:
|
|
75
87
|
|
|
76
|
-
```bash
|
|
88
|
+
```bash packageManager="npm"
|
|
77
89
|
npx intlayer dictionary pull --newDictionariesPath ./my-dictionaries-dir/
|
|
78
90
|
```
|
|
91
|
+
|
|
92
|
+
```bash packageManager="yarn"
|
|
93
|
+
yarn intlayer dictionary pull --newDictionariesPath ./my-dictionaries-dir/
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
```bash packageManager="pnpm"
|
|
97
|
+
pnpm intlayer dictionary pull --newDictionariesPath ./my-dictionaries-dir/
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
```bash packageManager="bun"
|
|
101
|
+
bun x intlayer dictionary pull --newDictionariesPath ./my-dictionaries-dir/
|
|
102
|
+
```
|
package/docs/pl/cli/push.md
CHANGED
|
@@ -19,10 +19,22 @@ slugs:
|
|
|
19
19
|
|
|
20
20
|
# Wysyłanie słowników
|
|
21
21
|
|
|
22
|
-
```bash
|
|
22
|
+
```bash packageManager="npm"
|
|
23
23
|
npx intlayer dictionary push
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
+
```bash packageManager="yarn"
|
|
27
|
+
yarn intlayer dictionary push
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
```bash packageManager="pnpm"
|
|
31
|
+
pnpm intlayer dictionary push
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash packageManager="bun"
|
|
35
|
+
bun x intlayer dictionary push
|
|
36
|
+
```
|
|
37
|
+
|
|
26
38
|
Jeśli [edytor intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md) jest zainstalowany, możesz również wysyłać słowniki do edytora. To polecenie pozwoli udostępnić słowniki w [edytorze](https://app.intlayer.org/). W ten sposób możesz dzielić się swoimi słownikami z zespołem i edytować treści bez konieczności modyfikowania kodu aplikacji.
|
|
27
39
|
|
|
28
40
|
## Alias:
|
|
@@ -29,10 +29,22 @@ Pakiet wykorzystuje [esbuild](https://esbuild.github.io/) do połączenia żąda
|
|
|
29
29
|
|
|
30
30
|
## Użycie
|
|
31
31
|
|
|
32
|
-
```bash
|
|
32
|
+
```bash packageManager="npm"
|
|
33
33
|
npx intlayer standalone --packages [pakiety...] [opcje]
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
```bash packageManager="yarn"
|
|
37
|
+
yarn intlayer standalone --packages [pakiety...] [opcje]
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```bash packageManager="pnpm"
|
|
41
|
+
pnpm intlayer standalone --packages [pakiety...] [opcje]
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
```bash packageManager="bun"
|
|
45
|
+
bun x intlayer standalone --packages [pakiety...] [opcje]
|
|
46
|
+
```
|
|
47
|
+
|
|
36
48
|
## Opcje
|
|
37
49
|
|
|
38
50
|
- `-o, --outfile [outfile]` - Opcjonalnie. Nazwa pliku wyjściowego. Domyślnie: `intlayer-bundle.js`.
|
|
@@ -54,24 +66,60 @@ npx intlayer standalone --packages [pakiety...] [opcje]
|
|
|
54
66
|
|
|
55
67
|
### Tworzenie pakietu dla 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
|
Utworzy to plik `intlayer.js` zawierający pakiety `intlayer` i `vanilla-intlayer`, zminimalizowany i w formacie ESM, gotowy do użycia w przeglądarce za pomocą tagu `<script>`.
|
|
62
86
|
|
|
63
87
|
### Pakowanie konkretnej wersji:
|
|
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
|
### Pakowanie w innym formacie:
|
|
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
|
## Co to robi:
|
|
76
124
|
|
|
77
125
|
1. **Tworzy tymczasowe środowisko** - Konfiguruje tymczasowy katalog do zarządzania zależnościami.
|
package/docs/pl/cli/test.md
CHANGED
|
@@ -17,10 +17,22 @@ slugs:
|
|
|
17
17
|
|
|
18
18
|
# Testowanie brakujących tłumaczeń
|
|
19
19
|
|
|
20
|
-
```bash
|
|
20
|
+
```bash packageManager="npm"
|
|
21
21
|
npx intlayer content test
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
```bash packageManager="yarn"
|
|
25
|
+
yarn intlayer content test
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```bash packageManager="pnpm"
|
|
29
|
+
pnpm intlayer content test
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
```bash packageManager="bun"
|
|
33
|
+
bun x intlayer content test
|
|
34
|
+
```
|
|
35
|
+
|
|
24
36
|
## Alias:
|
|
25
37
|
|
|
26
38
|
- `npx intlayer test`
|
|
@@ -69,8 +81,20 @@ Brakujące wymagane lokalizacje: -
|
|
|
69
81
|
|
|
70
82
|
## Przykład:
|
|
71
83
|
|
|
72
|
-
```bash
|
|
84
|
+
```bash packageManager="npm"
|
|
73
85
|
npx intlayer content test --verbose
|
|
74
86
|
```
|
|
75
87
|
|
|
88
|
+
```bash packageManager="yarn"
|
|
89
|
+
yarn intlayer content test --verbose
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
```bash packageManager="pnpm"
|
|
93
|
+
pnpm intlayer content test --verbose
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
```bash packageManager="bun"
|
|
97
|
+
bun x intlayer content test --verbose
|
|
98
|
+
```
|
|
99
|
+
|
|
76
100
|
Wynik pomaga szybko zidentyfikować, które tłumaczenia wymagają uzupełnienia, aby zapewnić prawidłowe działanie aplikacji we wszystkich skonfigurowanych lokalizacjach.
|
package/docs/pl/cli/version.md
CHANGED
|
@@ -16,9 +16,24 @@ slugs:
|
|
|
16
16
|
|
|
17
17
|
# Sprawdź wersję CLI
|
|
18
18
|
|
|
19
|
-
```bash
|
|
19
|
+
```bash packageManager="npm"
|
|
20
20
|
npx intlayer --version
|
|
21
21
|
npx intlayer version
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
```bash packageManager="yarn"
|
|
25
|
+
yarn intlayer --version
|
|
26
|
+
yarn intlayer version
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
```bash packageManager="pnpm"
|
|
30
|
+
pnpm intlayer --version
|
|
31
|
+
pnpm intlayer version
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash packageManager="bun"
|
|
35
|
+
bun x intlayer --version
|
|
36
|
+
bun x intlayer version
|
|
37
|
+
```
|
|
38
|
+
|
|
24
39
|
Oba polecenia wyświetlają zainstalowaną wersję Intlayer CLI.
|
package/docs/pl/cli/watch.md
CHANGED
|
@@ -17,10 +17,22 @@ slugs:
|
|
|
17
17
|
|
|
18
18
|
# Obserwuj słowniki
|
|
19
19
|
|
|
20
|
-
```bash
|
|
20
|
+
```bash packageManager="npm"
|
|
21
21
|
npx intlayer watch
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
```bash packageManager="yarn"
|
|
25
|
+
yarn intlayer watch
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```bash packageManager="pnpm"
|
|
29
|
+
pnpm intlayer watch
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
```bash packageManager="bun"
|
|
33
|
+
bun x intlayer watch
|
|
34
|
+
```
|
|
35
|
+
|
|
24
36
|
Ta komenda będzie obserwować zmiany w Twoich plikach deklaracji treści i budować słowniki w katalogu `.intlayer`.
|
|
25
37
|
Ta komenda jest równoważna z `npx intlayer build --watch --skip-prepare`.
|
|
26
38
|
|
package/docs/pl/compiler.md
CHANGED
|
@@ -290,20 +290,56 @@ Następujące właściwości można skonfigurować w bloku `compiler` pliku `int
|
|
|
290
290
|
|
|
291
291
|
Intlayer udostępnia narzędzie CLI, które pomaga uzupełnić brakujące tłumaczenia. Możesz użyć polecenia `intlayer`, aby przetestować i uzupełnić brakujące tłumaczenia w swoim kodzie.
|
|
292
292
|
|
|
293
|
-
```bash
|
|
293
|
+
```bash packageManager="npm"
|
|
294
294
|
npx intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
```bash
|
|
297
|
+
```bash packageManager="yarn"
|
|
298
|
+
yarn intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
```bash packageManager="pnpm"
|
|
302
|
+
pnpm intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
```bash packageManager="bun"
|
|
306
|
+
bun x intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
```bash packageManager="npm"
|
|
298
310
|
npx intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
299
311
|
```
|
|
300
312
|
|
|
313
|
+
```bash packageManager="yarn"
|
|
314
|
+
yarn intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
```bash packageManager="pnpm"
|
|
318
|
+
pnpm intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
```bash packageManager="bun"
|
|
322
|
+
bun x intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
323
|
+
```
|
|
324
|
+
|
|
301
325
|
### Ekstrakcja
|
|
302
326
|
|
|
303
327
|
Intlayer udostępnia narzędzie CLI do wyodrębniania treści z Twojego kodu. Możesz użyć polecenia `intlayer extract`, aby wyodrębnić treść ze swojego kodu.
|
|
304
328
|
|
|
305
|
-
```bash
|
|
329
|
+
```bash packageManager="npm"
|
|
306
330
|
npx intlayer extract
|
|
307
331
|
```
|
|
308
332
|
|
|
333
|
+
```bash packageManager="yarn"
|
|
334
|
+
yarn intlayer extract
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
```bash packageManager="pnpm"
|
|
338
|
+
pnpm intlayer extract
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
```bash packageManager="bun"
|
|
342
|
+
bun x intlayer extract
|
|
343
|
+
```
|
|
344
|
+
|
|
309
345
|
> Więcej szczegółów znajdziesz w [dokumentacji CLI](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/index.md)
|
|
@@ -208,14 +208,14 @@ Nieprawidłowe:
|
|
|
208
208
|
|
|
209
209
|
```ts
|
|
210
210
|
totalOpenings: plural({
|
|
211
|
-
one: {
|
|
211
|
+
one: t({
|
|
212
212
|
en: "{{count}} opening",
|
|
213
213
|
fr: "{{count}} offre",
|
|
214
|
-
},
|
|
215
|
-
other: {
|
|
214
|
+
}),
|
|
215
|
+
other: t({
|
|
216
216
|
en: "{{count}} openings",
|
|
217
217
|
fr: "{{count}} offres",
|
|
218
|
-
},
|
|
218
|
+
}),
|
|
219
219
|
}),
|
|
220
220
|
```
|
|
221
221
|
|
package/docs/pl/intlayer_CMS.md
CHANGED
|
@@ -160,32 +160,80 @@ export default config;
|
|
|
160
160
|
|
|
161
161
|
Aby skonfigurować Intlayer CMS, możesz użyć poleceń [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/pl/cli/index.md).
|
|
162
162
|
|
|
163
|
-
```bash
|
|
163
|
+
```bash packageManager="npm"
|
|
164
164
|
npx intlayer config push
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
+
```bash packageManager="yarn"
|
|
168
|
+
yarn intlayer config push
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
```bash packageManager="pnpm"
|
|
172
|
+
pnpm intlayer config push
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
```bash packageManager="bun"
|
|
176
|
+
bun x intlayer config push
|
|
177
|
+
```
|
|
178
|
+
|
|
167
179
|
> Jeśli używasz zmiennych środowiskowych w pliku konfiguracyjnym `intlayer.config.ts`, możesz określić żądane środowisko za pomocą argumentu `--env`:
|
|
168
180
|
|
|
169
|
-
```bash
|
|
181
|
+
```bash packageManager="npm"
|
|
170
182
|
npx intlayer config push --env production
|
|
171
183
|
```
|
|
172
184
|
|
|
185
|
+
```bash packageManager="yarn"
|
|
186
|
+
yarn intlayer config push --env production
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
```bash packageManager="pnpm"
|
|
190
|
+
pnpm intlayer config push --env production
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
```bash packageManager="bun"
|
|
194
|
+
bun x intlayer config push --env production
|
|
195
|
+
```
|
|
196
|
+
|
|
173
197
|
To polecenie przesyła Twoją konfigurację do Intlayer CMS.
|
|
174
198
|
|
|
175
199
|
### Wypchnij słownik
|
|
176
200
|
|
|
177
201
|
Aby przekształcić swoje słowniki lokalizacyjne w zdalny słownik, możesz użyć poleceń [intlayer CLI](https://github.com/aymericzip/intlayer/tree/main/docs/pl/cli/index.md).
|
|
178
202
|
|
|
179
|
-
```bash
|
|
203
|
+
```bash packageManager="npm"
|
|
180
204
|
npx intlayer dictionary push -d my-first-dictionary-key
|
|
181
205
|
```
|
|
182
206
|
|
|
207
|
+
```bash packageManager="yarn"
|
|
208
|
+
yarn intlayer dictionary push -d my-first-dictionary-key
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
```bash packageManager="pnpm"
|
|
212
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
```bash packageManager="bun"
|
|
216
|
+
bun x intlayer dictionary push -d my-first-dictionary-key
|
|
217
|
+
```
|
|
218
|
+
|
|
183
219
|
> Jeśli używasz zmiennych środowiskowych w pliku konfiguracyjnym `intlayer.config.ts`, możesz określić żądane środowisko za pomocą argumentu `--env`:
|
|
184
220
|
|
|
185
|
-
```bash
|
|
221
|
+
```bash packageManager="npm"
|
|
186
222
|
npx intlayer dictionary push -d my-first-dictionary-key --env production
|
|
187
223
|
```
|
|
188
224
|
|
|
225
|
+
```bash packageManager="yarn"
|
|
226
|
+
yarn intlayer dictionary push -d my-first-dictionary-key --env production
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
```bash packageManager="pnpm"
|
|
230
|
+
pnpm intlayer dictionary push -d my-first-dictionary-key --env production
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
```bash packageManager="bun"
|
|
234
|
+
bun x intlayer dictionary push -d my-first-dictionary-key --env production
|
|
235
|
+
```
|
|
236
|
+
|
|
189
237
|
To polecenie przesyła Twoje początkowe słowniki treści, udostępniając je do asynchronicznego pobierania i edycji za pośrednictwem platformy Intlayer.
|
|
190
238
|
|
|
191
239
|
### Edytuj słownik
|
|
@@ -355,14 +355,38 @@ export default async function Page() {
|
|
|
355
355
|
|
|
356
356
|
Intlayer udostępnia narzędzie CLI, które pomaga uzupełnić brakujące tłumaczenia. Możesz użyć polecenia `intlayer`, aby przetestować i uzupełnić brakujące tłumaczenia ze swojego kodu.
|
|
357
357
|
|
|
358
|
-
```bash
|
|
358
|
+
```bash packageManager="npm"
|
|
359
359
|
npx intlayer test # Przetestuj, czy brakuje tłumaczeń
|
|
360
360
|
```
|
|
361
361
|
|
|
362
|
-
```bash
|
|
362
|
+
```bash packageManager="yarn"
|
|
363
|
+
yarn intlayer test # Przetestuj, czy brakuje tłumaczeń
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
```bash packageManager="pnpm"
|
|
367
|
+
pnpm intlayer test # Przetestuj, czy brakuje tłumaczeń
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
```bash packageManager="bun"
|
|
371
|
+
bun x intlayer test # Przetestuj, czy brakuje tłumaczeń
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
```bash packageManager="npm"
|
|
363
375
|
npx intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
364
376
|
```
|
|
365
377
|
|
|
378
|
+
```bash packageManager="yarn"
|
|
379
|
+
yarn intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
```bash packageManager="pnpm"
|
|
383
|
+
pnpm intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
```bash packageManager="bun"
|
|
387
|
+
bun x intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
388
|
+
```
|
|
389
|
+
|
|
366
390
|
> Więcej szczegółów znajdziesz w [dokumentacji CLI](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/ci.md)
|
|
367
391
|
|
|
368
392
|
### (Opcjonalnie) Krok 8: Konfiguracja Proxy do wykrywania języka
|
|
@@ -367,14 +367,38 @@ const LocaleSwitcher: FC = () => {
|
|
|
367
367
|
|
|
368
368
|
Intlayer udostępnia narzędzie CLI, które pomaga uzupełnić brakujące tłumaczenia. Możesz użyć polecenia `intlayer`, aby przetestować i uzupełnić brakujące tłumaczenia w swoim kodzie.
|
|
369
369
|
|
|
370
|
-
```bash
|
|
370
|
+
```bash packageManager="npm"
|
|
371
371
|
npx intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
```bash
|
|
374
|
+
```bash packageManager="yarn"
|
|
375
|
+
yarn intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
376
|
+
```
|
|
377
|
+
|
|
378
|
+
```bash packageManager="pnpm"
|
|
379
|
+
pnpm intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
```bash packageManager="bun"
|
|
383
|
+
bun x intlayer test # Sprawdź, czy brakuje tłumaczeń
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
```bash packageManager="npm"
|
|
375
387
|
npx intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
376
388
|
```
|
|
377
389
|
|
|
390
|
+
```bash packageManager="yarn"
|
|
391
|
+
yarn intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
```bash packageManager="pnpm"
|
|
395
|
+
pnpm intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
396
|
+
```
|
|
397
|
+
|
|
398
|
+
```bash packageManager="bun"
|
|
399
|
+
bun x intlayer fill # Uzupełnij brakujące tłumaczenia
|
|
400
|
+
```
|
|
401
|
+
|
|
378
402
|
> Więcej szczegółów znajdziesz w [dokumentacji CLI](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/ci.md)
|
|
379
403
|
|
|
380
404
|
### (Opcjonalnie) Sitemap i robots.txt (generacja przy buildzie)
|
package/docs/pl/mcp_server.md
CHANGED
|
@@ -78,10 +78,22 @@ Należy zauważyć, że serwer zdalny nie integruje narzędzi CLI, autouzupełni
|
|
|
78
78
|
|
|
79
79
|
Intlayer zapewnia polecenie CLI do automatycznej konfiguracji serwera MCP w Twoim projekcie.
|
|
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
|
To polecenie:
|
|
86
98
|
|
|
87
99
|
1. Zapyta, której platformy używasz (Cursor, VS Code, Claude Desktop itp.).
|
|
@@ -25,10 +25,22 @@ Pakiet `intlayer` jest biblioteką rdzeniową ekosystemu Intlayer. Dostarcza nie
|
|
|
25
25
|
|
|
26
26
|
## Instalacja
|
|
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
|
## Eksporty
|
|
33
45
|
|
|
34
46
|
### Konfiguracja
|