@intlayer/docs 7.2.3 → 7.3.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/README.md +2 -0
- package/blog/ar/compiler_vs_declarative_i18n.md +138 -0
- package/blog/ar/intlayer_with_next-i18next.md +0 -1
- package/blog/ar/intlayer_with_vue-i18n.md +0 -1
- package/blog/de/compiler_vs_declarative_i18n.md +138 -0
- package/blog/de/intlayer_with_next-i18next.md +0 -1
- package/blog/de/intlayer_with_vue-i18n.md +0 -1
- package/blog/en/compiler_vs_declarative_i18n.md +138 -0
- package/blog/en/i18n_using_next-i18next.md +1 -1
- package/blog/en/i18n_using_next-intl.md +1 -1
- package/blog/en/intlayer_with_i18next.md +1 -1
- package/blog/en/intlayer_with_next-i18next.md +1 -2
- package/blog/en/intlayer_with_next-intl.md +1 -1
- package/blog/en/intlayer_with_react-i18next.md +1 -1
- package/blog/en/intlayer_with_react-intl.md +1 -1
- package/blog/en/intlayer_with_vue-i18n.md +1 -2
- package/blog/en-GB/compiler_vs_declarative_i18n.md +138 -0
- package/blog/en-GB/intlayer_with_next-i18next.md +0 -1
- package/blog/en-GB/intlayer_with_vue-i18n.md +0 -1
- package/blog/es/compiler_vs_declarative_i18n.md +138 -0
- package/blog/es/intlayer_with_next-i18next.md +0 -1
- package/blog/es/intlayer_with_vue-i18n.md +0 -1
- package/blog/fr/compiler_vs_declarative_i18n.md +138 -0
- package/blog/fr/intlayer_with_next-i18next.md +0 -1
- package/blog/fr/intlayer_with_vue-i18n.md +0 -1
- package/blog/hi/compiler_vs_declarative_i18n.md +138 -0
- package/blog/hi/intlayer_with_next-i18next.md +0 -1
- package/blog/hi/intlayer_with_vue-i18n.md +0 -1
- package/blog/id/compiler_vs_declarative_i18n.md +138 -0
- package/blog/id/intlayer_with_next-i18next.md +0 -1
- package/blog/id/intlayer_with_vue-i18n.md +0 -1
- package/blog/it/compiler_vs_declarative_i18n.md +138 -0
- package/blog/it/intlayer_with_next-i18next.md +0 -1
- package/blog/it/intlayer_with_vue-i18n.md +0 -1
- package/blog/ja/compiler_vs_declarative_i18n.md +138 -0
- package/blog/ja/intlayer_with_next-i18next.md +0 -1
- package/blog/ja/intlayer_with_vue-i18n.md +0 -1
- package/blog/ko/compiler_vs_declarative_i18n.md +138 -0
- package/blog/ko/intlayer_with_next-i18next.md +0 -1
- package/blog/ko/intlayer_with_vue-i18n.md +0 -1
- package/blog/pl/compiler_vs_declarative_i18n.md +138 -0
- package/blog/pl/intlayer_with_next-i18next.md +0 -1
- package/blog/pl/intlayer_with_vue-i18n.md +0 -1
- package/blog/pt/compiler_vs_declarative_i18n.md +138 -0
- package/blog/pt/intlayer_with_next-i18next.md +0 -1
- package/blog/pt/intlayer_with_vue-i18n.md +0 -1
- package/blog/ru/compiler_vs_declarative_i18n.md +138 -0
- package/blog/ru/intlayer_with_next-i18next.md +0 -1
- package/blog/ru/intlayer_with_vue-i18n.md +0 -1
- package/blog/tr/compiler_vs_declarative_i18n.md +138 -0
- package/blog/tr/intlayer_with_next-i18next.md +0 -1
- package/blog/tr/intlayer_with_vue-i18n.md +0 -1
- package/blog/vi/compiler_vs_declarative_i18n.md +138 -0
- package/blog/vi/intlayer_with_next-i18next.md +0 -1
- package/blog/vi/intlayer_with_vue-i18n.md +0 -1
- package/blog/zh/compiler_vs_declarative_i18n.md +138 -0
- package/blog/zh/intlayer_with_next-i18next.md +0 -1
- package/blog/zh/intlayer_with_vue-i18n.md +0 -1
- package/dist/cjs/generated/blog.entry.cjs +19 -0
- package/dist/cjs/generated/blog.entry.cjs.map +1 -1
- package/dist/cjs/generated/docs.entry.cjs +323 -19
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/blog.entry.mjs +19 -0
- package/dist/esm/generated/blog.entry.mjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +323 -19
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/blog.entry.d.ts +1 -0
- package/dist/types/generated/blog.entry.d.ts.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +17 -1
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/ar/cli/build.md +64 -0
- package/docs/ar/cli/configuration.md +63 -0
- package/docs/ar/cli/debug.md +46 -0
- package/docs/ar/cli/doc-review.md +43 -0
- package/docs/ar/cli/doc-translate.md +132 -0
- package/docs/ar/cli/editor.md +28 -0
- package/docs/ar/cli/fill.md +130 -0
- package/docs/ar/cli/index.md +163 -0
- package/docs/ar/cli/list.md +53 -0
- package/docs/ar/cli/live.md +41 -0
- package/docs/ar/cli/pull.md +78 -0
- package/docs/ar/cli/push.md +98 -0
- package/docs/ar/cli/sdk.md +67 -0
- package/docs/ar/cli/test.md +76 -0
- package/docs/ar/cli/transform.md +65 -0
- package/docs/ar/cli/version.md +24 -0
- package/docs/ar/cli/watch.md +37 -0
- package/docs/ar/packages/intlayer/getPrefix.md +210 -0
- package/docs/de/cli/build.md +64 -0
- package/docs/de/cli/configuration.md +63 -0
- package/docs/de/cli/debug.md +46 -0
- package/docs/de/cli/doc-review.md +43 -0
- package/docs/de/cli/doc-translate.md +132 -0
- package/docs/de/cli/editor.md +28 -0
- package/docs/de/cli/fill.md +130 -0
- package/docs/de/cli/index.md +163 -0
- package/docs/de/cli/list.md +53 -0
- package/docs/de/cli/live.md +41 -0
- package/docs/de/cli/pull.md +78 -0
- package/docs/de/cli/push.md +98 -0
- package/docs/de/cli/sdk.md +67 -0
- package/docs/de/cli/test.md +76 -0
- package/docs/de/cli/transform.md +65 -0
- package/docs/de/cli/version.md +24 -0
- package/docs/de/cli/watch.md +37 -0
- package/docs/de/packages/intlayer/getPrefix.md +213 -0
- package/docs/en/CI_CD.md +2 -2
- package/docs/en/autoFill.md +24 -2
- package/docs/en/cli/build.md +64 -0
- package/docs/en/cli/configuration.md +63 -0
- package/docs/en/cli/debug.md +46 -0
- package/docs/en/cli/doc-review.md +43 -0
- package/docs/en/cli/doc-translate.md +132 -0
- package/docs/en/cli/editor.md +28 -0
- package/docs/en/cli/fill.md +130 -0
- package/docs/en/cli/index.md +163 -0
- package/docs/en/cli/list.md +53 -0
- package/docs/en/cli/live.md +41 -0
- package/docs/en/cli/pull.md +78 -0
- package/docs/en/cli/push.md +98 -0
- package/docs/en/cli/sdk.md +67 -0
- package/docs/en/cli/test.md +76 -0
- package/docs/en/cli/transform.md +65 -0
- package/docs/en/cli/version.md +24 -0
- package/docs/en/cli/watch.md +37 -0
- package/docs/en/dictionary/condition.md +1 -1
- package/docs/en/dictionary/enumeration.md +1 -1
- package/docs/en/dictionary/file.md +1 -1
- package/docs/en/dictionary/gender.md +1 -1
- package/docs/en/dictionary/insertion.md +1 -1
- package/docs/en/dictionary/markdown.md +1 -1
- package/docs/en/dictionary/nesting.md +1 -1
- package/docs/en/index.md +1 -1
- package/docs/en/intlayer_with_angular.md +1 -1
- package/docs/en/intlayer_with_astro.md +1 -1
- package/docs/en/intlayer_with_create_react_app.md +1 -1
- package/docs/en/intlayer_with_lynx+react.md +1 -1
- package/docs/en/intlayer_with_next-i18next.md +1 -1
- package/docs/en/intlayer_with_next-intl.md +1 -1
- package/docs/en/intlayer_with_nextjs_14.md +1 -1
- package/docs/en/intlayer_with_nextjs_15.md +1 -1
- package/docs/en/intlayer_with_nextjs_16.md +1 -1
- package/docs/en/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/en/intlayer_with_nuxt.md +1 -1
- package/docs/en/intlayer_with_react_native+expo.md +1 -1
- package/docs/en/intlayer_with_react_router_v7.md +1 -1
- package/docs/en/intlayer_with_tanstack.md +1 -1
- package/docs/en/intlayer_with_vite+preact.md +1 -1
- package/docs/en/intlayer_with_vite+react.md +1 -1
- package/docs/en/intlayer_with_vite+solid.md +1 -1
- package/docs/en/intlayer_with_vite+svelte.md +1 -1
- package/docs/en/intlayer_with_vite+vue.md +1 -1
- package/docs/en/introduction.md +1 -1
- package/docs/en/mcp_server.md +1 -2
- package/docs/en/per_locale_file.md +1 -1
- package/docs/en/plugins/sync-json.md +1 -1
- package/docs/en/releases/v6.md +2 -2
- package/docs/en/roadmap.md +1 -1
- package/docs/en-GB/cli/build.md +64 -0
- package/docs/en-GB/cli/configuration.md +63 -0
- package/docs/en-GB/cli/debug.md +46 -0
- package/docs/en-GB/cli/doc-review.md +43 -0
- package/docs/en-GB/cli/doc-translate.md +132 -0
- package/docs/en-GB/cli/editor.md +28 -0
- package/docs/en-GB/cli/fill.md +130 -0
- package/docs/en-GB/cli/index.md +163 -0
- package/docs/en-GB/cli/list.md +53 -0
- package/docs/en-GB/cli/live.md +41 -0
- package/docs/en-GB/cli/pull.md +78 -0
- package/docs/en-GB/cli/push.md +98 -0
- package/docs/en-GB/cli/sdk.md +67 -0
- package/docs/en-GB/cli/test.md +100 -0
- package/docs/en-GB/cli/transform.md +65 -0
- package/docs/en-GB/cli/version.md +24 -0
- package/docs/en-GB/cli/watch.md +37 -0
- package/docs/en-GB/dictionary/condition.md +1 -1
- package/docs/en-GB/dictionary/markdown.md +1 -1
- package/docs/en-GB/dictionary/nesting.md +1 -1
- package/docs/en-GB/intlayer_with_nextjs_14.md +1 -1
- package/docs/en-GB/intlayer_with_react_native+expo.md +1 -1
- package/docs/en-GB/packages/intlayer/getPrefix.md +213 -0
- package/docs/es/cli/build.md +64 -0
- package/docs/es/cli/configuration.md +63 -0
- package/docs/es/cli/debug.md +46 -0
- package/docs/es/cli/doc-review.md +43 -0
- package/docs/es/cli/doc-translate.md +132 -0
- package/docs/es/cli/editor.md +28 -0
- package/docs/es/cli/fill.md +130 -0
- package/docs/es/cli/index.md +163 -0
- package/docs/es/cli/list.md +53 -0
- package/docs/es/cli/live.md +41 -0
- package/docs/es/cli/pull.md +78 -0
- package/docs/es/cli/push.md +98 -0
- package/docs/es/cli/sdk.md +67 -0
- package/docs/es/cli/test.md +76 -0
- package/docs/es/cli/transform.md +65 -0
- package/docs/es/cli/version.md +24 -0
- package/docs/es/cli/watch.md +37 -0
- package/docs/es/packages/intlayer/getPrefix.md +213 -0
- package/docs/fr/cli/build.md +64 -0
- package/docs/fr/cli/configuration.md +63 -0
- package/docs/fr/cli/debug.md +46 -0
- package/docs/fr/cli/doc-review.md +43 -0
- package/docs/fr/cli/doc-translate.md +132 -0
- package/docs/fr/cli/editor.md +28 -0
- package/docs/fr/cli/fill.md +130 -0
- package/docs/fr/cli/index.md +163 -0
- package/docs/fr/cli/list.md +53 -0
- package/docs/fr/cli/live.md +41 -0
- package/docs/fr/cli/pull.md +78 -0
- package/docs/fr/cli/push.md +98 -0
- package/docs/fr/cli/sdk.md +67 -0
- package/docs/fr/cli/test.md +76 -0
- package/docs/fr/cli/transform.md +65 -0
- package/docs/fr/cli/version.md +24 -0
- package/docs/fr/cli/watch.md +37 -0
- package/docs/fr/packages/intlayer/getPrefix.md +213 -0
- package/docs/hi/cli/build.md +64 -0
- package/docs/hi/cli/configuration.md +63 -0
- package/docs/hi/cli/debug.md +46 -0
- package/docs/hi/cli/doc-review.md +43 -0
- package/docs/hi/cli/doc-translate.md +132 -0
- package/docs/hi/cli/editor.md +28 -0
- package/docs/hi/cli/fill.md +130 -0
- package/docs/hi/cli/index.md +163 -0
- package/docs/hi/cli/list.md +53 -0
- package/docs/hi/cli/live.md +41 -0
- package/docs/hi/cli/pull.md +78 -0
- package/docs/hi/cli/push.md +98 -0
- package/docs/hi/cli/sdk.md +67 -0
- package/docs/hi/cli/test.md +76 -0
- package/docs/hi/cli/transform.md +65 -0
- package/docs/hi/cli/version.md +24 -0
- package/docs/hi/cli/watch.md +37 -0
- package/docs/hi/intlayer_with_tanstack.md +1 -1
- package/docs/hi/intlayer_with_vite+solid.md +1 -1
- package/docs/hi/packages/intlayer/getPrefix.md +217 -0
- package/docs/id/cli/build.md +64 -0
- package/docs/id/cli/configuration.md +62 -0
- package/docs/id/cli/debug.md +46 -0
- package/docs/id/cli/doc-review.md +43 -0
- package/docs/id/cli/doc-translate.md +132 -0
- package/docs/id/cli/editor.md +28 -0
- package/docs/id/cli/fill.md +130 -0
- package/docs/id/cli/index.md +163 -0
- package/docs/id/cli/list.md +53 -0
- package/docs/id/cli/live.md +41 -0
- package/docs/id/cli/pull.md +78 -0
- package/docs/id/cli/push.md +98 -0
- package/docs/id/cli/sdk.md +67 -0
- package/docs/id/cli/test.md +76 -0
- package/docs/id/cli/transform.md +65 -0
- package/docs/id/cli/version.md +24 -0
- package/docs/id/cli/watch.md +37 -0
- package/docs/id/packages/intlayer/getPrefix.md +210 -0
- package/docs/it/cli/build.md +64 -0
- package/docs/it/cli/configuration.md +63 -0
- package/docs/it/cli/debug.md +46 -0
- package/docs/it/cli/doc-review.md +43 -0
- package/docs/it/cli/doc-translate.md +132 -0
- package/docs/it/cli/editor.md +28 -0
- package/docs/it/cli/fill.md +130 -0
- package/docs/it/cli/index.md +158 -0
- package/docs/it/cli/list.md +53 -0
- package/docs/it/cli/live.md +41 -0
- package/docs/it/cli/pull.md +78 -0
- package/docs/it/cli/push.md +98 -0
- package/docs/it/cli/sdk.md +67 -0
- package/docs/it/cli/test.md +76 -0
- package/docs/it/cli/transform.md +65 -0
- package/docs/it/cli/version.md +24 -0
- package/docs/it/cli/watch.md +39 -0
- package/docs/it/packages/intlayer/getPrefix.md +211 -0
- package/docs/ja/cli/build.md +78 -0
- package/docs/ja/cli/configuration.md +63 -0
- package/docs/ja/cli/debug.md +46 -0
- package/docs/ja/cli/doc-review.md +43 -0
- package/docs/ja/cli/doc-translate.md +132 -0
- package/docs/ja/cli/editor.md +28 -0
- package/docs/ja/cli/fill.md +130 -0
- package/docs/ja/cli/index.md +163 -0
- package/docs/ja/cli/list.md +53 -0
- package/docs/ja/cli/live.md +41 -0
- package/docs/ja/cli/pull.md +78 -0
- package/docs/ja/cli/push.md +113 -0
- package/docs/ja/cli/sdk.md +67 -0
- package/docs/ja/cli/test.md +76 -0
- package/docs/ja/cli/transform.md +65 -0
- package/docs/ja/cli/version.md +24 -0
- package/docs/ja/cli/watch.md +37 -0
- package/docs/ja/packages/intlayer/getPrefix.md +212 -0
- package/docs/ko/cli/build.md +64 -0
- package/docs/ko/cli/configuration.md +63 -0
- package/docs/ko/cli/debug.md +46 -0
- package/docs/ko/cli/doc-review.md +43 -0
- package/docs/ko/cli/doc-translate.md +132 -0
- package/docs/ko/cli/editor.md +28 -0
- package/docs/ko/cli/fill.md +130 -0
- package/docs/ko/cli/index.md +163 -0
- package/docs/ko/cli/list.md +53 -0
- package/docs/ko/cli/live.md +41 -0
- package/docs/ko/cli/pull.md +78 -0
- package/docs/ko/cli/push.md +113 -0
- package/docs/ko/cli/sdk.md +67 -0
- package/docs/ko/cli/test.md +76 -0
- package/docs/ko/cli/transform.md +65 -0
- package/docs/ko/cli/version.md +24 -0
- package/docs/ko/cli/watch.md +37 -0
- package/docs/ko/packages/intlayer/getPrefix.md +213 -0
- package/docs/pl/cli/build.md +64 -0
- package/docs/pl/cli/configuration.md +63 -0
- package/docs/pl/cli/debug.md +46 -0
- package/docs/pl/cli/doc-review.md +43 -0
- package/docs/pl/cli/doc-translate.md +132 -0
- package/docs/pl/cli/editor.md +28 -0
- package/docs/pl/cli/fill.md +130 -0
- package/docs/pl/cli/index.md +163 -0
- package/docs/pl/cli/list.md +53 -0
- package/docs/pl/cli/live.md +41 -0
- package/docs/pl/cli/pull.md +78 -0
- package/docs/pl/cli/push.md +98 -0
- package/docs/pl/cli/sdk.md +67 -0
- package/docs/pl/cli/test.md +76 -0
- package/docs/pl/cli/transform.md +65 -0
- package/docs/pl/cli/version.md +24 -0
- package/docs/pl/cli/watch.md +39 -0
- package/docs/pl/packages/intlayer/getPrefix.md +217 -0
- package/docs/pt/cli/build.md +64 -0
- package/docs/pt/cli/configuration.md +63 -0
- package/docs/pt/cli/debug.md +46 -0
- package/docs/pt/cli/doc-review.md +43 -0
- package/docs/pt/cli/doc-translate.md +132 -0
- package/docs/pt/cli/editor.md +28 -0
- package/docs/pt/cli/fill.md +130 -0
- package/docs/pt/cli/index.md +163 -0
- package/docs/pt/cli/list.md +53 -0
- package/docs/pt/cli/live.md +41 -0
- package/docs/pt/cli/pull.md +78 -0
- package/docs/pt/cli/push.md +98 -0
- package/docs/pt/cli/sdk.md +67 -0
- package/docs/pt/cli/test.md +76 -0
- package/docs/pt/cli/transform.md +65 -0
- package/docs/pt/cli/version.md +24 -0
- package/docs/pt/cli/watch.md +39 -0
- package/docs/pt/packages/intlayer/getPrefix.md +217 -0
- package/docs/ru/cli/build.md +64 -0
- package/docs/ru/cli/configuration.md +63 -0
- package/docs/ru/cli/debug.md +46 -0
- package/docs/ru/cli/doc-review.md +43 -0
- package/docs/ru/cli/doc-translate.md +132 -0
- package/docs/ru/cli/editor.md +28 -0
- package/docs/ru/cli/fill.md +130 -0
- package/docs/ru/cli/index.md +163 -0
- package/docs/ru/cli/list.md +53 -0
- package/docs/ru/cli/live.md +41 -0
- package/docs/ru/cli/pull.md +78 -0
- package/docs/ru/cli/push.md +98 -0
- package/docs/ru/cli/sdk.md +67 -0
- package/docs/ru/cli/test.md +76 -0
- package/docs/ru/cli/transform.md +65 -0
- package/docs/ru/cli/version.md +24 -0
- package/docs/ru/cli/watch.md +39 -0
- package/docs/ru/packages/intlayer/getPrefix.md +213 -0
- package/docs/tr/CI_CD.md +2 -2
- package/docs/tr/cli/build.md +64 -0
- package/docs/tr/cli/configuration.md +63 -0
- package/docs/tr/cli/debug.md +46 -0
- package/docs/tr/cli/doc-review.md +43 -0
- package/docs/tr/cli/doc-translate.md +132 -0
- package/docs/tr/cli/editor.md +28 -0
- package/docs/tr/cli/fill.md +130 -0
- package/docs/tr/cli/index.md +163 -0
- package/docs/tr/cli/list.md +53 -0
- package/docs/tr/cli/live.md +41 -0
- package/docs/tr/cli/pull.md +78 -0
- package/docs/tr/cli/push.md +98 -0
- package/docs/tr/cli/sdk.md +67 -0
- package/docs/tr/cli/test.md +76 -0
- package/docs/tr/cli/transform.md +65 -0
- package/docs/tr/cli/version.md +24 -0
- package/docs/tr/cli/watch.md +39 -0
- package/docs/tr/dictionary/condition.md +1 -1
- package/docs/tr/dictionary/enumeration.md +1 -1
- package/docs/tr/dictionary/file.md +1 -1
- package/docs/tr/dictionary/gender.md +1 -1
- package/docs/tr/dictionary/insertion.md +1 -1
- package/docs/tr/dictionary/markdown.md +1 -1
- package/docs/tr/dictionary/nesting.md +1 -1
- package/docs/tr/index.md +1 -1
- package/docs/tr/intlayer_with_angular.md +1 -1
- package/docs/tr/intlayer_with_create_react_app.md +1 -1
- package/docs/tr/intlayer_with_lynx+react.md +1 -1
- package/docs/tr/intlayer_with_nextjs_15.md +1 -1
- package/docs/tr/intlayer_with_nextjs_page_router.md +1 -1
- package/docs/tr/intlayer_with_nuxt.md +1 -1
- package/docs/tr/intlayer_with_react_native+expo.md +1 -1
- package/docs/tr/intlayer_with_vite+preact.md +1 -1
- package/docs/tr/intlayer_with_vite+react.md +1 -1
- package/docs/tr/intlayer_with_vite+solid.md +1 -1
- package/docs/tr/intlayer_with_vite+vue.md +1 -1
- package/docs/tr/introduction.md +1 -1
- package/docs/tr/mcp_server.md +1 -1
- package/docs/tr/packages/intlayer/getPrefix.md +213 -0
- package/docs/tr/per_locale_file.md +1 -1
- package/docs/tr/roadmap.md +1 -1
- package/docs/vi/cli/build.md +64 -0
- package/docs/vi/cli/configuration.md +63 -0
- package/docs/vi/cli/debug.md +46 -0
- package/docs/vi/cli/doc-review.md +43 -0
- package/docs/vi/cli/doc-translate.md +132 -0
- package/docs/vi/cli/editor.md +28 -0
- package/docs/vi/cli/fill.md +130 -0
- package/docs/vi/cli/index.md +163 -0
- package/docs/vi/cli/list.md +53 -0
- package/docs/vi/cli/live.md +41 -0
- package/docs/vi/cli/pull.md +78 -0
- package/docs/vi/cli/push.md +98 -0
- package/docs/vi/cli/sdk.md +67 -0
- package/docs/vi/cli/test.md +76 -0
- package/docs/vi/cli/transform.md +65 -0
- package/docs/vi/cli/version.md +24 -0
- package/docs/vi/cli/watch.md +37 -0
- package/docs/vi/packages/intlayer/getPrefix.md +213 -0
- package/docs/zh/cli/build.md +64 -0
- package/docs/zh/cli/configuration.md +63 -0
- package/docs/zh/cli/debug.md +46 -0
- package/docs/zh/cli/doc-review.md +43 -0
- package/docs/zh/cli/doc-translate.md +132 -0
- package/docs/zh/cli/editor.md +28 -0
- package/docs/zh/cli/fill.md +130 -0
- package/docs/zh/cli/index.md +168 -0
- package/docs/zh/cli/list.md +53 -0
- package/docs/zh/cli/live.md +41 -0
- package/docs/zh/cli/pull.md +78 -0
- package/docs/zh/cli/push.md +113 -0
- package/docs/zh/cli/sdk.md +67 -0
- package/docs/zh/cli/test.md +76 -0
- package/docs/zh/cli/transform.md +65 -0
- package/docs/zh/cli/version.md +24 -0
- package/docs/zh/cli/watch.md +37 -0
- package/docs/zh/packages/intlayer/getPrefix.md +213 -0
- package/package.json +9 -9
- package/src/generated/blog.entry.ts +19 -0
- package/src/generated/docs.entry.ts +323 -19
- package/docs/ar/intlayer_cli.md +0 -614
- package/docs/de/intlayer_cli.md +0 -615
- package/docs/en/intlayer_cli.md +0 -897
- package/docs/en-GB/intlayer_cli.md +0 -615
- package/docs/es/intlayer_cli.md +0 -614
- package/docs/fr/intlayer_cli.md +0 -614
- package/docs/hi/intlayer_cli.md +0 -616
- package/docs/id/intlayer_cli.md +0 -886
- package/docs/it/intlayer_cli.md +0 -610
- package/docs/ja/intlayer_cli.md +0 -616
- package/docs/ko/intlayer_cli.md +0 -614
- package/docs/pl/intlayer_cli.md +0 -893
- package/docs/pt/intlayer_cli.md +0 -615
- package/docs/ru/intlayer_cli.md +0 -885
- package/docs/tr/intlayer_cli.md +0 -614
- package/docs/vi/intlayer_cli.md +0 -886
- package/docs/zh/intlayer_cli.md +0 -613
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: Translate Document
|
|
5
|
+
description: Learn how to automatically translate documentation files using AI translation services.
|
|
6
|
+
keywords:
|
|
7
|
+
- Translate
|
|
8
|
+
- Document
|
|
9
|
+
- Documentation
|
|
10
|
+
- AI
|
|
11
|
+
- CLI
|
|
12
|
+
- Intlayer
|
|
13
|
+
slugs:
|
|
14
|
+
- doc
|
|
15
|
+
- concept
|
|
16
|
+
- cli
|
|
17
|
+
- doc-translate
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Translate Document
|
|
21
|
+
|
|
22
|
+
The `doc translate` command automatically translates documentation files from a base locale to target locales using AI translation services.
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npx intlayer doc translate
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Arguments:
|
|
29
|
+
|
|
30
|
+
**File list options:**
|
|
31
|
+
|
|
32
|
+
- **`--doc-pattern [docPattern...]`**: Glob patterns to match documentation files to translate.
|
|
33
|
+
|
|
34
|
+
> Example: `npx intlayer doc translate --doc-pattern "docs/**/*.md" "src/**/*.mdx"`
|
|
35
|
+
|
|
36
|
+
- **`--excluded-glob-pattern [excludedGlobPattern...]`**: Glob patterns to exclude from translation.
|
|
37
|
+
|
|
38
|
+
> Example: `npx intlayer doc translate --excluded-glob-pattern "docs/internal/**"`
|
|
39
|
+
|
|
40
|
+
- **`--skip-if-modified-before [skipIfModifiedBefore]`**: Skip the file if it has been modified before the given time.
|
|
41
|
+
- Can be an absolute time as "2025-12-05" (string or Date)
|
|
42
|
+
- Can be a relative time in ms `1 * 60 * 60 * 1000` (1 hour)
|
|
43
|
+
- This option check update time of the file using the `fs.stat` method. So it could be impacted by Git or other tools that modify the file.
|
|
44
|
+
|
|
45
|
+
> Example: `npx intlayer doc translate --skip-if-modified-before "2025-12-05"`
|
|
46
|
+
|
|
47
|
+
- **`--skip-if-modified-after [skipIfModifiedAfter]`**: Skip the file if it has been modified within the given time.
|
|
48
|
+
- Can be an absolute time as "2025-12-05" (string or Date)
|
|
49
|
+
- Can be a relative time in ms `1 * 60 * 60 * 1000` (1 hour)
|
|
50
|
+
- This option check update time of the file using the `fs.stat` method. So it could be impacted by Git or other tools that modify the file.
|
|
51
|
+
|
|
52
|
+
> Example: `npx intlayer doc translate --skip-if-modified-after "2025-12-05"`
|
|
53
|
+
|
|
54
|
+
- **`--skip-if-exists`**: Skip the file if it already exists.
|
|
55
|
+
|
|
56
|
+
> Example: `npx intlayer doc translate --skip-if-exists`
|
|
57
|
+
|
|
58
|
+
**Entry output options:**
|
|
59
|
+
|
|
60
|
+
- **`--locales [locales...]`**: Target locales to translate documentation to.
|
|
61
|
+
|
|
62
|
+
> Example: `npx intlayer doc translate --locales fr es de`
|
|
63
|
+
|
|
64
|
+
- **`--base-locale [baseLocale]`**: Source locale to translate from.
|
|
65
|
+
|
|
66
|
+
> Example: `npx intlayer doc translate --base-locale en`
|
|
67
|
+
|
|
68
|
+
**File processing options:**
|
|
69
|
+
|
|
70
|
+
- **`--nb-simultaneous-file-processed [nbSimultaneousFileProcessed]`**: Number of files to process simultaneously for translation.
|
|
71
|
+
|
|
72
|
+
> Example: `npx intlayer doc translate --nb-simultaneous-file-processed 5`
|
|
73
|
+
|
|
74
|
+
**AI options:**
|
|
75
|
+
|
|
76
|
+
- **`--model [model]`**: The AI model to use for translation (e.g., `gpt-3.5-turbo`).
|
|
77
|
+
- **`--provider [provider]`**: The AI provider to use for translation.
|
|
78
|
+
- **`--temperature [temperature]`**: Temperature setting for the AI model.
|
|
79
|
+
- **`--api-key [apiKey]`**: Provide your own API key for the AI service.
|
|
80
|
+
- **`--application-context [applicationContext]`**: Provide additional context for the AI translation.
|
|
81
|
+
- **`--custom-prompt [prompt]`**: Customize the base prompt used for translation. (Note: For most use cases, the `--custom-instructions` option is recommended instead as it provides better control over translation behavior.)
|
|
82
|
+
|
|
83
|
+
> Example: `npx intlayer doc translate --model deepseek-chat --provider deepseek --temperature 0.5 --api-key sk-1234567890 --application-context "My application is a cat store"`
|
|
84
|
+
|
|
85
|
+
**Environment variables options:**
|
|
86
|
+
|
|
87
|
+
- **`--env`**: Specify the environment (e.g., `development`, `production`).
|
|
88
|
+
- **`--env-file [envFile]`**: Provide a custom environment file to load variables from.
|
|
89
|
+
- **`--base-dir`**: Specify the base directory for the project.
|
|
90
|
+
- **`--no-cache`**: Disable the cache.
|
|
91
|
+
|
|
92
|
+
> Example: `npx intlayer doc translate --base-dir ./docs --env-file .env.production.local`
|
|
93
|
+
|
|
94
|
+
**Log options:**
|
|
95
|
+
|
|
96
|
+
- **`--verbose`**: Enable verbose logging for debugging. (default to true using CLI)
|
|
97
|
+
|
|
98
|
+
> Example: `npx intlayer doc translate --verbose`
|
|
99
|
+
|
|
100
|
+
**Custom instructions options:**
|
|
101
|
+
|
|
102
|
+
- **`--custom-instructions [customInstructions]`**: Custom instructions added to the prompt. Usefull to apply specific rules regarding formatting, urls translation, etc.
|
|
103
|
+
- Can be an absolute time as "2025-12-05" (string or Date)
|
|
104
|
+
- Can be a relative time in ms `1 * 60 * 60 * 1000` (1 hour)
|
|
105
|
+
- This option check update time of the file using the `fs.stat` method. So it could be impacted by Git or other tools that modify the file.
|
|
106
|
+
|
|
107
|
+
> Example: `npx intlayer doc translate --custom-instructions "Avoid translating urls, and keep the markdown format"`
|
|
108
|
+
|
|
109
|
+
> Example: `npx intlayer doc translate --custom-instructions "$(cat ./instructions.md)"`
|
|
110
|
+
|
|
111
|
+
**Git options:**
|
|
112
|
+
|
|
113
|
+
- **`--git-diff`**: Only run on dictionaries that includes changes from base (default `origin/main`) to current branch (default: `HEAD`).
|
|
114
|
+
- **`--git-diff-base`**: Specify the base reference for git diff (default `origin/main`).
|
|
115
|
+
- **`--git-diff-current`**: Specify the current reference for git diff (default: `HEAD`).
|
|
116
|
+
- **`--uncommitted`**: Include uncommitted changes.
|
|
117
|
+
- **`--unpushed`**: Include unpushed changes.
|
|
118
|
+
- **`--untracked`**: Include untracked files.
|
|
119
|
+
|
|
120
|
+
> Example: `npx intlayer doc translate --git-diff --git-diff-base origin/main --git-diff-current HEAD`
|
|
121
|
+
|
|
122
|
+
> Example: `npx intlayer doc translate --uncommitted --unpushed --untracked`
|
|
123
|
+
|
|
124
|
+
> Note that the output file path will be determined by replacing the following patterns
|
|
125
|
+
>
|
|
126
|
+
> - `/{{baseLocale}}/` by `/{{locale}}/` (Unix)
|
|
127
|
+
> - `\{{baseLocale}}\` by `\{{locale}}\` (Windows)
|
|
128
|
+
> - `_{{baseLocale}}.` by `_{{locale}}.`
|
|
129
|
+
> - `{{baseLocale}}_` by `{{locale}}_`
|
|
130
|
+
> - `.{{baseLocaleName}}.` by `.{{localeName}}.`
|
|
131
|
+
>
|
|
132
|
+
> If the pattern is not found, the output file will add the `.{{locale}}` at the extensions of the file. `./my/file.md` will be translated to `./my/file.fr.md` for the French locale.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: Editor Commands
|
|
5
|
+
description: Learn how to use the Intlayer editor commands.
|
|
6
|
+
keywords:
|
|
7
|
+
- Editor
|
|
8
|
+
- Visual Editor
|
|
9
|
+
- CLI
|
|
10
|
+
- Intlayer
|
|
11
|
+
slugs:
|
|
12
|
+
- doc
|
|
13
|
+
- concept
|
|
14
|
+
- cli
|
|
15
|
+
- editor
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# Editor commands
|
|
19
|
+
|
|
20
|
+
The `editor` command rewrap the `intlayer-editor` commands.
|
|
21
|
+
|
|
22
|
+
> To be able to use the `editor` command, the `intlayer-editor` package must be installed. (See [Intlayer Visual Editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_visual_editor.md))
|
|
23
|
+
|
|
24
|
+
```json fileName="package.json"
|
|
25
|
+
"scripts": {
|
|
26
|
+
"intlayer:editor:start": "npx intlayer editor start --with 'next dev --turbopack'"
|
|
27
|
+
}
|
|
28
|
+
```
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: Fill Dictionaries
|
|
5
|
+
description: Learn how to fill, audit, and translate your dictionaries using AI.
|
|
6
|
+
keywords:
|
|
7
|
+
- Fill
|
|
8
|
+
- Audit
|
|
9
|
+
- Translate
|
|
10
|
+
- Dictionaries
|
|
11
|
+
- CLI
|
|
12
|
+
- Intlayer
|
|
13
|
+
- AI
|
|
14
|
+
slugs:
|
|
15
|
+
- doc
|
|
16
|
+
- concept
|
|
17
|
+
- cli
|
|
18
|
+
- fill
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# Fill / audit / translate dictionaries
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npx intlayer fill
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
This command analyzes your content declaration files for potential issues such as missing translations, structural inconsistencies, or type mismatches. If it finds any problems, **intlayer fill** will propose or apply updates to keep your dictionaries consistent and complete.
|
|
28
|
+
|
|
29
|
+
## Aliases:
|
|
30
|
+
|
|
31
|
+
- `npx intlayer dictionaries fill`
|
|
32
|
+
- `npx intlayer dictionary fill`
|
|
33
|
+
- `npx intlayer dic fill`
|
|
34
|
+
|
|
35
|
+
## Arguments:
|
|
36
|
+
|
|
37
|
+
**Files list options:**
|
|
38
|
+
|
|
39
|
+
- **`-f, --file [files...]`**: A list of specific content declaration files to audit. If not provided, all discovered `*.content.{ts,js,mjs,cjs,tsx,jsx,json}` based on your configuration file setup will be audited.
|
|
40
|
+
|
|
41
|
+
> Example: `npx intlayer dictionary fill -f src/home/app.content.ts`
|
|
42
|
+
|
|
43
|
+
- **`-k, --keys [keys...]`**: Filter dictionaries based on keys. If not provided, all dictionaries will be audited.
|
|
44
|
+
|
|
45
|
+
> Example: `npx intlayer dictionary fill -k key1 key2`
|
|
46
|
+
|
|
47
|
+
- **`--key [keys...]`**: Filter dictionaries based on keys (alias for --keys).
|
|
48
|
+
|
|
49
|
+
> Example: `npx intlayer dictionary fill --key key1 key2`
|
|
50
|
+
|
|
51
|
+
- **`--excluded-keys [excludedKeys...]`**: Filter out dictionaries based on keys. If not provided, all dictionaries will be audited.
|
|
52
|
+
|
|
53
|
+
> Example: `npx intlayer dictionary fill --excluded-keys key1 key2`
|
|
54
|
+
|
|
55
|
+
- **`--excluded-key [excludedKeys...]`**: Filter out dictionaries based on keys (alias for --excluded-keys).
|
|
56
|
+
|
|
57
|
+
> Example: `npx intlayer dictionary fill --excluded-key key1 key2`
|
|
58
|
+
|
|
59
|
+
- **`--path-filter [pathFilters...]`**: Filter dictionaries based on glob pattern for file paths.
|
|
60
|
+
|
|
61
|
+
> Example: `npx intlayer dictionary fill --path-filter "src/home/**"`
|
|
62
|
+
|
|
63
|
+
**Entry output options:**
|
|
64
|
+
|
|
65
|
+
- **`--source-locale [sourceLocale]`**: The source locale to translate from. If not specified, the default locale from your configuration will be used.
|
|
66
|
+
|
|
67
|
+
- **`--output-locales [outputLocales...]`**: Target locales to translate to. If not specified, all locales from your configuration will be used except the source locale.
|
|
68
|
+
|
|
69
|
+
- **`--mode [mode]`**: Translation mode: `complete`, `review`. Default is `complete`. `complete` will fill all missing content, `review` will fill missing content and review existing keys.
|
|
70
|
+
|
|
71
|
+
**Git options:**
|
|
72
|
+
|
|
73
|
+
- **`--git-diff`**: Only run on dictionaries that includes changes from base (default `origin/main`) to current branch (default: `HEAD`).
|
|
74
|
+
- **`--git-diff-base`**: Specify the base reference for git diff (default `origin/main`).
|
|
75
|
+
- **`--git-diff-current`**: Specify the current reference for git diff (default: `HEAD`).
|
|
76
|
+
- **`--uncommitted`**: Include uncommitted changes.
|
|
77
|
+
- **`--unpushed`**: Include unpushed changes.
|
|
78
|
+
- **`--untracked`**: Include untracked files.
|
|
79
|
+
|
|
80
|
+
> Example: `npx intlayer doc translate --git-diff --git-diff-base origin/main --git-diff-current HEAD`
|
|
81
|
+
|
|
82
|
+
> Example: `npx intlayer doc translate --uncommitted --unpushed --untracked`
|
|
83
|
+
|
|
84
|
+
**AI options:**
|
|
85
|
+
|
|
86
|
+
- **`--model [model]`**: The AI model to use for the translation (e.g., `gpt-3.5-turbo`).
|
|
87
|
+
- **`--provider [provider]`**: The AI provider to use for the translation.
|
|
88
|
+
- **`--temperature [temperature]`**: Temperature setting for the AI model.
|
|
89
|
+
- **`--api-key [apiKey]`**: Provide your own API key for the AI service.
|
|
90
|
+
- **`--custom-prompt [prompt]`**: Provide a custom prompt for your translation instructions.
|
|
91
|
+
- **`--application-context [applicationContext]`**: Provide additional context for the AI translation.
|
|
92
|
+
|
|
93
|
+
> Example: `npx intlayer fill --model gpt-3.5-turbo --provider openai --temperature 0.5 --api-key sk-1234567890 --application-context "My application is a cat store"`
|
|
94
|
+
|
|
95
|
+
**Environment variables options:**
|
|
96
|
+
|
|
97
|
+
- **`--env`**: Specify the environment (e.g., `development`, `production`).
|
|
98
|
+
- **`--env-file [envFile]`**: Provide a custom environment file to load variables from.
|
|
99
|
+
|
|
100
|
+
> Example: `npx intlayer fill --env-file .env.production.local`
|
|
101
|
+
|
|
102
|
+
> Example: `npx intlayer fill --env production`
|
|
103
|
+
|
|
104
|
+
**Configuration options:**
|
|
105
|
+
|
|
106
|
+
- **`--base-dir`**: Specify the base directory for the project.
|
|
107
|
+
|
|
108
|
+
> Example: `npx intlayer fill --base-dir ./src`
|
|
109
|
+
|
|
110
|
+
- **`--no-cache`**: Disable the cache.
|
|
111
|
+
|
|
112
|
+
> Example: `npx intlayer build --no-cache`
|
|
113
|
+
|
|
114
|
+
**Preparation options:**
|
|
115
|
+
|
|
116
|
+
- **`--build`**: Build the dictionaries before pushing to ensure the content is up to date. True will force the build, false will skip the build, undefined will allow using the cache of the build.
|
|
117
|
+
|
|
118
|
+
- **`--skip-metadata`**: Skip filling missing metadata (description, title, tags) for dictionaries.
|
|
119
|
+
|
|
120
|
+
**Log options:**
|
|
121
|
+
|
|
122
|
+
- **`--verbose`**: Enable verbose logging for debugging. (default to true using CLI)
|
|
123
|
+
|
|
124
|
+
## Example:
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
npx intlayer fill --file src/home/*.content.ts --source-locale en --output-locales fr es --model gpt-3.5-turbo
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
This command will translate content from English to French and Spanish for all content declaration files in the `src/home/` directory using the GPT-3.5 Turbo model.
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: CLI
|
|
5
|
+
description: Discover how to use the Intlayer CLI to manage your multilingual website. Follow the steps in this online documentation to set up your project in a few minutes.
|
|
6
|
+
keywords:
|
|
7
|
+
- CLI
|
|
8
|
+
- Command Line Interface
|
|
9
|
+
- Internationalization
|
|
10
|
+
- Documentation
|
|
11
|
+
- Intlayer
|
|
12
|
+
- Next.js
|
|
13
|
+
- JavaScript
|
|
14
|
+
- React
|
|
15
|
+
slugs:
|
|
16
|
+
- doc
|
|
17
|
+
- concept
|
|
18
|
+
- cli
|
|
19
|
+
history:
|
|
20
|
+
- version: 7.2.3
|
|
21
|
+
date: 2025-11-22
|
|
22
|
+
changes: Add transform command
|
|
23
|
+
- version: 7.1.0
|
|
24
|
+
date: 2025-11-05
|
|
25
|
+
changes: Add skipIfExists option to translate command
|
|
26
|
+
- version: 6.1.4
|
|
27
|
+
date: 2025-01-27
|
|
28
|
+
changes: Add aliases for CLI arguments and commands
|
|
29
|
+
- version: 6.1.3
|
|
30
|
+
date: 2025-10-05
|
|
31
|
+
changes: Add build option to commands
|
|
32
|
+
- version: 6.1.2
|
|
33
|
+
date: 2025-09-26
|
|
34
|
+
changes: Add version command
|
|
35
|
+
- version: 6.1.0
|
|
36
|
+
date: 2025-09-26
|
|
37
|
+
changes: Set verbose option to default to true using CLI
|
|
38
|
+
- version: 6.1.0
|
|
39
|
+
date: 2025-09-23
|
|
40
|
+
changes: Add watch command and with option
|
|
41
|
+
- version: 6.0.1
|
|
42
|
+
date: 2025-09-23
|
|
43
|
+
changes: Add editor command
|
|
44
|
+
- version: 6.0.0
|
|
45
|
+
date: 2025-09-17
|
|
46
|
+
changes: Add content test and list command
|
|
47
|
+
- version: 5.5.11
|
|
48
|
+
date: 2025-07-11
|
|
49
|
+
changes: Update CLI command parameters documentation
|
|
50
|
+
- version: 5.5.10
|
|
51
|
+
date: 2025-06-29
|
|
52
|
+
changes: Init history
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
# Intlayer CLI
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Table of Contents
|
|
60
|
+
|
|
61
|
+
<TOC/>
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Install Package
|
|
66
|
+
|
|
67
|
+
Install the necessary packages using npm:
|
|
68
|
+
|
|
69
|
+
```bash packageManager="npm"
|
|
70
|
+
npm install intlayer-cli -g
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
```bash packageManager="yarn"
|
|
74
|
+
yarn add intlayer-cli -g
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
```bash packageManager="pnpm"
|
|
78
|
+
pnpm add intlayer-cli -g
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
> If `intlayer` package is already installed, the cli is automatically installed. You can skip this step.
|
|
82
|
+
|
|
83
|
+
## intlayer-cli package
|
|
84
|
+
|
|
85
|
+
`intlayer-cli` package intend to transpile your [intlayer declarations](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/dictionary/content_file.md) into dictionaries.
|
|
86
|
+
|
|
87
|
+
This package will transpile all intlayer files, such as `src/**/*.content.{ts|js|mjs|cjs|json}`. [See how to declare your Intlayer declaration files](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer/README.md).
|
|
88
|
+
|
|
89
|
+
To interpret intlayer dictionaries you can interpreters, such as [react-intlayer](https://www.npmjs.com/package/react-intlayer), or [next-intlayer](https://www.npmjs.com/package/next-intlayer)
|
|
90
|
+
|
|
91
|
+
## Configuration File Support
|
|
92
|
+
|
|
93
|
+
Intlayer accepts multiple configuration file formats:
|
|
94
|
+
|
|
95
|
+
- `intlayer.config.ts`
|
|
96
|
+
- `intlayer.config.js`
|
|
97
|
+
- `intlayer.config.json`
|
|
98
|
+
- `intlayer.config.cjs`
|
|
99
|
+
- `intlayer.config.mjs`
|
|
100
|
+
- `.intlayerrc`
|
|
101
|
+
|
|
102
|
+
To see how to configure available locales, or other parameters, refer to the [configuration documentation here](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/configuration.md).
|
|
103
|
+
|
|
104
|
+
## Run intlayer commands
|
|
105
|
+
|
|
106
|
+
### Core Commands
|
|
107
|
+
|
|
108
|
+
- **[Build Dictionaries](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/build.md)** - Build your dictionaries from content declaration files
|
|
109
|
+
- **[Watch Dictionaries](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/watch.md)** - Watch for changes and automatically build dictionaries
|
|
110
|
+
- **[Check CLI Version](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/version.md)** - Check the installed Intlayer CLI version
|
|
111
|
+
|
|
112
|
+
### Dictionary Management
|
|
113
|
+
|
|
114
|
+
- **[Push Dictionaries](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/push.md)** - Push dictionaries to the Intlayer editor and CMS
|
|
115
|
+
- **[Pull Dictionaries](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/pull.md)** - Pull dictionaries from the Intlayer editor and CMS
|
|
116
|
+
- **[Fill Dictionaries](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/fill.md)** - Fill, audit, and translate dictionaries using AI
|
|
117
|
+
- **[Test Missing Translations](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/test.md)** - Test and identify missing translations
|
|
118
|
+
- **[List Content Declaration Files](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/list.md)** - List all content declaration files in your project
|
|
119
|
+
|
|
120
|
+
### Component Management
|
|
121
|
+
|
|
122
|
+
- **[Transform Components](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/transform.md)** - Transform existing components to use Intlayer
|
|
123
|
+
|
|
124
|
+
### Configuration
|
|
125
|
+
|
|
126
|
+
- **[Manage Configuration](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/configuration.md)** - Get and push your Intlayer configuration to the CMS
|
|
127
|
+
|
|
128
|
+
### Documentation Management
|
|
129
|
+
|
|
130
|
+
- **[Translate Document](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/doc-translate.md)** - Automatically translate documentation files using AI
|
|
131
|
+
- **[Review Document](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/doc-review.md)** - Review documentation files for quality and consistency
|
|
132
|
+
|
|
133
|
+
### Editor & Live Sync
|
|
134
|
+
|
|
135
|
+
- **[Editor Commands](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/editor.md)** - Use the Intlayer editor commands
|
|
136
|
+
- **[Live Sync Commands](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/live.md)** - Use Live Sync to reflect CMS content changes at runtime
|
|
137
|
+
|
|
138
|
+
### Development Tools
|
|
139
|
+
|
|
140
|
+
- **[CLI SDK](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/sdk.md)** - Use the Intlayer CLI SDK in your own code
|
|
141
|
+
- **[Debug Intlayer Command](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/cli/debug.md)** - Debug and troubleshoot Intlayer CLI issues
|
|
142
|
+
|
|
143
|
+
## Use intlayer commands in your `package.json`
|
|
144
|
+
|
|
145
|
+
```json fileName="package.json"
|
|
146
|
+
"scripts": {
|
|
147
|
+
"intlayer:build": "npx intlayer build",
|
|
148
|
+
"intlayer:watch": "npx intlayer build --watch",
|
|
149
|
+
"intlayer:push": "npx intlayer push",
|
|
150
|
+
"intlayer:pull": "npx intlayer pull",
|
|
151
|
+
"intlayer:fill": "npx intlayer fill",
|
|
152
|
+
"intlayer:list": "npx intlayer content list",
|
|
153
|
+
"intlayer:test": "npx intlayer content test",
|
|
154
|
+
"intlayer:transform": "npx intlayer transform",
|
|
155
|
+
"intlayer:doc:translate": "npx intlayer doc translate",
|
|
156
|
+
"intlayer:doc:review": "npx intlayer doc review"
|
|
157
|
+
}
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
> **Note**: You can also use the shorter aliases:
|
|
161
|
+
>
|
|
162
|
+
> - `npx intlayer list` instead of `npx intlayer content list`
|
|
163
|
+
> - `npx intlayer test` instead of `npx intlayer content test`
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: List Content Declaration Files
|
|
5
|
+
description: Learn how to list all content declaration files in your project.
|
|
6
|
+
keywords:
|
|
7
|
+
- List
|
|
8
|
+
- Content Declaration
|
|
9
|
+
- CLI
|
|
10
|
+
- Intlayer
|
|
11
|
+
slugs:
|
|
12
|
+
- doc
|
|
13
|
+
- concept
|
|
14
|
+
- cli
|
|
15
|
+
- list
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# List content declaration files
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npx intlayer content list
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Aliases:
|
|
25
|
+
|
|
26
|
+
- `npx intlayer list`
|
|
27
|
+
|
|
28
|
+
This command displays all content declaration files in your project, showing their dictionary keys and file paths. It's useful for getting an overview of all your content files and verifying that they are properly discovered by Intlayer.
|
|
29
|
+
|
|
30
|
+
## Example:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npx intlayer content list
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Example output:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npx intlayer content list
|
|
40
|
+
Content declaration files:
|
|
41
|
+
- home-page - src/components/HomePage/homePage.content.ts
|
|
42
|
+
- server-component - src/components/ServerComponent/serverComponent.content.ts
|
|
43
|
+
- client-component - src/components/ClientComponent/clientComponent.content.ts
|
|
44
|
+
|
|
45
|
+
Total content declaration files: 3
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
This command will output:
|
|
49
|
+
|
|
50
|
+
- A formatted list of all content declaration files with their keys and relative file paths
|
|
51
|
+
- The total count of content declaration files found
|
|
52
|
+
|
|
53
|
+
The output helps you verify that all your content files are properly configured and discoverable by the Intlayer system.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: Live Sync Commands
|
|
5
|
+
description: Learn how to use Live Sync to reflect CMS content changes at runtime.
|
|
6
|
+
keywords:
|
|
7
|
+
- Live Sync
|
|
8
|
+
- CMS
|
|
9
|
+
- Runtime
|
|
10
|
+
- CLI
|
|
11
|
+
- Intlayer
|
|
12
|
+
slugs:
|
|
13
|
+
- doc
|
|
14
|
+
- concept
|
|
15
|
+
- cli
|
|
16
|
+
- live
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Live Sync commands
|
|
20
|
+
|
|
21
|
+
Live Sync lets your app reflect CMS content changes at runtime. No rebuild or redeploy required. When enabled, updates are streamed to a Live Sync server that refreshes the dictionaries your application reads. See [Intlayer CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_CMS.md) for more details.
|
|
22
|
+
|
|
23
|
+
```json fileName="package.json"
|
|
24
|
+
"scripts": {
|
|
25
|
+
"intlayer:live:start": "npx intlayer live start --with 'next dev --turbopack'"
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Arguments:
|
|
30
|
+
|
|
31
|
+
**Configuration options:**
|
|
32
|
+
|
|
33
|
+
- **`--base-dir`**: Specify the base directory for the project. To retrieve the intlayer configuration, the command will look for the `intlayer.config.{ts,js,json,cjs,mjs}` file in the base directory.
|
|
34
|
+
|
|
35
|
+
- **`--no-cache`**: Disable the cache.
|
|
36
|
+
|
|
37
|
+
> Example: `npx intlayer dictionary push --env-file .env.production.local`
|
|
38
|
+
|
|
39
|
+
**Log options:**
|
|
40
|
+
|
|
41
|
+
- **`--verbose`**: Enable verbose logging for debugging. (default to true using CLI)
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2024-08-11
|
|
3
|
+
updatedAt: 2025-11-22
|
|
4
|
+
title: Pull Dictionaries
|
|
5
|
+
description: Learn how to pull dictionaries from the Intlayer editor and CMS.
|
|
6
|
+
keywords:
|
|
7
|
+
- Pull
|
|
8
|
+
- Dictionaries
|
|
9
|
+
- CLI
|
|
10
|
+
- Intlayer
|
|
11
|
+
- Editor
|
|
12
|
+
- CMS
|
|
13
|
+
slugs:
|
|
14
|
+
- doc
|
|
15
|
+
- concept
|
|
16
|
+
- cli
|
|
17
|
+
- pull
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Pull Distant Dictionaries
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npx intlayer pull
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
If [intlayer editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_visual_editor.md) is installed, you can also pull dictionaries from the editor. By this way, you can overwrite the content of your dictionaries for the need of your application.
|
|
27
|
+
|
|
28
|
+
## Aliases:
|
|
29
|
+
|
|
30
|
+
- `npx intlayer dictionaries pull`
|
|
31
|
+
- `npx intlayer dictionary pull`
|
|
32
|
+
- `npx intlayer dic pull`
|
|
33
|
+
|
|
34
|
+
## Arguments:
|
|
35
|
+
|
|
36
|
+
**Dictionary options:**
|
|
37
|
+
|
|
38
|
+
- **`-d, --dictionaries`**: Ids of the dictionaries to pull. If not specified, all dictionaries will be pulled.
|
|
39
|
+
|
|
40
|
+
> Example: `npx intlayer dictionary pull -d my-dictionary-id my-other-dictionary-id`
|
|
41
|
+
|
|
42
|
+
- **`--dictionary`**: Ids of the dictionaries to pull (alias for --dictionaries).
|
|
43
|
+
|
|
44
|
+
> Example: `npx intlayer dictionary pull --dictionary my-dictionary-id my-other-dictionary-id`
|
|
45
|
+
|
|
46
|
+
**Configuration options:**
|
|
47
|
+
|
|
48
|
+
- **`--base-dir`**: Specify the base directory for the project. To retrieve the intlayer configuration, the command will look for the `intlayer.config.{ts,js,json,cjs,mjs}` file in the base directory.
|
|
49
|
+
|
|
50
|
+
> Example: `npx intlayer dictionary push --env-file .env.production.local`
|
|
51
|
+
|
|
52
|
+
- **`--no-cache`**: Disable the cache.
|
|
53
|
+
|
|
54
|
+
> Example: `npx intlayer build --no-cache`
|
|
55
|
+
|
|
56
|
+
**Environment variables options:**
|
|
57
|
+
|
|
58
|
+
- **`--env`**: Specify the environment (e.g., `development`, `production`).
|
|
59
|
+
- **`--env-file`**: Provide a custom environment file to load variables from.
|
|
60
|
+
- **`--base-dir`**: Specify the base directory for the project. To retrieve the intlayer configuration, the command will look for the `intlayer.config.{ts,js,json,cjs,mjs}` file in the base directory.
|
|
61
|
+
|
|
62
|
+
> Example: `npx intlayer dictionary push --env-file .env.production.local`
|
|
63
|
+
|
|
64
|
+
> Example: `npx intlayer dictionary push --env production`
|
|
65
|
+
|
|
66
|
+
**Output options:**
|
|
67
|
+
|
|
68
|
+
- **`--new-dictionaries-path`** : Path to the directory where the new dictionaries will be saved. If not specified, the news dictionaries will be saved in the `./intlayer-dictionaries` directory of the project. If a `filePath` fields is specified in your dictionary content, the dictionaries will not consider this argument and will be saved in the specified `filePath` directory.
|
|
69
|
+
|
|
70
|
+
**Log options:**
|
|
71
|
+
|
|
72
|
+
- **`--verbose`**: Enable verbose logging for debugging. (default to true using CLI)
|
|
73
|
+
|
|
74
|
+
## Example:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
npx intlayer dictionary pull --newDictionariesPath ./my-dictionaries-dir/
|
|
78
|
+
```
|