@intlayer/docs 6.1.6-canary.0 → 7.0.0-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/blog/ar/next-i18next_vs_next-intl_vs_intlayer.md +14 -0
- package/blog/en/{intlayer_with_next-i18next.mdx → _intlayer_with_next-i18next.md} +69 -72
- package/blog/en/{intlayer_with_next-intl.mdx → _intlayer_with_next-intl.md} +52 -56
- package/blog/en/next-i18next_vs_next-intl_vs_intlayer.md +85 -80
- package/dist/cjs/_virtual/rolldown_runtime.cjs +25 -0
- package/dist/cjs/blog.cjs +20 -45
- package/dist/cjs/blog.cjs.map +1 -1
- package/dist/cjs/common.cjs +60 -136
- package/dist/cjs/common.cjs.map +1 -1
- package/dist/cjs/doc.cjs +20 -45
- package/dist/cjs/doc.cjs.map +1 -1
- package/dist/cjs/frequentQuestions.cjs +20 -45
- package/dist/cjs/frequentQuestions.cjs.map +1 -1
- package/dist/cjs/generated/blog.entry.cjs +438 -407
- package/dist/cjs/generated/blog.entry.cjs.map +1 -1
- package/dist/cjs/generated/docs.entry.cjs +1407 -1118
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/cjs/generated/frequentQuestions.entry.cjs +286 -254
- package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
- package/dist/cjs/generated/legal.entry.cjs +58 -78
- package/dist/cjs/generated/legal.entry.cjs.map +1 -1
- package/dist/cjs/index.cjs +33 -29
- package/dist/cjs/legal.cjs +20 -45
- package/dist/cjs/legal.cjs.map +1 -1
- package/dist/esm/blog.mjs +7 -17
- package/dist/esm/blog.mjs.map +1 -1
- package/dist/esm/common.mjs +45 -102
- package/dist/esm/common.mjs.map +1 -1
- package/dist/esm/doc.mjs +7 -17
- package/dist/esm/doc.mjs.map +1 -1
- package/dist/esm/frequentQuestions.mjs +7 -17
- package/dist/esm/frequentQuestions.mjs.map +1 -1
- package/dist/esm/generated/blog.entry.mjs +433 -382
- package/dist/esm/generated/blog.entry.mjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +1402 -1093
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/esm/generated/frequentQuestions.entry.mjs +281 -229
- package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
- package/dist/esm/generated/legal.entry.mjs +53 -53
- package/dist/esm/generated/legal.entry.mjs.map +1 -1
- package/dist/esm/index.mjs +6 -5
- package/dist/esm/legal.mjs +7 -17
- package/dist/esm/legal.mjs.map +1 -1
- package/dist/types/blog.d.ts +17 -12
- package/dist/types/blog.d.ts.map +1 -1
- package/dist/types/common.d.ts +30 -25
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/doc.d.ts +17 -12
- package/dist/types/doc.d.ts.map +1 -1
- package/dist/types/frequentQuestions.d.ts +17 -12
- package/dist/types/frequentQuestions.d.ts.map +1 -1
- package/dist/types/generated/blog.entry.d.ts +28 -24
- package/dist/types/generated/blog.entry.d.ts.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +79 -69
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/dist/types/generated/frequentQuestions.entry.d.ts +20 -15
- package/dist/types/generated/frequentQuestions.entry.d.ts.map +1 -1
- package/dist/types/generated/legal.entry.d.ts +8 -4
- package/dist/types/generated/legal.entry.d.ts.map +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/legal.d.ts +17 -12
- package/dist/types/legal.d.ts.map +1 -1
- package/docs/ar/CI_CD.md +4 -6
- package/docs/ar/autoFill.md +10 -8
- package/docs/ar/configuration.md +16 -10
- package/docs/ar/dictionary/content_file.md +7 -7
- package/docs/ar/dictionary/enumeration.md +4 -4
- package/docs/ar/dictionary/file.md +4 -4
- package/docs/ar/dictionary/function_fetching.md +4 -4
- package/docs/ar/dictionary/gender.md +4 -6
- package/docs/ar/dictionary/insertion.md +4 -4
- package/docs/ar/dictionary/translation.md +4 -4
- package/docs/ar/formatters.md +19 -33
- package/docs/ar/how_works_intlayer.md +5 -5
- package/docs/ar/index.md +4 -4
- package/docs/ar/interest_of_intlayer.md +7 -7
- package/docs/ar/intlayer_CMS.md +10 -8
- package/docs/ar/intlayer_cli.md +7 -7
- package/docs/ar/intlayer_visual_editor.md +5 -5
- package/docs/ar/intlayer_with_angular.md +8 -8
- package/docs/ar/intlayer_with_astro.md +244 -0
- package/docs/ar/intlayer_with_create_react_app.md +9 -8
- package/docs/ar/intlayer_with_express.md +8 -8
- package/docs/ar/intlayer_with_lynx+react.md +6 -6
- package/docs/ar/intlayer_with_nestjs.md +8 -10
- package/docs/ar/intlayer_with_nextjs_14.md +4 -4
- package/docs/ar/intlayer_with_nextjs_15.md +9 -8
- package/docs/ar/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/ar/intlayer_with_nuxt.md +8 -8
- package/docs/ar/intlayer_with_react_native+expo.md +17 -26
- package/docs/ar/intlayer_with_react_router_v7.md +199 -245
- package/docs/ar/intlayer_with_tanstack.md +203 -279
- package/docs/ar/intlayer_with_vite+preact.md +15 -15
- package/docs/ar/intlayer_with_vite+react.md +14 -14
- package/docs/ar/intlayer_with_vite+solid.md +6 -6
- package/docs/ar/intlayer_with_vite+svelte.md +6 -6
- package/docs/ar/intlayer_with_vite+vue.md +15 -15
- package/docs/ar/introduction.md +4 -4
- package/docs/ar/locale_mapper.md +4 -6
- package/docs/ar/mcp_server.md +13 -9
- package/docs/ar/packages/express-intlayer/t.md +4 -4
- package/docs/ar/packages/intlayer/getConfiguration.md +4 -4
- package/docs/ar/packages/intlayer/getEnumeration.md +4 -4
- package/docs/ar/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/ar/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/ar/packages/intlayer/getLocaleName.md +4 -4
- package/docs/ar/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/ar/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/ar/packages/intlayer/getTranslation.md +4 -4
- package/docs/ar/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/ar/packages/next-intlayer/t.md +4 -4
- package/docs/ar/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/ar/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/ar/packages/next-intlayer/useLocale.md +4 -4
- package/docs/ar/packages/react-intlayer/t.md +4 -4
- package/docs/ar/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/ar/packages/react-intlayer/useLocale.md +4 -4
- package/docs/ar/per_locale_file.md +4 -4
- package/docs/ar/roadmap.md +7 -5
- package/docs/ar/testing.md +4 -7
- package/docs/ar/vs_code_extension.md +13 -9
- package/docs/de/CI_CD.md +4 -6
- package/docs/de/autoFill.md +10 -8
- package/docs/de/configuration.md +16 -10
- package/docs/de/dictionary/content_file.md +7 -7
- package/docs/de/dictionary/enumeration.md +4 -4
- package/docs/de/dictionary/file.md +4 -4
- package/docs/de/dictionary/function_fetching.md +4 -4
- package/docs/de/dictionary/gender.md +4 -6
- package/docs/de/dictionary/insertion.md +4 -4
- package/docs/de/dictionary/translation.md +4 -4
- package/docs/de/formatters.md +25 -57
- package/docs/de/how_works_intlayer.md +5 -7
- package/docs/de/index.md +4 -4
- package/docs/de/interest_of_intlayer.md +7 -7
- package/docs/de/intlayer_CMS.md +10 -8
- package/docs/de/intlayer_cli.md +7 -7
- package/docs/de/intlayer_visual_editor.md +5 -6
- package/docs/de/intlayer_with_angular.md +8 -8
- package/docs/de/intlayer_with_astro.md +244 -0
- package/docs/de/intlayer_with_create_react_app.md +4 -4
- package/docs/de/intlayer_with_express.md +8 -8
- package/docs/de/intlayer_with_lynx+react.md +6 -6
- package/docs/de/intlayer_with_nestjs.md +8 -10
- package/docs/de/intlayer_with_nextjs_14.md +4 -4
- package/docs/de/intlayer_with_nextjs_15.md +9 -8
- package/docs/de/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/de/intlayer_with_nuxt.md +8 -8
- package/docs/de/intlayer_with_react_native+expo.md +17 -26
- package/docs/de/intlayer_with_react_router_v7.md +197 -246
- package/docs/de/intlayer_with_tanstack.md +198 -272
- package/docs/de/intlayer_with_vite+preact.md +15 -15
- package/docs/de/intlayer_with_vite+react.md +16 -15
- package/docs/de/intlayer_with_vite+solid.md +6 -6
- package/docs/de/intlayer_with_vite+svelte.md +6 -6
- package/docs/de/intlayer_with_vite+vue.md +17 -17
- package/docs/de/introduction.md +4 -4
- package/docs/de/locale_mapper.md +4 -6
- package/docs/de/mcp_server.md +13 -9
- package/docs/de/packages/express-intlayer/t.md +4 -4
- package/docs/de/packages/intlayer/getConfiguration.md +4 -4
- package/docs/de/packages/intlayer/getEnumeration.md +4 -4
- package/docs/de/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/de/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/de/packages/intlayer/getLocaleName.md +4 -4
- package/docs/de/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/de/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/de/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/de/packages/intlayer/getTranslation.md +4 -4
- package/docs/de/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/de/packages/next-intlayer/t.md +4 -4
- package/docs/de/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/de/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/de/packages/next-intlayer/useLocale.md +4 -4
- package/docs/de/packages/react-intlayer/t.md +4 -4
- package/docs/de/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/de/packages/react-intlayer/useI18n.md +4 -4
- package/docs/de/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/de/packages/react-intlayer/useLocale.md +4 -4
- package/docs/de/per_locale_file.md +4 -4
- package/docs/de/roadmap.md +7 -5
- package/docs/de/testing.md +4 -7
- package/docs/de/vs_code_extension.md +13 -9
- package/docs/en/CI_CD.md +4 -6
- package/docs/en/autoFill.md +75 -28
- package/docs/en/configuration.md +214 -56
- package/docs/en/dictionary/condition.md +4 -6
- package/docs/en/dictionary/content_file.md +25 -17
- package/docs/en/dictionary/enumeration.md +4 -6
- package/docs/en/dictionary/file.md +16 -8
- package/docs/en/dictionary/function_fetching.md +4 -6
- package/docs/en/dictionary/gender.md +4 -6
- package/docs/en/dictionary/insertion.md +4 -6
- package/docs/en/dictionary/markdown.md +4 -6
- package/docs/en/dictionary/nesting.md +4 -6
- package/docs/en/dictionary/translation.md +4 -6
- package/docs/en/formatters.md +23 -50
- package/docs/en/how_works_intlayer.md +6 -8
- package/docs/en/index.md +5 -7
- package/docs/en/interest_of_intlayer.md +7 -7
- package/docs/en/intlayer_CMS.md +12 -12
- package/docs/en/intlayer_cli.md +97 -14
- package/docs/en/intlayer_visual_editor.md +14 -10
- package/docs/en/intlayer_with_angular.md +10 -12
- package/docs/en/intlayer_with_astro.md +244 -0
- package/docs/en/intlayer_with_create_react_app.md +10 -12
- package/docs/en/intlayer_with_express.md +9 -11
- package/docs/en/intlayer_with_lynx+react.md +7 -9
- package/docs/en/intlayer_with_nestjs.md +8 -10
- package/docs/en/intlayer_with_next-i18next.md +627 -0
- package/docs/en/intlayer_with_next-intl.md +446 -0
- package/docs/en/intlayer_with_nextjs_14.md +66 -31
- package/docs/en/intlayer_with_nextjs_15.md +81 -35
- package/docs/en/intlayer_with_nextjs_16.md +1586 -0
- package/docs/en/intlayer_with_nextjs_page_router.md +23 -15
- package/docs/en/intlayer_with_nuxt.md +10 -12
- package/docs/en/intlayer_with_react_native+expo.md +49 -27
- package/docs/en/intlayer_with_react_router_v7.md +169 -216
- package/docs/en/intlayer_with_tanstack.md +174 -249
- package/docs/en/intlayer_with_vite+preact.md +18 -20
- package/docs/en/intlayer_with_vite+react.md +68 -317
- package/docs/en/intlayer_with_vite+solid.md +8 -10
- package/docs/en/intlayer_with_vite+svelte.md +8 -10
- package/docs/en/intlayer_with_vite+vue.md +18 -20
- package/docs/en/introduction.md +5 -7
- package/docs/en/locale_mapper.md +4 -6
- package/docs/en/mcp_server.md +13 -9
- package/docs/en/packages/express-intlayer/t.md +4 -6
- package/docs/en/packages/intlayer/getConfiguration.md +4 -6
- package/docs/en/packages/intlayer/getEnumeration.md +4 -6
- package/docs/en/packages/intlayer/getHTMLTextDir.md +4 -6
- package/docs/en/packages/intlayer/getLocaleLang.md +4 -6
- package/docs/en/packages/intlayer/getLocaleName.md +4 -6
- package/docs/en/packages/intlayer/getLocalizedUrl.md +4 -6
- package/docs/en/packages/intlayer/getMultilingualUrls.md +4 -6
- package/docs/en/packages/intlayer/getPathWithoutLocale.md +4 -6
- package/docs/en/packages/intlayer/getTranslation.md +4 -6
- package/docs/en/packages/intlayer/getTranslationContent.md +4 -6
- package/docs/en/packages/next-intlayer/t.md +4 -6
- package/docs/en/packages/next-intlayer/useDictionary.md +5 -7
- package/docs/en/packages/next-intlayer/useIntlayer.md +5 -7
- package/docs/en/packages/next-intlayer/useLocale.md +41 -8
- package/docs/en/packages/react-intlayer/t.md +4 -6
- package/docs/en/packages/react-intlayer/useDictionary.md +5 -7
- package/docs/en/packages/react-intlayer/useI18n.md +5 -5
- package/docs/en/packages/react-intlayer/useIntlayer.md +5 -7
- package/docs/en/packages/react-intlayer/useLocale.md +4 -6
- package/docs/en/per_locale_file.md +4 -6
- package/docs/en/plugins/sync-json.md +244 -0
- package/docs/en/releases/v6.md +7 -0
- package/docs/en/releases/v7.md +486 -0
- package/docs/en/roadmap.md +11 -9
- package/docs/en/testing.md +13 -11
- package/docs/en/vs_code_extension.md +13 -9
- package/docs/en-GB/CI_CD.md +4 -6
- package/docs/en-GB/autoFill.md +10 -8
- package/docs/en-GB/configuration.md +16 -10
- package/docs/en-GB/dictionary/condition.md +4 -4
- package/docs/en-GB/dictionary/content_file.md +7 -7
- package/docs/en-GB/dictionary/enumeration.md +4 -4
- package/docs/en-GB/dictionary/file.md +4 -4
- package/docs/en-GB/dictionary/gender.md +4 -6
- package/docs/en-GB/dictionary/insertion.md +4 -4
- package/docs/en-GB/dictionary/markdown.md +4 -4
- package/docs/en-GB/dictionary/nesting.md +4 -4
- package/docs/en-GB/dictionary/translation.md +4 -4
- package/docs/en-GB/formatters.md +19 -33
- package/docs/en-GB/how_works_intlayer.md +5 -5
- package/docs/en-GB/index.md +4 -4
- package/docs/en-GB/interest_of_intlayer.md +7 -7
- package/docs/en-GB/intlayer_CMS.md +15 -13
- package/docs/en-GB/intlayer_cli.md +7 -7
- package/docs/en-GB/intlayer_visual_editor.md +5 -6
- package/docs/en-GB/intlayer_with_angular.md +8 -8
- package/docs/en-GB/intlayer_with_astro.md +244 -0
- package/docs/en-GB/intlayer_with_create_react_app.md +11 -10
- package/docs/en-GB/intlayer_with_express.md +8 -8
- package/docs/en-GB/intlayer_with_lynx+react.md +5 -5
- package/docs/en-GB/intlayer_with_nestjs.md +7 -9
- package/docs/en-GB/intlayer_with_nextjs_14.md +10 -10
- package/docs/en-GB/intlayer_with_nextjs_15.md +8 -7
- package/docs/en-GB/intlayer_with_nextjs_page_router.md +7 -7
- package/docs/en-GB/intlayer_with_nuxt.md +7 -7
- package/docs/en-GB/intlayer_with_react_native+expo.md +16 -25
- package/docs/en-GB/intlayer_with_react_router_v7.md +175 -224
- package/docs/en-GB/intlayer_with_tanstack.md +181 -255
- package/docs/en-GB/intlayer_with_vite+preact.md +14 -14
- package/docs/en-GB/intlayer_with_vite+react.md +15 -14
- package/docs/en-GB/intlayer_with_vite+solid.md +5 -5
- package/docs/en-GB/intlayer_with_vite+svelte.md +5 -5
- package/docs/en-GB/intlayer_with_vite+vue.md +16 -16
- package/docs/en-GB/introduction.md +4 -4
- package/docs/en-GB/locale_mapper.md +4 -6
- package/docs/en-GB/mcp_server.md +13 -9
- package/docs/en-GB/packages/express-intlayer/t.md +4 -4
- package/docs/en-GB/packages/intlayer/getConfiguration.md +4 -4
- package/docs/en-GB/packages/intlayer/getEnumeration.md +4 -4
- package/docs/en-GB/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/en-GB/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/en-GB/packages/intlayer/getLocaleName.md +4 -4
- package/docs/en-GB/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/en-GB/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/en-GB/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/en-GB/packages/intlayer/getTranslation.md +4 -4
- package/docs/en-GB/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/en-GB/packages/next-intlayer/t.md +4 -4
- package/docs/en-GB/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/en-GB/packages/next-intlayer/useIntlayer.md +5 -5
- package/docs/en-GB/packages/next-intlayer/useLocale.md +4 -4
- package/docs/en-GB/packages/react-intlayer/t.md +4 -4
- package/docs/en-GB/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/en-GB/packages/react-intlayer/useI18n.md +4 -4
- package/docs/en-GB/packages/react-intlayer/useIntlayer.md +5 -5
- package/docs/en-GB/packages/react-intlayer/useLocale.md +4 -4
- package/docs/en-GB/per_locale_file.md +4 -4
- package/docs/en-GB/roadmap.md +7 -5
- package/docs/en-GB/testing.md +4 -7
- package/docs/en-GB/vs_code_extension.md +13 -9
- package/docs/es/CI_CD.md +4 -6
- package/docs/es/autoFill.md +10 -8
- package/docs/es/configuration.md +16 -10
- package/docs/es/dictionary/content_file.md +7 -7
- package/docs/es/dictionary/enumeration.md +4 -4
- package/docs/es/dictionary/file.md +4 -4
- package/docs/es/dictionary/function_fetching.md +4 -4
- package/docs/es/dictionary/gender.md +4 -6
- package/docs/es/dictionary/insertion.md +4 -4
- package/docs/es/dictionary/translation.md +4 -4
- package/docs/es/formatters.md +25 -57
- package/docs/es/how_works_intlayer.md +5 -5
- package/docs/es/index.md +4 -4
- package/docs/es/interest_of_intlayer.md +7 -7
- package/docs/es/intlayer_CMS.md +10 -8
- package/docs/es/intlayer_cli.md +7 -7
- package/docs/es/intlayer_visual_editor.md +5 -7
- package/docs/es/intlayer_with_angular.md +8 -8
- package/docs/es/intlayer_with_astro.md +244 -0
- package/docs/es/intlayer_with_create_react_app.md +9 -8
- package/docs/es/intlayer_with_express.md +8 -8
- package/docs/es/intlayer_with_lynx+react.md +6 -6
- package/docs/es/intlayer_with_nestjs.md +6 -8
- package/docs/es/intlayer_with_nextjs_14.md +8 -8
- package/docs/es/intlayer_with_nextjs_15.md +9 -8
- package/docs/es/intlayer_with_nextjs_page_router.md +6 -6
- package/docs/es/intlayer_with_nuxt.md +6 -6
- package/docs/es/intlayer_with_react_native+expo.md +17 -26
- package/docs/es/intlayer_with_react_router_v7.md +191 -235
- package/docs/es/intlayer_with_tanstack.md +208 -280
- package/docs/es/intlayer_with_vite+preact.md +13 -13
- package/docs/es/intlayer_with_vite+react.md +14 -13
- package/docs/es/intlayer_with_vite+solid.md +6 -6
- package/docs/es/intlayer_with_vite+svelte.md +6 -6
- package/docs/es/intlayer_with_vite+vue.md +15 -15
- package/docs/es/introduction.md +4 -4
- package/docs/es/locale_mapper.md +4 -6
- package/docs/es/mcp_server.md +13 -9
- package/docs/es/packages/express-intlayer/t.md +4 -4
- package/docs/es/packages/intlayer/getConfiguration.md +4 -4
- package/docs/es/packages/intlayer/getEnumeration.md +4 -4
- package/docs/es/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/es/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/es/packages/intlayer/getLocaleName.md +4 -4
- package/docs/es/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/es/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/es/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/es/packages/intlayer/getTranslation.md +4 -4
- package/docs/es/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/es/packages/next-intlayer/index.md +4 -4
- package/docs/es/packages/next-intlayer/t.md +4 -4
- package/docs/es/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/es/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/es/packages/next-intlayer/useLocale.md +4 -4
- package/docs/es/packages/react-intlayer/index.md +4 -4
- package/docs/es/packages/react-intlayer/t.md +4 -4
- package/docs/es/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/es/packages/react-intlayer/useI18n.md +4 -4
- package/docs/es/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/es/packages/react-intlayer/useLocale.md +4 -4
- package/docs/es/per_locale_file.md +4 -4
- package/docs/es/roadmap.md +7 -5
- package/docs/es/testing.md +4 -7
- package/docs/es/vs_code_extension.md +13 -9
- package/docs/fr/CI_CD.md +4 -4
- package/docs/fr/autoFill.md +10 -8
- package/docs/fr/configuration.md +19 -22
- package/docs/fr/dictionary/content_file.md +7 -7
- package/docs/fr/dictionary/enumeration.md +4 -4
- package/docs/fr/dictionary/file.md +4 -4
- package/docs/fr/dictionary/function_fetching.md +4 -4
- package/docs/fr/dictionary/gender.md +4 -6
- package/docs/fr/dictionary/insertion.md +4 -4
- package/docs/fr/dictionary/translation.md +4 -4
- package/docs/fr/formatters.md +25 -57
- package/docs/fr/how_works_intlayer.md +5 -5
- package/docs/fr/index.md +4 -4
- package/docs/fr/interest_of_intlayer.md +7 -7
- package/docs/fr/intlayer_CMS.md +10 -8
- package/docs/fr/intlayer_cli.md +7 -7
- package/docs/fr/intlayer_visual_editor.md +5 -6
- package/docs/fr/intlayer_with_angular.md +8 -8
- package/docs/fr/intlayer_with_astro.md +244 -0
- package/docs/fr/intlayer_with_create_react_app.md +9 -8
- package/docs/fr/intlayer_with_express.md +8 -8
- package/docs/fr/intlayer_with_lynx+react.md +6 -6
- package/docs/fr/intlayer_with_nestjs.md +8 -10
- package/docs/fr/intlayer_with_nextjs_14.md +4 -4
- package/docs/fr/intlayer_with_nextjs_15.md +7 -6
- package/docs/fr/intlayer_with_nextjs_page_router.md +6 -6
- package/docs/fr/intlayer_with_nuxt.md +6 -6
- package/docs/fr/intlayer_with_react_native+expo.md +17 -26
- package/docs/fr/intlayer_with_react_router_v7.md +192 -252
- package/docs/fr/intlayer_with_tanstack.md +197 -272
- package/docs/fr/intlayer_with_vite+preact.md +13 -13
- package/docs/fr/intlayer_with_vite+react.md +13 -13
- package/docs/fr/intlayer_with_vite+solid.md +6 -6
- package/docs/fr/intlayer_with_vite+svelte.md +6 -6
- package/docs/fr/intlayer_with_vite+vue.md +15 -15
- package/docs/fr/introduction.md +4 -4
- package/docs/fr/locale_mapper.md +4 -6
- package/docs/fr/mcp_server.md +13 -9
- package/docs/fr/packages/express-intlayer/t.md +4 -4
- package/docs/fr/packages/intlayer/getConfiguration.md +4 -4
- package/docs/fr/packages/intlayer/getEnumeration.md +4 -4
- package/docs/fr/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/fr/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/fr/packages/intlayer/getLocaleName.md +4 -4
- package/docs/fr/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/fr/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/fr/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/fr/packages/intlayer/getTranslation.md +4 -4
- package/docs/fr/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/fr/packages/next-intlayer/t.md +4 -4
- package/docs/fr/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/fr/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/fr/packages/next-intlayer/useLocale.md +4 -4
- package/docs/fr/packages/react-intlayer/index.md +4 -4
- package/docs/fr/packages/react-intlayer/t.md +4 -4
- package/docs/fr/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/fr/packages/react-intlayer/useI18n.md +4 -4
- package/docs/fr/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/fr/packages/react-intlayer/useLocale.md +4 -4
- package/docs/fr/per_locale_file.md +4 -4
- package/docs/fr/roadmap.md +7 -5
- package/docs/fr/testing.md +4 -7
- package/docs/fr/vs_code_extension.md +13 -9
- package/docs/hi/CI_CD.md +4 -6
- package/docs/hi/autoFill.md +10 -8
- package/docs/hi/configuration.md +16 -10
- package/docs/hi/dictionary/content_file.md +7 -7
- package/docs/hi/dictionary/enumeration.md +4 -4
- package/docs/hi/dictionary/file.md +4 -4
- package/docs/hi/dictionary/function_fetching.md +4 -4
- package/docs/hi/dictionary/gender.md +4 -6
- package/docs/hi/dictionary/insertion.md +4 -4
- package/docs/hi/dictionary/translation.md +4 -4
- package/docs/hi/formatters.md +19 -33
- package/docs/hi/how_works_intlayer.md +5 -5
- package/docs/hi/index.md +4 -4
- package/docs/hi/interest_of_intlayer.md +7 -7
- package/docs/hi/intlayer_CMS.md +10 -8
- package/docs/hi/intlayer_cli.md +8 -11
- package/docs/hi/intlayer_visual_editor.md +5 -6
- package/docs/hi/intlayer_with_angular.md +8 -8
- package/docs/hi/intlayer_with_astro.md +244 -0
- package/docs/hi/intlayer_with_create_react_app.md +4 -4
- package/docs/hi/intlayer_with_express.md +8 -8
- package/docs/hi/intlayer_with_lynx+react.md +6 -6
- package/docs/hi/intlayer_with_nestjs.md +8 -10
- package/docs/hi/intlayer_with_nextjs_14.md +4 -4
- package/docs/hi/intlayer_with_nextjs_15.md +9 -8
- package/docs/hi/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/hi/intlayer_with_nuxt.md +8 -8
- package/docs/hi/intlayer_with_react_native+expo.md +17 -26
- package/docs/hi/intlayer_with_react_router_v7.md +204 -248
- package/docs/hi/intlayer_with_tanstack.md +215 -290
- package/docs/hi/intlayer_with_vite+preact.md +15 -15
- package/docs/hi/intlayer_with_vite+react.md +16 -15
- package/docs/hi/intlayer_with_vite+solid.md +7 -7
- package/docs/hi/intlayer_with_vite+svelte.md +6 -6
- package/docs/hi/intlayer_with_vite+vue.md +17 -17
- package/docs/hi/introduction.md +4 -4
- package/docs/hi/locale_mapper.md +4 -6
- package/docs/hi/mcp_server.md +13 -9
- package/docs/hi/packages/express-intlayer/t.md +4 -4
- package/docs/hi/packages/intlayer/getConfiguration.md +4 -4
- package/docs/hi/packages/intlayer/getEnumeration.md +4 -4
- package/docs/hi/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/hi/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/hi/packages/intlayer/getLocaleName.md +4 -4
- package/docs/hi/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/hi/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/hi/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/hi/packages/intlayer/getTranslation.md +4 -4
- package/docs/hi/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/hi/packages/intlayer/index.md +4 -4
- package/docs/hi/packages/next-intlayer/t.md +4 -4
- package/docs/hi/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/hi/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/hi/packages/next-intlayer/useLocale.md +4 -4
- package/docs/hi/packages/react-intlayer/t.md +4 -4
- package/docs/hi/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/hi/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/hi/packages/react-intlayer/useLocale.md +4 -4
- package/docs/hi/per_locale_file.md +4 -4
- package/docs/hi/roadmap.md +7 -5
- package/docs/hi/testing.md +4 -7
- package/docs/hi/vs_code_extension.md +13 -9
- package/docs/it/CI_CD.md +4 -6
- package/docs/it/autoFill.md +10 -8
- package/docs/it/configuration.md +16 -10
- package/docs/it/dictionary/content_file.md +7 -7
- package/docs/it/dictionary/enumeration.md +4 -4
- package/docs/it/dictionary/file.md +4 -4
- package/docs/it/dictionary/function_fetching.md +4 -4
- package/docs/it/dictionary/gender.md +4 -6
- package/docs/it/dictionary/insertion.md +4 -4
- package/docs/it/dictionary/translation.md +4 -4
- package/docs/it/formatters.md +19 -55
- package/docs/it/how_works_intlayer.md +5 -5
- package/docs/it/index.md +4 -4
- package/docs/it/interest_of_intlayer.md +7 -7
- package/docs/it/intlayer_CMS.md +10 -8
- package/docs/it/intlayer_cli.md +7 -7
- package/docs/it/intlayer_visual_editor.md +5 -6
- package/docs/it/intlayer_with_angular.md +8 -8
- package/docs/it/intlayer_with_astro.md +244 -0
- package/docs/it/intlayer_with_create_react_app.md +9 -8
- package/docs/it/intlayer_with_express.md +8 -8
- package/docs/it/intlayer_with_lynx+react.md +6 -6
- package/docs/it/intlayer_with_nestjs.md +8 -10
- package/docs/it/intlayer_with_nextjs_14.md +4 -4
- package/docs/it/intlayer_with_nextjs_15.md +9 -8
- package/docs/it/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/it/intlayer_with_nuxt.md +8 -8
- package/docs/it/intlayer_with_react_native+expo.md +17 -27
- package/docs/it/intlayer_with_react_router_v7.md +198 -245
- package/docs/it/intlayer_with_tanstack.md +207 -271
- package/docs/it/intlayer_with_vite+preact.md +15 -15
- package/docs/it/intlayer_with_vite+react.md +20 -17
- package/docs/it/intlayer_with_vite+solid.md +6 -6
- package/docs/it/intlayer_with_vite+svelte.md +6 -6
- package/docs/it/intlayer_with_vite+vue.md +17 -17
- package/docs/it/introduction.md +4 -4
- package/docs/it/locale_mapper.md +4 -6
- package/docs/it/mcp_server.md +13 -9
- package/docs/it/packages/express-intlayer/t.md +4 -4
- package/docs/it/packages/intlayer/getConfiguration.md +4 -4
- package/docs/it/packages/intlayer/getEnumeration.md +4 -4
- package/docs/it/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/it/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/it/packages/intlayer/getLocaleName.md +4 -4
- package/docs/it/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/it/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/it/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/it/packages/intlayer/getTranslation.md +4 -4
- package/docs/it/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/it/packages/next-intlayer/t.md +4 -4
- package/docs/it/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/it/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/it/packages/next-intlayer/useLocale.md +4 -4
- package/docs/it/packages/react-intlayer/t.md +4 -4
- package/docs/it/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/it/packages/react-intlayer/useI18n.md +4 -4
- package/docs/it/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/it/packages/react-intlayer/useLocale.md +4 -4
- package/docs/it/per_locale_file.md +4 -4
- package/docs/it/roadmap.md +7 -5
- package/docs/it/testing.md +4 -7
- package/docs/it/vs_code_extension.md +13 -9
- package/docs/ja/CI_CD.md +4 -6
- package/docs/ja/autoFill.md +10 -8
- package/docs/ja/configuration.md +19 -22
- package/docs/ja/dictionary/content_file.md +7 -7
- package/docs/ja/dictionary/enumeration.md +4 -4
- package/docs/ja/dictionary/file.md +5 -5
- package/docs/ja/dictionary/function_fetching.md +4 -4
- package/docs/ja/dictionary/gender.md +4 -6
- package/docs/ja/dictionary/insertion.md +4 -4
- package/docs/ja/dictionary/translation.md +4 -4
- package/docs/ja/formatters.md +25 -57
- package/docs/ja/how_works_intlayer.md +5 -5
- package/docs/ja/index.md +4 -4
- package/docs/ja/interest_of_intlayer.md +7 -7
- package/docs/ja/intlayer_CMS.md +10 -9
- package/docs/ja/intlayer_cli.md +7 -7
- package/docs/ja/intlayer_visual_editor.md +5 -6
- package/docs/ja/intlayer_with_angular.md +8 -8
- package/docs/ja/intlayer_with_astro.md +244 -0
- package/docs/ja/intlayer_with_create_react_app.md +9 -8
- package/docs/ja/intlayer_with_express.md +8 -8
- package/docs/ja/intlayer_with_lynx+react.md +6 -6
- package/docs/ja/intlayer_with_nestjs.md +8 -10
- package/docs/ja/intlayer_with_nextjs_14.md +8 -8
- package/docs/ja/intlayer_with_nextjs_15.md +9 -8
- package/docs/ja/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/ja/intlayer_with_nuxt.md +8 -8
- package/docs/ja/intlayer_with_react_native+expo.md +24 -35
- package/docs/ja/intlayer_with_react_router_v7.md +207 -253
- package/docs/ja/intlayer_with_tanstack.md +220 -290
- package/docs/ja/intlayer_with_vite+preact.md +15 -15
- package/docs/ja/intlayer_with_vite+react.md +18 -17
- package/docs/ja/intlayer_with_vite+solid.md +6 -6
- package/docs/ja/intlayer_with_vite+svelte.md +6 -6
- package/docs/ja/intlayer_with_vite+vue.md +17 -17
- package/docs/ja/introduction.md +4 -4
- package/docs/ja/locale_mapper.md +4 -6
- package/docs/ja/mcp_server.md +13 -9
- package/docs/ja/packages/express-intlayer/t.md +4 -4
- package/docs/ja/packages/intlayer/getConfiguration.md +4 -4
- package/docs/ja/packages/intlayer/getEnumeration.md +4 -4
- package/docs/ja/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/ja/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/ja/packages/intlayer/getLocaleName.md +4 -4
- package/docs/ja/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/ja/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/ja/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/ja/packages/intlayer/getTranslation.md +4 -4
- package/docs/ja/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/ja/packages/next-intlayer/t.md +4 -4
- package/docs/ja/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/ja/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/ja/packages/next-intlayer/useLocale.md +4 -4
- package/docs/ja/packages/react-intlayer/t.md +4 -4
- package/docs/ja/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/ja/packages/react-intlayer/useI18n.md +4 -4
- package/docs/ja/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/ja/packages/react-intlayer/useLocale.md +4 -4
- package/docs/ja/per_locale_file.md +4 -4
- package/docs/ja/roadmap.md +7 -5
- package/docs/ja/testing.md +4 -7
- package/docs/ja/vs_code_extension.md +13 -9
- package/docs/ko/CI_CD.md +4 -6
- package/docs/ko/autoFill.md +10 -8
- package/docs/ko/configuration.md +19 -22
- package/docs/ko/dictionary/content_file.md +7 -7
- package/docs/ko/dictionary/enumeration.md +4 -4
- package/docs/ko/dictionary/file.md +4 -4
- package/docs/ko/dictionary/function_fetching.md +4 -4
- package/docs/ko/dictionary/gender.md +4 -6
- package/docs/ko/dictionary/insertion.md +4 -4
- package/docs/ko/dictionary/translation.md +4 -4
- package/docs/ko/formatters.md +19 -33
- package/docs/ko/how_works_intlayer.md +5 -5
- package/docs/ko/index.md +4 -4
- package/docs/ko/interest_of_intlayer.md +7 -7
- package/docs/ko/intlayer_CMS.md +10 -8
- package/docs/ko/intlayer_cli.md +7 -7
- package/docs/ko/intlayer_visual_editor.md +5 -6
- package/docs/ko/intlayer_with_angular.md +8 -8
- package/docs/ko/intlayer_with_astro.md +244 -0
- package/docs/ko/intlayer_with_create_react_app.md +9 -8
- package/docs/ko/intlayer_with_express.md +8 -8
- package/docs/ko/intlayer_with_lynx+react.md +6 -10
- package/docs/ko/intlayer_with_nestjs.md +8 -10
- package/docs/ko/intlayer_with_nextjs_14.md +8 -8
- package/docs/ko/intlayer_with_nextjs_15.md +9 -8
- package/docs/ko/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/ko/intlayer_with_nuxt.md +8 -8
- package/docs/ko/intlayer_with_react_native+expo.md +25 -34
- package/docs/ko/intlayer_with_react_router_v7.md +195 -249
- package/docs/ko/intlayer_with_tanstack.md +202 -274
- package/docs/ko/intlayer_with_vite+preact.md +15 -15
- package/docs/ko/intlayer_with_vite+react.md +17 -16
- package/docs/ko/intlayer_with_vite+solid.md +6 -6
- package/docs/ko/intlayer_with_vite+svelte.md +6 -6
- package/docs/ko/intlayer_with_vite+vue.md +17 -17
- package/docs/ko/introduction.md +4 -4
- package/docs/ko/locale_mapper.md +4 -6
- package/docs/ko/mcp_server.md +13 -9
- package/docs/ko/packages/express-intlayer/t.md +4 -4
- package/docs/ko/packages/intlayer/getConfiguration.md +4 -4
- package/docs/ko/packages/intlayer/getEnumeration.md +4 -4
- package/docs/ko/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/ko/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/ko/packages/intlayer/getLocaleName.md +4 -4
- package/docs/ko/packages/intlayer/getLocalizedUrl.md +7 -16
- package/docs/ko/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/ko/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/ko/packages/intlayer/getTranslation.md +4 -4
- package/docs/ko/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/ko/packages/next-intlayer/t.md +4 -4
- package/docs/ko/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/ko/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/ko/packages/next-intlayer/useLocale.md +4 -4
- package/docs/ko/packages/react-intlayer/t.md +4 -4
- package/docs/ko/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/ko/packages/react-intlayer/useI18n.md +4 -4
- package/docs/ko/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/ko/packages/react-intlayer/useLocale.md +4 -4
- package/docs/ko/per_locale_file.md +4 -4
- package/docs/ko/roadmap.md +7 -5
- package/docs/ko/testing.md +4 -7
- package/docs/ko/vs_code_extension.md +13 -9
- package/docs/pt/CI_CD.md +4 -6
- package/docs/pt/autoFill.md +10 -8
- package/docs/pt/configuration.md +16 -22
- package/docs/pt/dictionary/content_file.md +7 -7
- package/docs/pt/dictionary/enumeration.md +4 -4
- package/docs/pt/dictionary/file.md +4 -4
- package/docs/pt/dictionary/function_fetching.md +4 -4
- package/docs/pt/dictionary/gender.md +4 -6
- package/docs/pt/dictionary/insertion.md +4 -4
- package/docs/pt/dictionary/translation.md +4 -4
- package/docs/pt/formatters.md +19 -33
- package/docs/pt/how_works_intlayer.md +5 -5
- package/docs/pt/index.md +4 -4
- package/docs/pt/interest_of_intlayer.md +7 -7
- package/docs/pt/intlayer_CMS.md +10 -8
- package/docs/pt/intlayer_cli.md +7 -7
- package/docs/pt/intlayer_visual_editor.md +5 -6
- package/docs/pt/intlayer_with_angular.md +8 -8
- package/docs/pt/intlayer_with_astro.md +244 -0
- package/docs/pt/intlayer_with_create_react_app.md +9 -8
- package/docs/pt/intlayer_with_express.md +8 -8
- package/docs/pt/intlayer_with_lynx+react.md +6 -6
- package/docs/pt/intlayer_with_nestjs.md +8 -10
- package/docs/pt/intlayer_with_nextjs_14.md +4 -4
- package/docs/pt/intlayer_with_nextjs_15.md +9 -8
- package/docs/pt/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/pt/intlayer_with_nuxt.md +8 -8
- package/docs/pt/intlayer_with_react_native+expo.md +17 -26
- package/docs/pt/intlayer_with_react_router_v7.md +10 -18
- package/docs/pt/intlayer_with_tanstack.md +189 -266
- package/docs/pt/intlayer_with_vite+preact.md +15 -15
- package/docs/pt/intlayer_with_vite+react.md +16 -15
- package/docs/pt/intlayer_with_vite+solid.md +6 -6
- package/docs/pt/intlayer_with_vite+svelte.md +6 -6
- package/docs/pt/intlayer_with_vite+vue.md +15 -15
- package/docs/pt/introduction.md +4 -5
- package/docs/pt/locale_mapper.md +4 -6
- package/docs/pt/mcp_server.md +13 -9
- package/docs/pt/packages/express-intlayer/t.md +4 -4
- package/docs/pt/packages/intlayer/getConfiguration.md +4 -4
- package/docs/pt/packages/intlayer/getEnumeration.md +4 -4
- package/docs/pt/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/pt/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/pt/packages/intlayer/getLocaleName.md +4 -4
- package/docs/pt/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/pt/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/pt/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/pt/packages/intlayer/getTranslation.md +4 -4
- package/docs/pt/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/pt/packages/next-intlayer/t.md +4 -4
- package/docs/pt/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/pt/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/pt/packages/next-intlayer/useLocale.md +4 -4
- package/docs/pt/packages/react-intlayer/t.md +4 -4
- package/docs/pt/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/pt/packages/react-intlayer/useI18n.md +4 -4
- package/docs/pt/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/pt/packages/react-intlayer/useLocale.md +4 -4
- package/docs/pt/per_locale_file.md +4 -4
- package/docs/pt/roadmap.md +7 -5
- package/docs/pt/testing.md +4 -7
- package/docs/pt/vs_code_extension.md +13 -9
- package/docs/ru/CI_CD.md +4 -6
- package/docs/ru/autoFill.md +10 -8
- package/docs/ru/configuration.md +16 -10
- package/docs/ru/dictionary/content_file.md +7 -7
- package/docs/ru/dictionary/enumeration.md +4 -4
- package/docs/ru/dictionary/file.md +4 -4
- package/docs/ru/dictionary/function_fetching.md +4 -4
- package/docs/ru/dictionary/gender.md +4 -6
- package/docs/ru/dictionary/insertion.md +4 -4
- package/docs/ru/dictionary/translation.md +4 -4
- package/docs/ru/formatters.md +20 -77
- package/docs/ru/how_works_intlayer.md +5 -5
- package/docs/ru/index.md +4 -4
- package/docs/ru/interest_of_intlayer.md +7 -7
- package/docs/ru/intlayer_CMS.md +10 -8
- package/docs/ru/intlayer_cli.md +7 -7
- package/docs/ru/intlayer_visual_editor.md +5 -5
- package/docs/ru/intlayer_with_angular.md +8 -8
- package/docs/ru/intlayer_with_astro.md +244 -0
- package/docs/ru/intlayer_with_create_react_app.md +9 -8
- package/docs/ru/intlayer_with_express.md +8 -8
- package/docs/ru/intlayer_with_lynx+react.md +6 -6
- package/docs/ru/intlayer_with_nestjs.md +8 -10
- package/docs/ru/intlayer_with_nextjs_14.md +4 -4
- package/docs/ru/intlayer_with_nextjs_15.md +9 -8
- package/docs/ru/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/ru/intlayer_with_nuxt.md +8 -8
- package/docs/ru/intlayer_with_react_native+expo.md +17 -26
- package/docs/ru/intlayer_with_react_router_v7.md +197 -243
- package/docs/ru/intlayer_with_tanstack.md +203 -277
- package/docs/ru/intlayer_with_vite+preact.md +15 -15
- package/docs/ru/intlayer_with_vite+react.md +16 -15
- package/docs/ru/intlayer_with_vite+solid.md +6 -6
- package/docs/ru/intlayer_with_vite+svelte.md +6 -6
- package/docs/ru/intlayer_with_vite+vue.md +17 -17
- package/docs/ru/introduction.md +4 -4
- package/docs/ru/locale_mapper.md +4 -6
- package/docs/ru/mcp_server.md +13 -9
- package/docs/ru/packages/express-intlayer/t.md +4 -4
- package/docs/ru/packages/intlayer/getConfiguration.md +4 -4
- package/docs/ru/packages/intlayer/getEnumeration.md +4 -4
- package/docs/ru/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/ru/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/ru/packages/intlayer/getLocaleName.md +4 -4
- package/docs/ru/packages/intlayer/getLocalizedUrl.md +4 -4
- package/docs/ru/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/ru/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/ru/packages/intlayer/getTranslation.md +4 -4
- package/docs/ru/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/ru/packages/next-intlayer/t.md +4 -4
- package/docs/ru/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/ru/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/ru/packages/next-intlayer/useLocale.md +4 -4
- package/docs/ru/packages/react-intlayer/t.md +4 -4
- package/docs/ru/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/ru/packages/react-intlayer/useI18n.md +4 -4
- package/docs/ru/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/ru/packages/react-intlayer/useLocale.md +4 -4
- package/docs/ru/per_locale_file.md +4 -4
- package/docs/ru/roadmap.md +7 -5
- package/docs/ru/testing.md +4 -7
- package/docs/ru/vs_code_extension.md +13 -9
- package/docs/tr/CI_CD.md +4 -6
- package/docs/tr/autoFill.md +10 -8
- package/docs/tr/configuration.md +19 -22
- package/docs/tr/dictionary/condition.md +4 -10
- package/docs/tr/dictionary/content_file.md +7 -7
- package/docs/tr/dictionary/enumeration.md +4 -10
- package/docs/tr/dictionary/file.md +4 -10
- package/docs/tr/dictionary/function_fetching.md +4 -10
- package/docs/tr/dictionary/gender.md +4 -10
- package/docs/tr/dictionary/insertion.md +4 -10
- package/docs/tr/dictionary/markdown.md +4 -10
- package/docs/tr/dictionary/nesting.md +4 -10
- package/docs/tr/dictionary/translation.md +4 -10
- package/docs/tr/formatters.md +19 -33
- package/docs/tr/how_works_intlayer.md +6 -8
- package/docs/tr/index.md +5 -7
- package/docs/tr/interest_of_intlayer.md +7 -7
- package/docs/tr/intlayer_CMS.md +10 -8
- package/docs/tr/intlayer_cli.md +8 -8
- package/docs/tr/intlayer_visual_editor.md +5 -7
- package/docs/tr/intlayer_with_angular.md +10 -12
- package/docs/tr/intlayer_with_astro.md +244 -0
- package/docs/tr/intlayer_with_create_react_app.md +10 -12
- package/docs/tr/intlayer_with_express.md +9 -11
- package/docs/tr/intlayer_with_lynx+react.md +7 -9
- package/docs/tr/intlayer_with_nestjs.md +8 -10
- package/docs/tr/intlayer_with_nextjs_14.md +11 -11
- package/docs/tr/intlayer_with_nextjs_15.md +14 -13
- package/docs/tr/intlayer_with_nextjs_page_router.md +14 -14
- package/docs/tr/intlayer_with_nuxt.md +10 -12
- package/docs/tr/intlayer_with_react_native+expo.md +18 -29
- package/docs/tr/intlayer_with_react_router_v7.md +225 -270
- package/docs/tr/intlayer_with_tanstack.md +401 -304
- package/docs/tr/intlayer_with_vite+preact.md +18 -24
- package/docs/tr/intlayer_with_vite+react.md +18 -24
- package/docs/tr/intlayer_with_vite+solid.md +8 -14
- package/docs/tr/intlayer_with_vite+svelte.md +8 -14
- package/docs/tr/intlayer_with_vite+vue.md +18 -24
- package/docs/tr/introduction.md +5 -7
- package/docs/tr/locale_mapper.md +4 -6
- package/docs/tr/mcp_server.md +13 -9
- package/docs/tr/packages/express-intlayer/t.md +4 -6
- package/docs/tr/packages/intlayer/getConfiguration.md +4 -10
- package/docs/tr/packages/intlayer/getEnumeration.md +4 -10
- package/docs/tr/packages/intlayer/getHTMLTextDir.md +4 -10
- package/docs/tr/packages/intlayer/getLocaleLang.md +4 -10
- package/docs/tr/packages/intlayer/getLocaleName.md +4 -10
- package/docs/tr/packages/intlayer/getLocalizedUrl.md +4 -10
- package/docs/tr/packages/intlayer/getMultilingualUrls.md +4 -10
- package/docs/tr/packages/intlayer/getPathWithoutLocale.md +4 -10
- package/docs/tr/packages/intlayer/getTranslation.md +4 -10
- package/docs/tr/packages/intlayer/getTranslationContent.md +4 -10
- package/docs/tr/packages/next-intlayer/t.md +4 -6
- package/docs/tr/packages/next-intlayer/useDictionary.md +4 -6
- package/docs/tr/packages/next-intlayer/useIntlayer.md +4 -6
- package/docs/tr/packages/next-intlayer/useLocale.md +4 -6
- package/docs/tr/packages/react-intlayer/t.md +4 -6
- package/docs/tr/packages/react-intlayer/useDictionary.md +10 -273
- package/docs/tr/packages/react-intlayer/useI18n.md +5 -5
- package/docs/tr/packages/react-intlayer/useIntlayer.md +4 -6
- package/docs/tr/packages/react-intlayer/useLocale.md +4 -6
- package/docs/tr/per_locale_file.md +4 -6
- package/docs/tr/roadmap.md +11 -9
- package/docs/tr/testing.md +4 -7
- package/docs/tr/vs_code_extension.md +13 -9
- package/docs/zh/CI_CD.md +4 -6
- package/docs/zh/autoFill.md +10 -8
- package/docs/zh/configuration.md +19 -22
- package/docs/zh/dictionary/content_file.md +7 -7
- package/docs/zh/dictionary/enumeration.md +4 -4
- package/docs/zh/dictionary/file.md +4 -4
- package/docs/zh/dictionary/function_fetching.md +4 -4
- package/docs/zh/dictionary/gender.md +4 -6
- package/docs/zh/dictionary/insertion.md +4 -4
- package/docs/zh/dictionary/translation.md +4 -4
- package/docs/zh/formatters.md +19 -55
- package/docs/zh/how_works_intlayer.md +5 -5
- package/docs/zh/index.md +4 -4
- package/docs/zh/interest_of_intlayer.md +7 -7
- package/docs/zh/intlayer_CMS.md +10 -9
- package/docs/zh/intlayer_cli.md +7 -7
- package/docs/zh/intlayer_visual_editor.md +5 -6
- package/docs/zh/intlayer_with_angular.md +8 -8
- package/docs/zh/intlayer_with_astro.md +244 -0
- package/docs/zh/intlayer_with_create_react_app.md +9 -8
- package/docs/zh/intlayer_with_express.md +8 -8
- package/docs/zh/intlayer_with_lynx+react.md +6 -6
- package/docs/zh/intlayer_with_nestjs.md +8 -10
- package/docs/zh/intlayer_with_nextjs_14.md +8 -8
- package/docs/zh/intlayer_with_nextjs_15.md +9 -8
- package/docs/zh/intlayer_with_nextjs_page_router.md +8 -8
- package/docs/zh/intlayer_with_nuxt.md +8 -8
- package/docs/zh/intlayer_with_react_native+expo.md +25 -34
- package/docs/zh/intlayer_with_react_router_v7.md +204 -252
- package/docs/zh/intlayer_with_tanstack.md +211 -288
- package/docs/zh/intlayer_with_vite+preact.md +15 -15
- package/docs/zh/intlayer_with_vite+react.md +16 -15
- package/docs/zh/intlayer_with_vite+solid.md +6 -6
- package/docs/zh/intlayer_with_vite+svelte.md +6 -6
- package/docs/zh/intlayer_with_vite+vue.md +15 -15
- package/docs/zh/introduction.md +4 -4
- package/docs/zh/locale_mapper.md +4 -6
- package/docs/zh/mcp_server.md +13 -9
- package/docs/zh/packages/express-intlayer/t.md +4 -4
- package/docs/zh/packages/intlayer/getConfiguration.md +4 -4
- package/docs/zh/packages/intlayer/getEnumeration.md +4 -4
- package/docs/zh/packages/intlayer/getHTMLTextDir.md +4 -4
- package/docs/zh/packages/intlayer/getLocaleLang.md +4 -4
- package/docs/zh/packages/intlayer/getLocaleName.md +4 -4
- package/docs/zh/packages/intlayer/getLocalizedUrl.md +7 -16
- package/docs/zh/packages/intlayer/getMultilingualUrls.md +4 -4
- package/docs/zh/packages/intlayer/getPathWithoutLocale.md +4 -4
- package/docs/zh/packages/intlayer/getTranslation.md +4 -4
- package/docs/zh/packages/intlayer/getTranslationContent.md +4 -4
- package/docs/zh/packages/next-intlayer/t.md +4 -4
- package/docs/zh/packages/next-intlayer/useDictionary.md +4 -4
- package/docs/zh/packages/next-intlayer/useIntlayer.md +4 -4
- package/docs/zh/packages/next-intlayer/useLocale.md +4 -4
- package/docs/zh/packages/react-intlayer/t.md +4 -4
- package/docs/zh/packages/react-intlayer/useDictionary.md +4 -4
- package/docs/zh/packages/react-intlayer/useI18n.md +4 -4
- package/docs/zh/packages/react-intlayer/useIntlayer.md +4 -4
- package/docs/zh/packages/react-intlayer/useLocale.md +4 -4
- package/docs/zh/per_locale_file.md +4 -4
- package/docs/zh/roadmap.md +7 -5
- package/docs/zh/testing.md +4 -7
- package/docs/zh/vs_code_extension.md +13 -9
- package/frequent_questions/ar/bun_set_up.md +54 -0
- package/frequent_questions/de/bun_set_up.md +54 -0
- package/frequent_questions/en/bun_set_up.md +54 -0
- package/frequent_questions/en-GB/bun_set_up.md +54 -0
- package/frequent_questions/es/bun_set_up.md +54 -0
- package/frequent_questions/fr/bun_set_up.md +54 -0
- package/frequent_questions/hi/bun_set_up.md +55 -0
- package/frequent_questions/it/bun_set_up.md +55 -0
- package/frequent_questions/ja/bun_set_up.md +54 -0
- package/frequent_questions/ko/bun_set_up.md +54 -0
- package/frequent_questions/pt/bun_set_up.md +55 -0
- package/frequent_questions/ru/bun_set_up.md +55 -0
- package/frequent_questions/tr/bun_set_up.md +55 -0
- package/frequent_questions/zh/bun_set_up.md +54 -0
- package/package.json +42 -47
- package/src/blog.ts +16 -8
- package/src/common.ts +7 -8
- package/src/doc.ts +18 -8
- package/src/frequentQuestions.ts +23 -8
- package/src/generated/blog.entry.ts +152 -84
- package/src/generated/docs.entry.ts +536 -219
- package/src/generated/frequentQuestions.entry.ts +122 -56
- package/src/generated/legal.entry.ts +32 -24
- package/src/legal.ts +16 -8
- package/LICENSE +0 -202
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/esm/index.mjs.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/docs/de/packages/@intlayer/api/index.md +0 -56
- package/docs/de/packages/@intlayer/chokidar/index.md +0 -56
- package/docs/de/packages/@intlayer/cli/index.md +0 -45
- package/docs/de/packages/@intlayer/config/index.md +0 -140
- package/docs/de/packages/@intlayer/core/index.md +0 -49
- package/docs/de/packages/@intlayer/design-system/index.md +0 -45
- package/docs/de/packages/@intlayer/dictionary-entry/index.md +0 -45
- package/docs/de/packages/@intlayer/editor/index.md +0 -45
- package/docs/de/packages/@intlayer/editor-react/index.md +0 -45
- package/docs/de/packages/@intlayer/webpack/index.md +0 -59
- package/docs/de/packages/angular-intlayer/index.md +0 -53
- package/docs/de/packages/express-intlayer/index.md +0 -284
- package/docs/de/packages/intlayer/index.md +0 -500
- package/docs/de/packages/intlayer-cli/index.md +0 -65
- package/docs/de/packages/intlayer-editor/index.md +0 -137
- package/docs/de/packages/lynx-intlayer/index.md +0 -83
- package/docs/de/packages/next-intlayer/index.md +0 -285
- package/docs/de/packages/nuxt-intlayer/index.md +0 -53
- package/docs/de/packages/preact-intlayer/index.md +0 -53
- package/docs/de/packages/react-intlayer/index.md +0 -280
- package/docs/de/packages/react-native-intlayer/index.md +0 -83
- package/docs/de/packages/react-scripts-intlayer/index.md +0 -80
- package/docs/de/packages/solid-intlayer/index.md +0 -54
- package/docs/de/packages/svelte-intlayer/index.md +0 -53
- package/docs/de/packages/vite-intlayer/index.md +0 -76
- package/docs/de/packages/vue-intlayer/index.md +0 -53
- package/docs/es/packages/angular-intlayer/index.md +0 -53
package/src/frequentQuestions.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DeclaredLocales, LocalesValues } from '@intlayer/types';
|
|
2
2
|
import {
|
|
3
3
|
defaultLocale,
|
|
4
|
-
FileMetadata,
|
|
4
|
+
type FileMetadata,
|
|
5
5
|
getFile,
|
|
6
6
|
getFileBySlug,
|
|
7
7
|
getFileMetadata,
|
|
8
8
|
getFileMetadataBySlug,
|
|
9
9
|
getFileMetadataRecord,
|
|
10
10
|
getFiles,
|
|
11
|
+
getKeys,
|
|
11
12
|
} from './common';
|
|
12
13
|
import { frequentQuestionsEntry } from './generated/frequentQuestions.entry';
|
|
13
14
|
|
|
@@ -18,38 +19,52 @@ export type FrequentQuestions = Record<
|
|
|
18
19
|
>;
|
|
19
20
|
export type FrequentQuestionMetadata = FileMetadata;
|
|
20
21
|
|
|
21
|
-
export const
|
|
22
|
+
export const getFrequentQuestionsKeys =
|
|
23
|
+
(): (keyof typeof frequentQuestionsEntry)[] =>
|
|
24
|
+
getKeys(frequentQuestionsEntry);
|
|
25
|
+
|
|
26
|
+
export const getFrequentQuestions = async <
|
|
27
|
+
L extends LocalesValues = DeclaredLocales,
|
|
28
|
+
>(
|
|
22
29
|
locale: L = defaultLocale as L
|
|
23
30
|
): Promise<Record<FrequentQuestionKey, string>> =>
|
|
24
31
|
getFiles(frequentQuestionsEntry, locale);
|
|
25
32
|
|
|
26
|
-
export const getFrequentQuestion = async <
|
|
33
|
+
export const getFrequentQuestion = async <
|
|
34
|
+
L extends LocalesValues = DeclaredLocales,
|
|
35
|
+
>(
|
|
27
36
|
docName: FrequentQuestionKey,
|
|
28
37
|
locale: L = defaultLocale as L
|
|
29
38
|
): Promise<string> => getFile(frequentQuestionsEntry, docName, locale);
|
|
30
39
|
|
|
31
|
-
export const getFrequentQuestionMetadataRecord = async <
|
|
40
|
+
export const getFrequentQuestionMetadataRecord = async <
|
|
41
|
+
L extends LocalesValues = DeclaredLocales,
|
|
42
|
+
>(
|
|
32
43
|
locale: L = defaultLocale as L
|
|
33
44
|
): Promise<Record<FrequentQuestionKey, FileMetadata>> =>
|
|
34
45
|
getFileMetadataRecord(frequentQuestionsEntry, locale);
|
|
35
46
|
|
|
36
47
|
export const getFrequentQuestionMetadata = async <
|
|
37
48
|
D extends FrequentQuestionKey,
|
|
38
|
-
L extends
|
|
49
|
+
L extends LocalesValues = DeclaredLocales,
|
|
39
50
|
>(
|
|
40
51
|
docName: D,
|
|
41
52
|
locale: L = defaultLocale as L
|
|
42
53
|
): Promise<FileMetadata> =>
|
|
43
54
|
getFileMetadata(frequentQuestionsEntry, docName, locale);
|
|
44
55
|
|
|
45
|
-
export const getFrequentQuestionMetadataBySlug = async <
|
|
56
|
+
export const getFrequentQuestionMetadataBySlug = async <
|
|
57
|
+
L extends LocalesValues = DeclaredLocales,
|
|
58
|
+
>(
|
|
46
59
|
slugs: string | string[],
|
|
47
60
|
locale: L = defaultLocale as L,
|
|
48
61
|
strict = false
|
|
49
62
|
): Promise<FileMetadata[]> =>
|
|
50
63
|
await getFileMetadataBySlug(frequentQuestionsEntry, slugs, locale, strict);
|
|
51
64
|
|
|
52
|
-
export const getFrequentQuestionBySlug = async <
|
|
65
|
+
export const getFrequentQuestionBySlug = async <
|
|
66
|
+
L extends LocalesValues = DeclaredLocales,
|
|
67
|
+
>(
|
|
53
68
|
slugs: string | string[],
|
|
54
69
|
locale: L = defaultLocale as L,
|
|
55
70
|
strict = false
|
|
@@ -1,392 +1,460 @@
|
|
|
1
1
|
/* AUTO-GENERATED – DO NOT EDIT */
|
|
2
2
|
/* REGENERATE USING `pnpm prepare` */
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import { existsSync } from 'node:fs';
|
|
4
|
+
import { readFile } from 'node:fs/promises';
|
|
5
|
+
import { join } from 'node:path';
|
|
6
|
+
import { ESMxCJSRequire, getPackageJsonPath } from '@intlayer/config';
|
|
7
|
+
import type { LocalesValues } from '@intlayer/types';
|
|
8
8
|
|
|
9
|
-
const
|
|
10
|
-
const
|
|
9
|
+
const docEntryPath = ESMxCJSRequire.resolve('@intlayer/docs');
|
|
10
|
+
const { baseDir } = getPackageJsonPath(docEntryPath);
|
|
11
11
|
|
|
12
12
|
const readLocale = (
|
|
13
13
|
relativeAfterLocale: string,
|
|
14
14
|
locale: LocalesValues
|
|
15
15
|
): Promise<string> => {
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
return readFile(
|
|
23
|
-
join(dir, '../../../blog/en/' + relativeAfterLocale),
|
|
24
|
-
'utf8'
|
|
25
|
-
);
|
|
16
|
+
const target1 = join(baseDir, `./blog/${locale}/${relativeAfterLocale}`);
|
|
17
|
+
if (existsSync(target1)) {
|
|
18
|
+
return readFile(target1, 'utf8');
|
|
19
|
+
}
|
|
20
|
+
const target2 = join(baseDir, `./blog/en/${relativeAfterLocale}`);
|
|
21
|
+
if (existsSync(target2)) {
|
|
22
|
+
return readFile(target2, 'utf8');
|
|
26
23
|
}
|
|
27
|
-
|
|
24
|
+
|
|
25
|
+
return Promise.reject(
|
|
26
|
+
new Error(
|
|
27
|
+
`[docs] File not found: ${relativeAfterLocale} - locale: ${locale} - path: ${target1} - path: ${target2}`
|
|
28
|
+
)
|
|
29
|
+
);
|
|
28
30
|
};
|
|
29
31
|
|
|
30
32
|
export const blogEntry = {
|
|
31
33
|
'./blog/en/index.md': {
|
|
32
34
|
en: readLocale('index.md', 'en'),
|
|
33
|
-
fr: readLocale('index.md', 'fr'),
|
|
34
35
|
ru: readLocale('index.md', 'ru'),
|
|
35
36
|
ja: readLocale('index.md', 'ja'),
|
|
37
|
+
fr: readLocale('index.md', 'fr'),
|
|
36
38
|
ko: readLocale('index.md', 'ko'),
|
|
37
39
|
zh: readLocale('index.md', 'zh'),
|
|
38
40
|
es: readLocale('index.md', 'es'),
|
|
39
41
|
de: readLocale('index.md', 'de'),
|
|
40
42
|
ar: readLocale('index.md', 'ar'),
|
|
41
|
-
pt: readLocale('index.md', 'pt'),
|
|
42
|
-
'en-GB': readLocale('index.md', 'en-GB'),
|
|
43
43
|
it: readLocale('index.md', 'it'),
|
|
44
|
+
'en-GB': readLocale('index.md', 'en-GB'),
|
|
45
|
+
pt: readLocale('index.md', 'pt'),
|
|
44
46
|
hi: readLocale('index.md', 'hi'),
|
|
45
47
|
tr: readLocale('index.md', 'tr'),
|
|
48
|
+
pl: readLocale('index.md', 'pl'),
|
|
49
|
+
id: readLocale('index.md', 'id'),
|
|
50
|
+
vi: readLocale('index.md', 'vi'),
|
|
46
51
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
47
52
|
'./blog/en/internationalization_and_SEO.md': {
|
|
48
53
|
en: readLocale('internationalization_and_SEO.md', 'en'),
|
|
49
|
-
fr: readLocale('internationalization_and_SEO.md', 'fr'),
|
|
50
54
|
ru: readLocale('internationalization_and_SEO.md', 'ru'),
|
|
51
55
|
ja: readLocale('internationalization_and_SEO.md', 'ja'),
|
|
56
|
+
fr: readLocale('internationalization_and_SEO.md', 'fr'),
|
|
52
57
|
ko: readLocale('internationalization_and_SEO.md', 'ko'),
|
|
53
58
|
zh: readLocale('internationalization_and_SEO.md', 'zh'),
|
|
54
59
|
es: readLocale('internationalization_and_SEO.md', 'es'),
|
|
55
60
|
de: readLocale('internationalization_and_SEO.md', 'de'),
|
|
56
61
|
ar: readLocale('internationalization_and_SEO.md', 'ar'),
|
|
57
|
-
pt: readLocale('internationalization_and_SEO.md', 'pt'),
|
|
58
|
-
'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),
|
|
59
62
|
it: readLocale('internationalization_and_SEO.md', 'it'),
|
|
63
|
+
'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),
|
|
64
|
+
pt: readLocale('internationalization_and_SEO.md', 'pt'),
|
|
60
65
|
hi: readLocale('internationalization_and_SEO.md', 'hi'),
|
|
61
66
|
tr: readLocale('internationalization_and_SEO.md', 'tr'),
|
|
67
|
+
pl: readLocale('internationalization_and_SEO.md', 'pl'),
|
|
68
|
+
id: readLocale('internationalization_and_SEO.md', 'id'),
|
|
69
|
+
vi: readLocale('internationalization_and_SEO.md', 'vi'),
|
|
62
70
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
63
71
|
'./blog/en/intlayer_with_i18next.md': {
|
|
64
72
|
en: readLocale('intlayer_with_i18next.md', 'en'),
|
|
65
|
-
fr: readLocale('intlayer_with_i18next.md', 'fr'),
|
|
66
73
|
ru: readLocale('intlayer_with_i18next.md', 'ru'),
|
|
67
74
|
ja: readLocale('intlayer_with_i18next.md', 'ja'),
|
|
75
|
+
fr: readLocale('intlayer_with_i18next.md', 'fr'),
|
|
68
76
|
ko: readLocale('intlayer_with_i18next.md', 'ko'),
|
|
69
77
|
zh: readLocale('intlayer_with_i18next.md', 'zh'),
|
|
70
78
|
es: readLocale('intlayer_with_i18next.md', 'es'),
|
|
71
79
|
de: readLocale('intlayer_with_i18next.md', 'de'),
|
|
72
80
|
ar: readLocale('intlayer_with_i18next.md', 'ar'),
|
|
73
|
-
pt: readLocale('intlayer_with_i18next.md', 'pt'),
|
|
74
|
-
'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),
|
|
75
81
|
it: readLocale('intlayer_with_i18next.md', 'it'),
|
|
82
|
+
'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),
|
|
83
|
+
pt: readLocale('intlayer_with_i18next.md', 'pt'),
|
|
76
84
|
hi: readLocale('intlayer_with_i18next.md', 'hi'),
|
|
77
85
|
tr: readLocale('intlayer_with_i18next.md', 'tr'),
|
|
86
|
+
pl: readLocale('intlayer_with_i18next.md', 'pl'),
|
|
87
|
+
id: readLocale('intlayer_with_i18next.md', 'id'),
|
|
88
|
+
vi: readLocale('intlayer_with_i18next.md', 'vi'),
|
|
78
89
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
79
90
|
'./blog/en/intlayer_with_next-i18next.md': {
|
|
80
91
|
en: readLocale('intlayer_with_next-i18next.md', 'en'),
|
|
81
|
-
fr: readLocale('intlayer_with_next-i18next.md', 'fr'),
|
|
82
92
|
ru: readLocale('intlayer_with_next-i18next.md', 'ru'),
|
|
83
93
|
ja: readLocale('intlayer_with_next-i18next.md', 'ja'),
|
|
94
|
+
fr: readLocale('intlayer_with_next-i18next.md', 'fr'),
|
|
84
95
|
ko: readLocale('intlayer_with_next-i18next.md', 'ko'),
|
|
85
96
|
zh: readLocale('intlayer_with_next-i18next.md', 'zh'),
|
|
86
97
|
es: readLocale('intlayer_with_next-i18next.md', 'es'),
|
|
87
98
|
de: readLocale('intlayer_with_next-i18next.md', 'de'),
|
|
88
99
|
ar: readLocale('intlayer_with_next-i18next.md', 'ar'),
|
|
89
|
-
pt: readLocale('intlayer_with_next-i18next.md', 'pt'),
|
|
90
|
-
'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),
|
|
91
100
|
it: readLocale('intlayer_with_next-i18next.md', 'it'),
|
|
101
|
+
'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),
|
|
102
|
+
pt: readLocale('intlayer_with_next-i18next.md', 'pt'),
|
|
92
103
|
hi: readLocale('intlayer_with_next-i18next.md', 'hi'),
|
|
93
104
|
tr: readLocale('intlayer_with_next-i18next.md', 'tr'),
|
|
105
|
+
pl: readLocale('intlayer_with_next-i18next.md', 'pl'),
|
|
106
|
+
id: readLocale('intlayer_with_next-i18next.md', 'id'),
|
|
107
|
+
vi: readLocale('intlayer_with_next-i18next.md', 'vi'),
|
|
94
108
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
95
109
|
'./blog/en/intlayer_with_next-intl.md': {
|
|
96
110
|
en: readLocale('intlayer_with_next-intl.md', 'en'),
|
|
97
|
-
fr: readLocale('intlayer_with_next-intl.md', 'fr'),
|
|
98
111
|
ru: readLocale('intlayer_with_next-intl.md', 'ru'),
|
|
99
112
|
ja: readLocale('intlayer_with_next-intl.md', 'ja'),
|
|
113
|
+
fr: readLocale('intlayer_with_next-intl.md', 'fr'),
|
|
100
114
|
ko: readLocale('intlayer_with_next-intl.md', 'ko'),
|
|
101
115
|
zh: readLocale('intlayer_with_next-intl.md', 'zh'),
|
|
102
116
|
es: readLocale('intlayer_with_next-intl.md', 'es'),
|
|
103
117
|
de: readLocale('intlayer_with_next-intl.md', 'de'),
|
|
104
118
|
ar: readLocale('intlayer_with_next-intl.md', 'ar'),
|
|
105
|
-
pt: readLocale('intlayer_with_next-intl.md', 'pt'),
|
|
106
|
-
'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),
|
|
107
119
|
it: readLocale('intlayer_with_next-intl.md', 'it'),
|
|
120
|
+
'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),
|
|
121
|
+
pt: readLocale('intlayer_with_next-intl.md', 'pt'),
|
|
108
122
|
hi: readLocale('intlayer_with_next-intl.md', 'hi'),
|
|
109
123
|
tr: readLocale('intlayer_with_next-intl.md', 'tr'),
|
|
124
|
+
pl: readLocale('intlayer_with_next-intl.md', 'pl'),
|
|
125
|
+
id: readLocale('intlayer_with_next-intl.md', 'id'),
|
|
126
|
+
vi: readLocale('intlayer_with_next-intl.md', 'vi'),
|
|
110
127
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
111
128
|
'./blog/en/intlayer_with_react-i18next.md': {
|
|
112
129
|
en: readLocale('intlayer_with_react-i18next.md', 'en'),
|
|
113
|
-
fr: readLocale('intlayer_with_react-i18next.md', 'fr'),
|
|
114
130
|
ru: readLocale('intlayer_with_react-i18next.md', 'ru'),
|
|
115
131
|
ja: readLocale('intlayer_with_react-i18next.md', 'ja'),
|
|
132
|
+
fr: readLocale('intlayer_with_react-i18next.md', 'fr'),
|
|
116
133
|
ko: readLocale('intlayer_with_react-i18next.md', 'ko'),
|
|
117
134
|
zh: readLocale('intlayer_with_react-i18next.md', 'zh'),
|
|
118
135
|
es: readLocale('intlayer_with_react-i18next.md', 'es'),
|
|
119
136
|
de: readLocale('intlayer_with_react-i18next.md', 'de'),
|
|
120
137
|
ar: readLocale('intlayer_with_react-i18next.md', 'ar'),
|
|
121
|
-
pt: readLocale('intlayer_with_react-i18next.md', 'pt'),
|
|
122
|
-
'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),
|
|
123
138
|
it: readLocale('intlayer_with_react-i18next.md', 'it'),
|
|
139
|
+
'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),
|
|
140
|
+
pt: readLocale('intlayer_with_react-i18next.md', 'pt'),
|
|
124
141
|
hi: readLocale('intlayer_with_react-i18next.md', 'hi'),
|
|
125
142
|
tr: readLocale('intlayer_with_react-i18next.md', 'tr'),
|
|
143
|
+
pl: readLocale('intlayer_with_react-i18next.md', 'pl'),
|
|
144
|
+
id: readLocale('intlayer_with_react-i18next.md', 'id'),
|
|
145
|
+
vi: readLocale('intlayer_with_react-i18next.md', 'vi'),
|
|
126
146
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
127
147
|
'./blog/en/intlayer_with_react-intl.md': {
|
|
128
148
|
en: readLocale('intlayer_with_react-intl.md', 'en'),
|
|
129
|
-
fr: readLocale('intlayer_with_react-intl.md', 'fr'),
|
|
130
149
|
ru: readLocale('intlayer_with_react-intl.md', 'ru'),
|
|
131
150
|
ja: readLocale('intlayer_with_react-intl.md', 'ja'),
|
|
151
|
+
fr: readLocale('intlayer_with_react-intl.md', 'fr'),
|
|
132
152
|
ko: readLocale('intlayer_with_react-intl.md', 'ko'),
|
|
133
153
|
zh: readLocale('intlayer_with_react-intl.md', 'zh'),
|
|
134
154
|
es: readLocale('intlayer_with_react-intl.md', 'es'),
|
|
135
155
|
de: readLocale('intlayer_with_react-intl.md', 'de'),
|
|
136
156
|
ar: readLocale('intlayer_with_react-intl.md', 'ar'),
|
|
137
|
-
pt: readLocale('intlayer_with_react-intl.md', 'pt'),
|
|
138
|
-
'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),
|
|
139
157
|
it: readLocale('intlayer_with_react-intl.md', 'it'),
|
|
158
|
+
'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),
|
|
159
|
+
pt: readLocale('intlayer_with_react-intl.md', 'pt'),
|
|
140
160
|
hi: readLocale('intlayer_with_react-intl.md', 'hi'),
|
|
141
161
|
tr: readLocale('intlayer_with_react-intl.md', 'tr'),
|
|
162
|
+
pl: readLocale('intlayer_with_react-intl.md', 'pl'),
|
|
163
|
+
id: readLocale('intlayer_with_react-intl.md', 'id'),
|
|
164
|
+
vi: readLocale('intlayer_with_react-intl.md', 'vi'),
|
|
142
165
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
143
166
|
'./blog/en/list_i18n_technologies/CMS/drupal.md': {
|
|
144
167
|
en: readLocale('list_i18n_technologies/CMS/drupal.md', 'en'),
|
|
145
|
-
fr: readLocale('list_i18n_technologies/CMS/drupal.md', 'fr'),
|
|
146
168
|
ru: readLocale('list_i18n_technologies/CMS/drupal.md', 'ru'),
|
|
147
169
|
ja: readLocale('list_i18n_technologies/CMS/drupal.md', 'ja'),
|
|
170
|
+
fr: readLocale('list_i18n_technologies/CMS/drupal.md', 'fr'),
|
|
148
171
|
ko: readLocale('list_i18n_technologies/CMS/drupal.md', 'ko'),
|
|
149
172
|
zh: readLocale('list_i18n_technologies/CMS/drupal.md', 'zh'),
|
|
150
173
|
es: readLocale('list_i18n_technologies/CMS/drupal.md', 'es'),
|
|
151
174
|
de: readLocale('list_i18n_technologies/CMS/drupal.md', 'de'),
|
|
152
175
|
ar: readLocale('list_i18n_technologies/CMS/drupal.md', 'ar'),
|
|
153
|
-
pt: readLocale('list_i18n_technologies/CMS/drupal.md', 'pt'),
|
|
154
|
-
'en-GB': readLocale('list_i18n_technologies/CMS/drupal.md', 'en-GB'),
|
|
155
176
|
it: readLocale('list_i18n_technologies/CMS/drupal.md', 'it'),
|
|
177
|
+
'en-GB': readLocale('list_i18n_technologies/CMS/drupal.md', 'en-GB'),
|
|
178
|
+
pt: readLocale('list_i18n_technologies/CMS/drupal.md', 'pt'),
|
|
156
179
|
hi: readLocale('list_i18n_technologies/CMS/drupal.md', 'hi'),
|
|
157
180
|
tr: readLocale('list_i18n_technologies/CMS/drupal.md', 'tr'),
|
|
181
|
+
pl: readLocale('list_i18n_technologies/CMS/drupal.md', 'pl'),
|
|
182
|
+
id: readLocale('list_i18n_technologies/CMS/drupal.md', 'id'),
|
|
183
|
+
vi: readLocale('list_i18n_technologies/CMS/drupal.md', 'vi'),
|
|
158
184
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
159
185
|
'./blog/en/list_i18n_technologies/CMS/wix.md': {
|
|
160
186
|
en: readLocale('list_i18n_technologies/CMS/wix.md', 'en'),
|
|
161
|
-
fr: readLocale('list_i18n_technologies/CMS/wix.md', 'fr'),
|
|
162
187
|
ru: readLocale('list_i18n_technologies/CMS/wix.md', 'ru'),
|
|
163
188
|
ja: readLocale('list_i18n_technologies/CMS/wix.md', 'ja'),
|
|
189
|
+
fr: readLocale('list_i18n_technologies/CMS/wix.md', 'fr'),
|
|
164
190
|
ko: readLocale('list_i18n_technologies/CMS/wix.md', 'ko'),
|
|
165
191
|
zh: readLocale('list_i18n_technologies/CMS/wix.md', 'zh'),
|
|
166
192
|
es: readLocale('list_i18n_technologies/CMS/wix.md', 'es'),
|
|
167
193
|
de: readLocale('list_i18n_technologies/CMS/wix.md', 'de'),
|
|
168
194
|
ar: readLocale('list_i18n_technologies/CMS/wix.md', 'ar'),
|
|
169
|
-
pt: readLocale('list_i18n_technologies/CMS/wix.md', 'pt'),
|
|
170
|
-
'en-GB': readLocale('list_i18n_technologies/CMS/wix.md', 'en-GB'),
|
|
171
195
|
it: readLocale('list_i18n_technologies/CMS/wix.md', 'it'),
|
|
196
|
+
'en-GB': readLocale('list_i18n_technologies/CMS/wix.md', 'en-GB'),
|
|
197
|
+
pt: readLocale('list_i18n_technologies/CMS/wix.md', 'pt'),
|
|
172
198
|
hi: readLocale('list_i18n_technologies/CMS/wix.md', 'hi'),
|
|
173
199
|
tr: readLocale('list_i18n_technologies/CMS/wix.md', 'tr'),
|
|
200
|
+
pl: readLocale('list_i18n_technologies/CMS/wix.md', 'pl'),
|
|
201
|
+
id: readLocale('list_i18n_technologies/CMS/wix.md', 'id'),
|
|
202
|
+
vi: readLocale('list_i18n_technologies/CMS/wix.md', 'vi'),
|
|
174
203
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
175
204
|
'./blog/en/list_i18n_technologies/CMS/wordpress.md': {
|
|
176
205
|
en: readLocale('list_i18n_technologies/CMS/wordpress.md', 'en'),
|
|
177
|
-
fr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'fr'),
|
|
178
206
|
ru: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ru'),
|
|
179
207
|
ja: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ja'),
|
|
208
|
+
fr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'fr'),
|
|
180
209
|
ko: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ko'),
|
|
181
210
|
zh: readLocale('list_i18n_technologies/CMS/wordpress.md', 'zh'),
|
|
182
211
|
es: readLocale('list_i18n_technologies/CMS/wordpress.md', 'es'),
|
|
183
212
|
de: readLocale('list_i18n_technologies/CMS/wordpress.md', 'de'),
|
|
184
213
|
ar: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ar'),
|
|
185
|
-
pt: readLocale('list_i18n_technologies/CMS/wordpress.md', 'pt'),
|
|
186
|
-
'en-GB': readLocale('list_i18n_technologies/CMS/wordpress.md', 'en-GB'),
|
|
187
214
|
it: readLocale('list_i18n_technologies/CMS/wordpress.md', 'it'),
|
|
215
|
+
'en-GB': readLocale('list_i18n_technologies/CMS/wordpress.md', 'en-GB'),
|
|
216
|
+
pt: readLocale('list_i18n_technologies/CMS/wordpress.md', 'pt'),
|
|
188
217
|
hi: readLocale('list_i18n_technologies/CMS/wordpress.md', 'hi'),
|
|
189
218
|
tr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'tr'),
|
|
219
|
+
pl: readLocale('list_i18n_technologies/CMS/wordpress.md', 'pl'),
|
|
220
|
+
id: readLocale('list_i18n_technologies/CMS/wordpress.md', 'id'),
|
|
221
|
+
vi: readLocale('list_i18n_technologies/CMS/wordpress.md', 'vi'),
|
|
190
222
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
191
223
|
'./blog/en/list_i18n_technologies/frameworks/angular.md': {
|
|
192
224
|
en: readLocale('list_i18n_technologies/frameworks/angular.md', 'en'),
|
|
193
|
-
fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),
|
|
194
225
|
ru: readLocale('list_i18n_technologies/frameworks/angular.md', 'ru'),
|
|
195
226
|
ja: readLocale('list_i18n_technologies/frameworks/angular.md', 'ja'),
|
|
227
|
+
fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),
|
|
196
228
|
ko: readLocale('list_i18n_technologies/frameworks/angular.md', 'ko'),
|
|
197
229
|
zh: readLocale('list_i18n_technologies/frameworks/angular.md', 'zh'),
|
|
198
230
|
es: readLocale('list_i18n_technologies/frameworks/angular.md', 'es'),
|
|
199
231
|
de: readLocale('list_i18n_technologies/frameworks/angular.md', 'de'),
|
|
200
232
|
ar: readLocale('list_i18n_technologies/frameworks/angular.md', 'ar'),
|
|
201
|
-
|
|
233
|
+
it: readLocale('list_i18n_technologies/frameworks/angular.md', 'it'),
|
|
202
234
|
'en-GB': readLocale(
|
|
203
235
|
'list_i18n_technologies/frameworks/angular.md',
|
|
204
236
|
'en-GB'
|
|
205
237
|
),
|
|
206
|
-
|
|
238
|
+
pt: readLocale('list_i18n_technologies/frameworks/angular.md', 'pt'),
|
|
207
239
|
hi: readLocale('list_i18n_technologies/frameworks/angular.md', 'hi'),
|
|
208
240
|
tr: readLocale('list_i18n_technologies/frameworks/angular.md', 'tr'),
|
|
241
|
+
pl: readLocale('list_i18n_technologies/frameworks/angular.md', 'pl'),
|
|
242
|
+
id: readLocale('list_i18n_technologies/frameworks/angular.md', 'id'),
|
|
243
|
+
vi: readLocale('list_i18n_technologies/frameworks/angular.md', 'vi'),
|
|
209
244
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
210
245
|
'./blog/en/list_i18n_technologies/frameworks/flutter.md': {
|
|
211
246
|
en: readLocale('list_i18n_technologies/frameworks/flutter.md', 'en'),
|
|
212
|
-
fr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'fr'),
|
|
213
247
|
ru: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ru'),
|
|
214
248
|
ja: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ja'),
|
|
249
|
+
fr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'fr'),
|
|
215
250
|
ko: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ko'),
|
|
216
251
|
zh: readLocale('list_i18n_technologies/frameworks/flutter.md', 'zh'),
|
|
217
252
|
es: readLocale('list_i18n_technologies/frameworks/flutter.md', 'es'),
|
|
218
253
|
de: readLocale('list_i18n_technologies/frameworks/flutter.md', 'de'),
|
|
219
254
|
ar: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ar'),
|
|
220
|
-
|
|
255
|
+
it: readLocale('list_i18n_technologies/frameworks/flutter.md', 'it'),
|
|
221
256
|
'en-GB': readLocale(
|
|
222
257
|
'list_i18n_technologies/frameworks/flutter.md',
|
|
223
258
|
'en-GB'
|
|
224
259
|
),
|
|
225
|
-
|
|
260
|
+
pt: readLocale('list_i18n_technologies/frameworks/flutter.md', 'pt'),
|
|
226
261
|
hi: readLocale('list_i18n_technologies/frameworks/flutter.md', 'hi'),
|
|
227
262
|
tr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'tr'),
|
|
263
|
+
pl: readLocale('list_i18n_technologies/frameworks/flutter.md', 'pl'),
|
|
264
|
+
id: readLocale('list_i18n_technologies/frameworks/flutter.md', 'id'),
|
|
265
|
+
vi: readLocale('list_i18n_technologies/frameworks/flutter.md', 'vi'),
|
|
228
266
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
229
267
|
'./blog/en/list_i18n_technologies/frameworks/react-native.md': {
|
|
230
268
|
en: readLocale('list_i18n_technologies/frameworks/react-native.md', 'en'),
|
|
231
|
-
fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),
|
|
232
269
|
ru: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ru'),
|
|
233
270
|
ja: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ja'),
|
|
271
|
+
fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),
|
|
234
272
|
ko: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ko'),
|
|
235
273
|
zh: readLocale('list_i18n_technologies/frameworks/react-native.md', 'zh'),
|
|
236
274
|
es: readLocale('list_i18n_technologies/frameworks/react-native.md', 'es'),
|
|
237
275
|
de: readLocale('list_i18n_technologies/frameworks/react-native.md', 'de'),
|
|
238
276
|
ar: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ar'),
|
|
239
|
-
|
|
277
|
+
it: readLocale('list_i18n_technologies/frameworks/react-native.md', 'it'),
|
|
240
278
|
'en-GB': readLocale(
|
|
241
279
|
'list_i18n_technologies/frameworks/react-native.md',
|
|
242
280
|
'en-GB'
|
|
243
281
|
),
|
|
244
|
-
|
|
282
|
+
pt: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pt'),
|
|
245
283
|
hi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'hi'),
|
|
246
284
|
tr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'tr'),
|
|
285
|
+
pl: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pl'),
|
|
286
|
+
id: readLocale('list_i18n_technologies/frameworks/react-native.md', 'id'),
|
|
287
|
+
vi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'vi'),
|
|
247
288
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
248
289
|
'./blog/en/list_i18n_technologies/frameworks/react.md': {
|
|
249
290
|
en: readLocale('list_i18n_technologies/frameworks/react.md', 'en'),
|
|
250
|
-
fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),
|
|
251
291
|
ru: readLocale('list_i18n_technologies/frameworks/react.md', 'ru'),
|
|
252
292
|
ja: readLocale('list_i18n_technologies/frameworks/react.md', 'ja'),
|
|
293
|
+
fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),
|
|
253
294
|
ko: readLocale('list_i18n_technologies/frameworks/react.md', 'ko'),
|
|
254
295
|
zh: readLocale('list_i18n_technologies/frameworks/react.md', 'zh'),
|
|
255
296
|
es: readLocale('list_i18n_technologies/frameworks/react.md', 'es'),
|
|
256
297
|
de: readLocale('list_i18n_technologies/frameworks/react.md', 'de'),
|
|
257
298
|
ar: readLocale('list_i18n_technologies/frameworks/react.md', 'ar'),
|
|
258
|
-
pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),
|
|
259
|
-
'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),
|
|
260
299
|
it: readLocale('list_i18n_technologies/frameworks/react.md', 'it'),
|
|
300
|
+
'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),
|
|
301
|
+
pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),
|
|
261
302
|
hi: readLocale('list_i18n_technologies/frameworks/react.md', 'hi'),
|
|
262
303
|
tr: readLocale('list_i18n_technologies/frameworks/react.md', 'tr'),
|
|
304
|
+
pl: readLocale('list_i18n_technologies/frameworks/react.md', 'pl'),
|
|
305
|
+
id: readLocale('list_i18n_technologies/frameworks/react.md', 'id'),
|
|
306
|
+
vi: readLocale('list_i18n_technologies/frameworks/react.md', 'vi'),
|
|
263
307
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
264
308
|
'./blog/en/list_i18n_technologies/frameworks/svelte.md': {
|
|
265
309
|
en: readLocale('list_i18n_technologies/frameworks/svelte.md', 'en'),
|
|
266
|
-
fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),
|
|
267
310
|
ru: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ru'),
|
|
268
311
|
ja: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ja'),
|
|
312
|
+
fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),
|
|
269
313
|
ko: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ko'),
|
|
270
314
|
zh: readLocale('list_i18n_technologies/frameworks/svelte.md', 'zh'),
|
|
271
315
|
es: readLocale('list_i18n_technologies/frameworks/svelte.md', 'es'),
|
|
272
316
|
de: readLocale('list_i18n_technologies/frameworks/svelte.md', 'de'),
|
|
273
317
|
ar: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ar'),
|
|
274
|
-
pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),
|
|
275
|
-
'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),
|
|
276
318
|
it: readLocale('list_i18n_technologies/frameworks/svelte.md', 'it'),
|
|
319
|
+
'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),
|
|
320
|
+
pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),
|
|
277
321
|
hi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'hi'),
|
|
278
322
|
tr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'tr'),
|
|
323
|
+
pl: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pl'),
|
|
324
|
+
id: readLocale('list_i18n_technologies/frameworks/svelte.md', 'id'),
|
|
325
|
+
vi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'vi'),
|
|
279
326
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
280
327
|
'./blog/en/list_i18n_technologies/frameworks/vue.md': {
|
|
281
328
|
en: readLocale('list_i18n_technologies/frameworks/vue.md', 'en'),
|
|
282
|
-
fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),
|
|
283
329
|
ru: readLocale('list_i18n_technologies/frameworks/vue.md', 'ru'),
|
|
284
330
|
ja: readLocale('list_i18n_technologies/frameworks/vue.md', 'ja'),
|
|
331
|
+
fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),
|
|
285
332
|
ko: readLocale('list_i18n_technologies/frameworks/vue.md', 'ko'),
|
|
286
333
|
zh: readLocale('list_i18n_technologies/frameworks/vue.md', 'zh'),
|
|
287
334
|
es: readLocale('list_i18n_technologies/frameworks/vue.md', 'es'),
|
|
288
335
|
de: readLocale('list_i18n_technologies/frameworks/vue.md', 'de'),
|
|
289
336
|
ar: readLocale('list_i18n_technologies/frameworks/vue.md', 'ar'),
|
|
290
|
-
pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),
|
|
291
|
-
'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),
|
|
292
337
|
it: readLocale('list_i18n_technologies/frameworks/vue.md', 'it'),
|
|
338
|
+
'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),
|
|
339
|
+
pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),
|
|
293
340
|
hi: readLocale('list_i18n_technologies/frameworks/vue.md', 'hi'),
|
|
294
341
|
tr: readLocale('list_i18n_technologies/frameworks/vue.md', 'tr'),
|
|
342
|
+
pl: readLocale('list_i18n_technologies/frameworks/vue.md', 'pl'),
|
|
343
|
+
id: readLocale('list_i18n_technologies/frameworks/vue.md', 'id'),
|
|
344
|
+
vi: readLocale('list_i18n_technologies/frameworks/vue.md', 'vi'),
|
|
295
345
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
296
346
|
'./blog/en/next-i18next_vs_next-intl_vs_intlayer.md': {
|
|
297
347
|
en: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en'),
|
|
298
|
-
fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),
|
|
299
348
|
ru: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ru'),
|
|
300
349
|
ja: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ja'),
|
|
350
|
+
fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),
|
|
301
351
|
ko: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ko'),
|
|
302
352
|
zh: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'zh'),
|
|
303
353
|
es: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'es'),
|
|
304
354
|
de: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'de'),
|
|
305
355
|
ar: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ar'),
|
|
306
|
-
pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),
|
|
307
|
-
'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),
|
|
308
356
|
it: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'it'),
|
|
357
|
+
'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),
|
|
358
|
+
pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),
|
|
309
359
|
hi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'hi'),
|
|
310
360
|
tr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'tr'),
|
|
361
|
+
pl: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pl'),
|
|
362
|
+
id: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'id'),
|
|
363
|
+
vi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'vi'),
|
|
311
364
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
312
365
|
'./blog/en/nextjs-multilingual-seo-comparison.md': {
|
|
313
366
|
en: readLocale('nextjs-multilingual-seo-comparison.md', 'en'),
|
|
314
|
-
fr: readLocale('nextjs-multilingual-seo-comparison.md', 'fr'),
|
|
315
367
|
ru: readLocale('nextjs-multilingual-seo-comparison.md', 'ru'),
|
|
316
368
|
ja: readLocale('nextjs-multilingual-seo-comparison.md', 'ja'),
|
|
369
|
+
fr: readLocale('nextjs-multilingual-seo-comparison.md', 'fr'),
|
|
317
370
|
ko: readLocale('nextjs-multilingual-seo-comparison.md', 'ko'),
|
|
318
371
|
zh: readLocale('nextjs-multilingual-seo-comparison.md', 'zh'),
|
|
319
372
|
es: readLocale('nextjs-multilingual-seo-comparison.md', 'es'),
|
|
320
373
|
de: readLocale('nextjs-multilingual-seo-comparison.md', 'de'),
|
|
321
374
|
ar: readLocale('nextjs-multilingual-seo-comparison.md', 'ar'),
|
|
322
|
-
pt: readLocale('nextjs-multilingual-seo-comparison.md', 'pt'),
|
|
323
|
-
'en-GB': readLocale('nextjs-multilingual-seo-comparison.md', 'en-GB'),
|
|
324
375
|
it: readLocale('nextjs-multilingual-seo-comparison.md', 'it'),
|
|
376
|
+
'en-GB': readLocale('nextjs-multilingual-seo-comparison.md', 'en-GB'),
|
|
377
|
+
pt: readLocale('nextjs-multilingual-seo-comparison.md', 'pt'),
|
|
325
378
|
hi: readLocale('nextjs-multilingual-seo-comparison.md', 'hi'),
|
|
326
379
|
tr: readLocale('nextjs-multilingual-seo-comparison.md', 'tr'),
|
|
380
|
+
pl: readLocale('nextjs-multilingual-seo-comparison.md', 'pl'),
|
|
381
|
+
id: readLocale('nextjs-multilingual-seo-comparison.md', 'id'),
|
|
382
|
+
vi: readLocale('nextjs-multilingual-seo-comparison.md', 'vi'),
|
|
327
383
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
328
384
|
'./blog/en/rag_powered_documentation_assistant.md': {
|
|
329
385
|
en: readLocale('rag_powered_documentation_assistant.md', 'en'),
|
|
330
|
-
fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),
|
|
331
386
|
ru: readLocale('rag_powered_documentation_assistant.md', 'ru'),
|
|
332
387
|
ja: readLocale('rag_powered_documentation_assistant.md', 'ja'),
|
|
388
|
+
fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),
|
|
333
389
|
ko: readLocale('rag_powered_documentation_assistant.md', 'ko'),
|
|
334
390
|
zh: readLocale('rag_powered_documentation_assistant.md', 'zh'),
|
|
335
391
|
es: readLocale('rag_powered_documentation_assistant.md', 'es'),
|
|
336
392
|
de: readLocale('rag_powered_documentation_assistant.md', 'de'),
|
|
337
393
|
ar: readLocale('rag_powered_documentation_assistant.md', 'ar'),
|
|
338
|
-
pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),
|
|
339
|
-
'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),
|
|
340
394
|
it: readLocale('rag_powered_documentation_assistant.md', 'it'),
|
|
395
|
+
'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),
|
|
396
|
+
pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),
|
|
341
397
|
hi: readLocale('rag_powered_documentation_assistant.md', 'hi'),
|
|
342
398
|
tr: readLocale('rag_powered_documentation_assistant.md', 'tr'),
|
|
399
|
+
pl: readLocale('rag_powered_documentation_assistant.md', 'pl'),
|
|
400
|
+
id: readLocale('rag_powered_documentation_assistant.md', 'id'),
|
|
401
|
+
vi: readLocale('rag_powered_documentation_assistant.md', 'vi'),
|
|
343
402
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
344
403
|
'./blog/en/react-i18next_vs_react-intl_vs_intlayer.md': {
|
|
345
404
|
en: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en'),
|
|
346
|
-
fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),
|
|
347
405
|
ru: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ru'),
|
|
348
406
|
ja: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ja'),
|
|
407
|
+
fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),
|
|
349
408
|
ko: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ko'),
|
|
350
409
|
zh: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'zh'),
|
|
351
410
|
es: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'es'),
|
|
352
411
|
de: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'de'),
|
|
353
412
|
ar: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ar'),
|
|
354
|
-
pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),
|
|
355
|
-
'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),
|
|
356
413
|
it: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'it'),
|
|
414
|
+
'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),
|
|
415
|
+
pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),
|
|
357
416
|
hi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'hi'),
|
|
358
417
|
tr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'tr'),
|
|
418
|
+
pl: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pl'),
|
|
419
|
+
id: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'id'),
|
|
420
|
+
vi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'vi'),
|
|
359
421
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
360
422
|
'./blog/en/vue-i18n_vs_intlayer.md': {
|
|
361
423
|
en: readLocale('vue-i18n_vs_intlayer.md', 'en'),
|
|
362
|
-
fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),
|
|
363
424
|
ru: readLocale('vue-i18n_vs_intlayer.md', 'ru'),
|
|
364
425
|
ja: readLocale('vue-i18n_vs_intlayer.md', 'ja'),
|
|
426
|
+
fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),
|
|
365
427
|
ko: readLocale('vue-i18n_vs_intlayer.md', 'ko'),
|
|
366
428
|
zh: readLocale('vue-i18n_vs_intlayer.md', 'zh'),
|
|
367
429
|
es: readLocale('vue-i18n_vs_intlayer.md', 'es'),
|
|
368
430
|
de: readLocale('vue-i18n_vs_intlayer.md', 'de'),
|
|
369
431
|
ar: readLocale('vue-i18n_vs_intlayer.md', 'ar'),
|
|
370
|
-
pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),
|
|
371
|
-
'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),
|
|
372
432
|
it: readLocale('vue-i18n_vs_intlayer.md', 'it'),
|
|
433
|
+
'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),
|
|
434
|
+
pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),
|
|
373
435
|
hi: readLocale('vue-i18n_vs_intlayer.md', 'hi'),
|
|
374
436
|
tr: readLocale('vue-i18n_vs_intlayer.md', 'tr'),
|
|
437
|
+
pl: readLocale('vue-i18n_vs_intlayer.md', 'pl'),
|
|
438
|
+
id: readLocale('vue-i18n_vs_intlayer.md', 'id'),
|
|
439
|
+
vi: readLocale('vue-i18n_vs_intlayer.md', 'vi'),
|
|
375
440
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
376
441
|
'./blog/en/what_is_internationalization.md': {
|
|
377
442
|
en: readLocale('what_is_internationalization.md', 'en'),
|
|
378
|
-
fr: readLocale('what_is_internationalization.md', 'fr'),
|
|
379
443
|
ru: readLocale('what_is_internationalization.md', 'ru'),
|
|
380
444
|
ja: readLocale('what_is_internationalization.md', 'ja'),
|
|
445
|
+
fr: readLocale('what_is_internationalization.md', 'fr'),
|
|
381
446
|
ko: readLocale('what_is_internationalization.md', 'ko'),
|
|
382
447
|
zh: readLocale('what_is_internationalization.md', 'zh'),
|
|
383
448
|
es: readLocale('what_is_internationalization.md', 'es'),
|
|
384
449
|
de: readLocale('what_is_internationalization.md', 'de'),
|
|
385
450
|
ar: readLocale('what_is_internationalization.md', 'ar'),
|
|
386
|
-
pt: readLocale('what_is_internationalization.md', 'pt'),
|
|
387
|
-
'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),
|
|
388
451
|
it: readLocale('what_is_internationalization.md', 'it'),
|
|
452
|
+
'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),
|
|
453
|
+
pt: readLocale('what_is_internationalization.md', 'pt'),
|
|
389
454
|
hi: readLocale('what_is_internationalization.md', 'hi'),
|
|
390
455
|
tr: readLocale('what_is_internationalization.md', 'tr'),
|
|
456
|
+
pl: readLocale('what_is_internationalization.md', 'pl'),
|
|
457
|
+
id: readLocale('what_is_internationalization.md', 'id'),
|
|
458
|
+
vi: readLocale('what_is_internationalization.md', 'vi'),
|
|
391
459
|
} as unknown as Record<LocalesValues, Promise<string>>,
|
|
392
460
|
} as const;
|