@intlayer/docs 8.12.5-canary.0 → 9.0.0-canary.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/docs.entry.cjs +320 -0
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +320 -0
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +16 -0
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/ar/cli/doc-review.md +110 -4
- package/docs/ar/cli/index.md +1 -1
- package/docs/ar/cli/scan.md +1 -1
- package/docs/ar/configuration.md +36 -3
- package/docs/ar/dictionary/condition.md +167 -5
- package/docs/ar/dictionary/enumeration.md +540 -6
- package/docs/ar/dictionary/file.md +151 -1
- package/docs/ar/dictionary/gender.md +168 -7
- package/docs/ar/dictionary/nesting.md +173 -65
- package/docs/ar/dictionary/plurial.md +174 -5
- package/docs/ar/dictionary/translation.md +156 -2
- package/docs/ar/dynamic_dictionaries/collections.md +1 -1
- package/docs/ar/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/ar/dynamic_dictionaries/index.md +1 -1
- package/docs/ar/dynamic_dictionaries/variants.md +1 -1
- package/docs/ar/intlayer_with_vite+react.md +31 -31
- package/docs/ar/releases/v8.md +187 -1
- package/docs/ar/releases/v9.md +232 -0
- package/docs/bn/cli/index.md +1 -1
- package/docs/bn/cli/scan.md +1 -1
- package/docs/bn/configuration.md +36 -3
- package/docs/cs/cli/index.md +1 -1
- package/docs/cs/cli/scan.md +1 -1
- package/docs/cs/configuration.md +35 -2
- package/docs/de/cli/doc-review.md +110 -4
- package/docs/de/cli/index.md +1 -1
- package/docs/de/cli/scan.md +1 -1
- package/docs/de/configuration.md +35 -2
- package/docs/de/dictionary/condition.md +167 -5
- package/docs/de/dictionary/enumeration.md +777 -7
- package/docs/de/dictionary/file.md +151 -1
- package/docs/de/dictionary/gender.md +168 -7
- package/docs/de/dictionary/nesting.md +173 -65
- package/docs/de/dictionary/plurial.md +347 -7
- package/docs/de/dictionary/translation.md +156 -2
- package/docs/de/dynamic_dictionaries/collections.md +1 -1
- package/docs/de/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/de/dynamic_dictionaries/index.md +1 -1
- package/docs/de/dynamic_dictionaries/variants.md +1 -1
- package/docs/de/intlayer_with_vite+react.md +48 -48
- package/docs/de/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/de/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/de/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/de/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/de/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/de/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/de/releases/v8.md +197 -1
- package/docs/de/releases/v9.md +232 -0
- package/docs/en/CI_CD.md +7 -7
- package/docs/en/cli/ci.md +62 -8
- package/docs/en/cli/doc-review.md +110 -4
- package/docs/en/cli/index.md +1 -1
- package/docs/en/cli/scan.md +1 -1
- package/docs/en/compat/i18n-js.md +44 -0
- package/docs/en/compat/i18next.md +59 -0
- package/docs/en/compat/index.md +51 -0
- package/docs/en/compat/lingui.md +44 -0
- package/docs/en/compat/next-i18next.md +57 -0
- package/docs/en/compat/next-intl.md +59 -0
- package/docs/en/compat/next-translate.md +45 -0
- package/docs/en/compat/ngx-translate.md +45 -0
- package/docs/en/compat/nuxtjs-i18n.md +46 -0
- package/docs/en/compat/polyglot.md +45 -0
- package/docs/en/compat/react-i18next.md +58 -0
- package/docs/en/compat/react-intl.md +55 -0
- package/docs/en/compat/svelte-i18n.md +47 -0
- package/docs/en/compat/transloco.md +45 -0
- package/docs/en/compat/vue-i18n.md +58 -0
- package/docs/en/configuration.md +35 -2
- package/docs/en/dictionary/condition.md +163 -1
- package/docs/en/dictionary/enumeration.md +309 -7
- package/docs/en/dictionary/file.md +151 -1
- package/docs/en/dictionary/gender.md +162 -1
- package/docs/en/dictionary/nesting.md +173 -9
- package/docs/en/dictionary/plurial.md +155 -10
- package/docs/en/dictionary/translation.md +145 -52
- package/docs/en/dynamic_dictionaries/collections.md +1 -1
- package/docs/en/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/en/dynamic_dictionaries/index.md +1 -1
- package/docs/en/dynamic_dictionaries/variants.md +1 -1
- package/docs/en/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/en/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/en/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/en/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/en/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/en/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/en/releases/v8.md +187 -1
- package/docs/en/releases/v9.md +220 -0
- package/docs/en-GB/cli/doc-review.md +110 -4
- package/docs/en-GB/cli/index.md +1 -1
- package/docs/en-GB/cli/scan.md +1 -1
- package/docs/en-GB/configuration.md +35 -2
- package/docs/en-GB/dictionary/condition.md +364 -1
- package/docs/en-GB/dictionary/enumeration.md +577 -5
- package/docs/en-GB/dictionary/file.md +317 -1
- package/docs/en-GB/dictionary/gender.md +375 -2
- package/docs/en-GB/dictionary/nesting.md +368 -71
- package/docs/en-GB/dictionary/plurial.md +347 -7
- package/docs/en-GB/dictionary/translation.md +320 -32
- package/docs/en-GB/dynamic_dictionaries/collections.md +1 -1
- package/docs/en-GB/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/en-GB/dynamic_dictionaries/index.md +1 -1
- package/docs/en-GB/dynamic_dictionaries/variants.md +1 -1
- package/docs/en-GB/releases/v8.md +1 -1
- package/docs/en-GB/releases/v9.md +220 -0
- package/docs/es/cli/doc-review.md +110 -4
- package/docs/es/cli/index.md +1 -1
- package/docs/es/cli/scan.md +1 -1
- package/docs/es/configuration.md +36 -3
- package/docs/es/dictionary/condition.md +167 -5
- package/docs/es/dictionary/enumeration.md +537 -12
- package/docs/es/dictionary/file.md +151 -1
- package/docs/es/dictionary/gender.md +168 -7
- package/docs/es/dictionary/nesting.md +173 -65
- package/docs/es/dictionary/plurial.md +347 -7
- package/docs/es/dictionary/translation.md +156 -2
- package/docs/es/dynamic_dictionaries/collections.md +1 -1
- package/docs/es/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/es/dynamic_dictionaries/index.md +1 -1
- package/docs/es/dynamic_dictionaries/variants.md +1 -1
- package/docs/es/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/es/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/es/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/es/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/es/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/es/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/es/releases/v8.md +187 -1
- package/docs/es/releases/v9.md +228 -0
- package/docs/fr/cli/doc-review.md +110 -4
- package/docs/fr/cli/index.md +1 -1
- package/docs/fr/cli/scan.md +1 -1
- package/docs/fr/configuration.md +49 -16
- package/docs/fr/dictionary/condition.md +369 -6
- package/docs/fr/dictionary/enumeration.md +540 -6
- package/docs/fr/dictionary/file.md +151 -1
- package/docs/fr/dictionary/gender.md +168 -7
- package/docs/fr/dictionary/nesting.md +357 -86
- package/docs/fr/dictionary/plurial.md +174 -5
- package/docs/fr/dictionary/translation.md +156 -2
- package/docs/fr/dynamic_dictionaries/collections.md +1 -1
- package/docs/fr/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/fr/dynamic_dictionaries/index.md +1 -1
- package/docs/fr/dynamic_dictionaries/variants.md +1 -1
- package/docs/fr/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/fr/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/fr/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/fr/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/fr/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/fr/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/fr/releases/v8.md +187 -1
- package/docs/fr/releases/v9.md +220 -0
- package/docs/hi/cli/doc-review.md +110 -4
- package/docs/hi/cli/index.md +1 -1
- package/docs/hi/cli/scan.md +1 -1
- package/docs/hi/configuration.md +49 -16
- package/docs/hi/dictionary/condition.md +167 -5
- package/docs/hi/dictionary/enumeration.md +540 -6
- package/docs/hi/dictionary/file.md +151 -1
- package/docs/hi/dictionary/gender.md +168 -7
- package/docs/hi/dictionary/nesting.md +173 -65
- package/docs/hi/dictionary/plurial.md +174 -5
- package/docs/hi/dictionary/translation.md +155 -5
- package/docs/hi/dynamic_dictionaries/collections.md +1 -1
- package/docs/hi/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/hi/dynamic_dictionaries/index.md +1 -1
- package/docs/hi/dynamic_dictionaries/variants.md +1 -1
- package/docs/hi/releases/v8.md +188 -2
- package/docs/hi/releases/v9.md +232 -0
- package/docs/id/cli/doc-review.md +110 -4
- package/docs/id/cli/index.md +1 -1
- package/docs/id/cli/scan.md +1 -1
- package/docs/id/configuration.md +35 -2
- package/docs/id/dictionary/condition.md +167 -5
- package/docs/id/dictionary/enumeration.md +540 -6
- package/docs/id/dictionary/file.md +318 -2
- package/docs/id/dictionary/gender.md +381 -8
- package/docs/id/dictionary/nesting.md +357 -86
- package/docs/id/dictionary/plurial.md +174 -5
- package/docs/id/dictionary/translation.md +156 -2
- package/docs/id/dynamic_dictionaries/collections.md +1 -1
- package/docs/id/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/id/dynamic_dictionaries/index.md +1 -1
- package/docs/id/dynamic_dictionaries/variants.md +1 -1
- package/docs/id/releases/v8.md +191 -2
- package/docs/id/releases/v9.md +232 -0
- package/docs/it/cli/doc-review.md +110 -4
- package/docs/it/cli/index.md +1 -1
- package/docs/it/cli/scan.md +1 -1
- package/docs/it/configuration.md +49 -16
- package/docs/it/dictionary/condition.md +167 -5
- package/docs/it/dictionary/enumeration.md +540 -6
- package/docs/it/dictionary/file.md +318 -2
- package/docs/it/dictionary/gender.md +168 -7
- package/docs/it/dictionary/nesting.md +173 -65
- package/docs/it/dictionary/plurial.md +347 -7
- package/docs/it/dictionary/translation.md +156 -2
- package/docs/it/dynamic_dictionaries/collections.md +1 -1
- package/docs/it/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/it/dynamic_dictionaries/index.md +1 -1
- package/docs/it/dynamic_dictionaries/variants.md +1 -1
- package/docs/it/intlayer_with_vite+react.md +0 -48
- package/docs/it/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/it/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/it/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/it/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/it/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/it/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/it/releases/v8.md +200 -2
- package/docs/it/releases/v9.md +232 -0
- package/docs/ja/cli/doc-review.md +110 -4
- package/docs/ja/cli/index.md +1 -1
- package/docs/ja/cli/scan.md +1 -1
- package/docs/ja/configuration.md +50 -17
- package/docs/ja/dictionary/condition.md +167 -5
- package/docs/ja/dictionary/enumeration.md +540 -6
- package/docs/ja/dictionary/file.md +151 -1
- package/docs/ja/dictionary/gender.md +168 -7
- package/docs/ja/dictionary/nesting.md +173 -65
- package/docs/ja/dictionary/plurial.md +174 -5
- package/docs/ja/dictionary/translation.md +169 -8
- package/docs/ja/dynamic_dictionaries/collections.md +1 -1
- package/docs/ja/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/ja/dynamic_dictionaries/index.md +1 -1
- package/docs/ja/dynamic_dictionaries/variants.md +1 -1
- package/docs/ja/intlayer_with_vite+react.md +290 -0
- package/docs/ja/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/ja/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/ja/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/ja/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/ja/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/ja/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/ja/releases/v8.md +193 -4
- package/docs/ja/releases/v9.md +232 -0
- package/docs/ko/cli/doc-review.md +110 -4
- package/docs/ko/cli/index.md +1 -1
- package/docs/ko/cli/scan.md +1 -1
- package/docs/ko/configuration.md +49 -16
- package/docs/ko/dictionary/condition.md +167 -5
- package/docs/ko/dictionary/enumeration.md +540 -6
- package/docs/ko/dictionary/file.md +151 -1
- package/docs/ko/dictionary/gender.md +168 -7
- package/docs/ko/dictionary/nesting.md +173 -65
- package/docs/ko/dictionary/plurial.md +174 -5
- package/docs/ko/dictionary/translation.md +169 -8
- package/docs/ko/dynamic_dictionaries/collections.md +1 -1
- package/docs/ko/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/ko/dynamic_dictionaries/index.md +1 -1
- package/docs/ko/dynamic_dictionaries/variants.md +1 -1
- package/docs/ko/intlayer_with_vite+react.md +48 -490
- package/docs/ko/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/ko/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/ko/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/ko/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/ko/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/ko/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/ko/releases/v8.md +192 -1
- package/docs/ko/releases/v9.md +232 -0
- package/docs/nl/cli/index.md +1 -1
- package/docs/nl/cli/scan.md +1 -1
- package/docs/nl/configuration.md +36 -3
- package/docs/pl/cli/doc-review.md +110 -4
- package/docs/pl/cli/index.md +1 -1
- package/docs/pl/cli/scan.md +1 -1
- package/docs/pl/configuration.md +35 -2
- package/docs/pl/dictionary/condition.md +167 -5
- package/docs/pl/dictionary/enumeration.md +540 -6
- package/docs/pl/dictionary/file.md +318 -2
- package/docs/pl/dictionary/gender.md +168 -7
- package/docs/pl/dictionary/nesting.md +173 -65
- package/docs/pl/dictionary/plurial.md +174 -5
- package/docs/pl/dictionary/translation.md +156 -2
- package/docs/pl/dynamic_dictionaries/collections.md +1 -1
- package/docs/pl/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/pl/dynamic_dictionaries/index.md +1 -1
- package/docs/pl/dynamic_dictionaries/variants.md +1 -1
- package/docs/pl/releases/v8.md +188 -2
- package/docs/pl/releases/v9.md +232 -0
- package/docs/pt/cli/doc-review.md +110 -4
- package/docs/pt/cli/index.md +1 -1
- package/docs/pt/cli/scan.md +1 -1
- package/docs/pt/configuration.md +49 -16
- package/docs/pt/dictionary/condition.md +167 -5
- package/docs/pt/dictionary/enumeration.md +540 -6
- package/docs/pt/dictionary/file.md +151 -1
- package/docs/pt/dictionary/gender.md +168 -7
- package/docs/pt/dictionary/nesting.md +173 -65
- package/docs/pt/dictionary/plurial.md +347 -7
- package/docs/pt/dictionary/translation.md +156 -2
- package/docs/pt/dynamic_dictionaries/collections.md +1 -1
- package/docs/pt/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/pt/dynamic_dictionaries/index.md +1 -1
- package/docs/pt/dynamic_dictionaries/variants.md +1 -1
- package/docs/pt/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/pt/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/pt/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/pt/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/pt/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/pt/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/pt/releases/v8.md +187 -1
- package/docs/pt/releases/v9.md +232 -0
- package/docs/ru/cli/doc-review.md +110 -4
- package/docs/ru/cli/index.md +1 -1
- package/docs/ru/cli/scan.md +1 -1
- package/docs/ru/configuration.md +35 -2
- package/docs/ru/dictionary/condition.md +366 -39
- package/docs/ru/dictionary/enumeration.md +777 -7
- package/docs/ru/dictionary/file.md +318 -2
- package/docs/ru/dictionary/gender.md +168 -7
- package/docs/ru/dictionary/nesting.md +368 -71
- package/docs/ru/dictionary/plurial.md +347 -7
- package/docs/ru/dictionary/translation.md +321 -33
- package/docs/ru/dynamic_dictionaries/collections.md +1 -1
- package/docs/ru/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/ru/dynamic_dictionaries/index.md +1 -1
- package/docs/ru/dynamic_dictionaries/variants.md +1 -1
- package/docs/ru/intlayer_with_vite+react.md +48 -47
- package/docs/ru/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/ru/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/ru/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/ru/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/ru/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/ru/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/ru/releases/v8.md +194 -2
- package/docs/ru/releases/v9.md +232 -0
- package/docs/tr/cli/doc-review.md +110 -4
- package/docs/tr/cli/index.md +1 -1
- package/docs/tr/cli/scan.md +1 -1
- package/docs/tr/configuration.md +35 -2
- package/docs/tr/dictionary/condition.md +167 -5
- package/docs/tr/dictionary/enumeration.md +540 -6
- package/docs/tr/dictionary/file.md +151 -1
- package/docs/tr/dictionary/gender.md +168 -7
- package/docs/tr/dictionary/nesting.md +173 -65
- package/docs/tr/dictionary/plurial.md +174 -5
- package/docs/tr/dictionary/translation.md +156 -2
- package/docs/tr/dynamic_dictionaries/collections.md +1 -1
- package/docs/tr/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/tr/dynamic_dictionaries/index.md +1 -1
- package/docs/tr/dynamic_dictionaries/variants.md +1 -1
- package/docs/tr/migration_from_i18next_to_intlayer.md +1 -1
- package/docs/tr/migration_from_next-i18next_to_intlayer.md +1 -1
- package/docs/tr/migration_from_next-intl_to_intlayer.md +1 -1
- package/docs/tr/migration_from_nuxtjs_i18n_to_intlayer.md +1 -1
- package/docs/tr/migration_from_react-i18next_to_intlayer.md +1 -1
- package/docs/tr/migration_from_vue-i18n_to_intlayer.md +1 -1
- package/docs/tr/releases/v8.md +187 -1
- package/docs/tr/releases/v9.md +232 -0
- package/docs/uk/cli/doc-review.md +110 -4
- package/docs/uk/cli/index.md +1 -1
- package/docs/uk/cli/scan.md +1 -1
- package/docs/uk/configuration.md +35 -2
- package/docs/uk/dictionary/condition.md +167 -5
- package/docs/uk/dictionary/enumeration.md +540 -6
- package/docs/uk/dictionary/file.md +318 -2
- package/docs/uk/dictionary/gender.md +381 -8
- package/docs/uk/dictionary/nesting.md +173 -65
- package/docs/uk/dictionary/plurial.md +174 -5
- package/docs/uk/dictionary/translation.md +156 -2
- package/docs/uk/dynamic_dictionaries/collections.md +1 -1
- package/docs/uk/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/uk/dynamic_dictionaries/index.md +1 -1
- package/docs/uk/dynamic_dictionaries/variants.md +1 -1
- package/docs/uk/releases/v8.md +191 -3
- package/docs/uk/releases/v9.md +232 -0
- package/docs/ur/cli/index.md +1 -1
- package/docs/ur/cli/scan.md +1 -1
- package/docs/ur/configuration.md +36 -3
- package/docs/vi/cli/doc-review.md +110 -4
- package/docs/vi/cli/index.md +1 -1
- package/docs/vi/cli/scan.md +1 -1
- package/docs/vi/configuration.md +50 -17
- package/docs/vi/dictionary/condition.md +167 -5
- package/docs/vi/dictionary/enumeration.md +591 -14
- package/docs/vi/dictionary/file.md +318 -2
- package/docs/vi/dictionary/gender.md +168 -7
- package/docs/vi/dictionary/nesting.md +357 -86
- package/docs/vi/dictionary/plurial.md +174 -5
- package/docs/vi/dictionary/translation.md +156 -2
- package/docs/vi/dynamic_dictionaries/collections.md +1 -1
- package/docs/vi/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/vi/dynamic_dictionaries/index.md +1 -1
- package/docs/vi/dynamic_dictionaries/variants.md +1 -1
- package/docs/vi/releases/v8.md +190 -1
- package/docs/vi/releases/v9.md +232 -0
- package/docs/zh/cli/doc-review.md +110 -4
- package/docs/zh/cli/index.md +1 -1
- package/docs/zh/cli/scan.md +1 -1
- package/docs/zh/configuration.md +49 -16
- package/docs/zh/dictionary/condition.md +167 -5
- package/docs/zh/dictionary/enumeration.md +540 -6
- package/docs/zh/dictionary/file.md +151 -1
- package/docs/zh/dictionary/gender.md +168 -7
- package/docs/zh/dictionary/nesting.md +173 -65
- package/docs/zh/dictionary/plurial.md +174 -5
- package/docs/zh/dictionary/translation.md +169 -8
- package/docs/zh/dynamic_dictionaries/collections.md +1 -1
- package/docs/zh/dynamic_dictionaries/dynamic_content.md +1 -1
- package/docs/zh/dynamic_dictionaries/index.md +1 -1
- package/docs/zh/dynamic_dictionaries/variants.md +1 -1
- package/docs/zh/intlayer_with_vite+react.md +48 -288
- package/docs/zh/releases/v8.md +1 -1
- package/docs/zh/releases/v9.md +220 -0
- package/package.json +7 -7
- package/src/generated/docs.entry.ts +320 -0
- package/dist/esm/_virtual/_rolldown/runtime.mjs +0 -8
|
@@ -686,6 +686,306 @@ const docsEntry = {
|
|
|
686
686
|
vi: readLocale("cli/watch.md", "vi"),
|
|
687
687
|
uk: readLocale("cli/watch.md", "uk")
|
|
688
688
|
},
|
|
689
|
+
"./docs/en/compat/i18n-js.md": {
|
|
690
|
+
en: readLocale("compat/i18n-js.md", "en"),
|
|
691
|
+
ru: readLocale("compat/i18n-js.md", "ru"),
|
|
692
|
+
ja: readLocale("compat/i18n-js.md", "ja"),
|
|
693
|
+
fr: readLocale("compat/i18n-js.md", "fr"),
|
|
694
|
+
ko: readLocale("compat/i18n-js.md", "ko"),
|
|
695
|
+
zh: readLocale("compat/i18n-js.md", "zh"),
|
|
696
|
+
es: readLocale("compat/i18n-js.md", "es"),
|
|
697
|
+
de: readLocale("compat/i18n-js.md", "de"),
|
|
698
|
+
ar: readLocale("compat/i18n-js.md", "ar"),
|
|
699
|
+
it: readLocale("compat/i18n-js.md", "it"),
|
|
700
|
+
"en-GB": readLocale("compat/i18n-js.md", "en-GB"),
|
|
701
|
+
pt: readLocale("compat/i18n-js.md", "pt"),
|
|
702
|
+
hi: readLocale("compat/i18n-js.md", "hi"),
|
|
703
|
+
tr: readLocale("compat/i18n-js.md", "tr"),
|
|
704
|
+
pl: readLocale("compat/i18n-js.md", "pl"),
|
|
705
|
+
id: readLocale("compat/i18n-js.md", "id"),
|
|
706
|
+
vi: readLocale("compat/i18n-js.md", "vi"),
|
|
707
|
+
uk: readLocale("compat/i18n-js.md", "uk")
|
|
708
|
+
},
|
|
709
|
+
"./docs/en/compat/i18next.md": {
|
|
710
|
+
en: readLocale("compat/i18next.md", "en"),
|
|
711
|
+
ru: readLocale("compat/i18next.md", "ru"),
|
|
712
|
+
ja: readLocale("compat/i18next.md", "ja"),
|
|
713
|
+
fr: readLocale("compat/i18next.md", "fr"),
|
|
714
|
+
ko: readLocale("compat/i18next.md", "ko"),
|
|
715
|
+
zh: readLocale("compat/i18next.md", "zh"),
|
|
716
|
+
es: readLocale("compat/i18next.md", "es"),
|
|
717
|
+
de: readLocale("compat/i18next.md", "de"),
|
|
718
|
+
ar: readLocale("compat/i18next.md", "ar"),
|
|
719
|
+
it: readLocale("compat/i18next.md", "it"),
|
|
720
|
+
"en-GB": readLocale("compat/i18next.md", "en-GB"),
|
|
721
|
+
pt: readLocale("compat/i18next.md", "pt"),
|
|
722
|
+
hi: readLocale("compat/i18next.md", "hi"),
|
|
723
|
+
tr: readLocale("compat/i18next.md", "tr"),
|
|
724
|
+
pl: readLocale("compat/i18next.md", "pl"),
|
|
725
|
+
id: readLocale("compat/i18next.md", "id"),
|
|
726
|
+
vi: readLocale("compat/i18next.md", "vi"),
|
|
727
|
+
uk: readLocale("compat/i18next.md", "uk")
|
|
728
|
+
},
|
|
729
|
+
"./docs/en/compat/index.md": {
|
|
730
|
+
en: readLocale("compat/index.md", "en"),
|
|
731
|
+
ru: readLocale("compat/index.md", "ru"),
|
|
732
|
+
ja: readLocale("compat/index.md", "ja"),
|
|
733
|
+
fr: readLocale("compat/index.md", "fr"),
|
|
734
|
+
ko: readLocale("compat/index.md", "ko"),
|
|
735
|
+
zh: readLocale("compat/index.md", "zh"),
|
|
736
|
+
es: readLocale("compat/index.md", "es"),
|
|
737
|
+
de: readLocale("compat/index.md", "de"),
|
|
738
|
+
ar: readLocale("compat/index.md", "ar"),
|
|
739
|
+
it: readLocale("compat/index.md", "it"),
|
|
740
|
+
"en-GB": readLocale("compat/index.md", "en-GB"),
|
|
741
|
+
pt: readLocale("compat/index.md", "pt"),
|
|
742
|
+
hi: readLocale("compat/index.md", "hi"),
|
|
743
|
+
tr: readLocale("compat/index.md", "tr"),
|
|
744
|
+
pl: readLocale("compat/index.md", "pl"),
|
|
745
|
+
id: readLocale("compat/index.md", "id"),
|
|
746
|
+
vi: readLocale("compat/index.md", "vi"),
|
|
747
|
+
uk: readLocale("compat/index.md", "uk")
|
|
748
|
+
},
|
|
749
|
+
"./docs/en/compat/lingui.md": {
|
|
750
|
+
en: readLocale("compat/lingui.md", "en"),
|
|
751
|
+
ru: readLocale("compat/lingui.md", "ru"),
|
|
752
|
+
ja: readLocale("compat/lingui.md", "ja"),
|
|
753
|
+
fr: readLocale("compat/lingui.md", "fr"),
|
|
754
|
+
ko: readLocale("compat/lingui.md", "ko"),
|
|
755
|
+
zh: readLocale("compat/lingui.md", "zh"),
|
|
756
|
+
es: readLocale("compat/lingui.md", "es"),
|
|
757
|
+
de: readLocale("compat/lingui.md", "de"),
|
|
758
|
+
ar: readLocale("compat/lingui.md", "ar"),
|
|
759
|
+
it: readLocale("compat/lingui.md", "it"),
|
|
760
|
+
"en-GB": readLocale("compat/lingui.md", "en-GB"),
|
|
761
|
+
pt: readLocale("compat/lingui.md", "pt"),
|
|
762
|
+
hi: readLocale("compat/lingui.md", "hi"),
|
|
763
|
+
tr: readLocale("compat/lingui.md", "tr"),
|
|
764
|
+
pl: readLocale("compat/lingui.md", "pl"),
|
|
765
|
+
id: readLocale("compat/lingui.md", "id"),
|
|
766
|
+
vi: readLocale("compat/lingui.md", "vi"),
|
|
767
|
+
uk: readLocale("compat/lingui.md", "uk")
|
|
768
|
+
},
|
|
769
|
+
"./docs/en/compat/next-i18next.md": {
|
|
770
|
+
en: readLocale("compat/next-i18next.md", "en"),
|
|
771
|
+
ru: readLocale("compat/next-i18next.md", "ru"),
|
|
772
|
+
ja: readLocale("compat/next-i18next.md", "ja"),
|
|
773
|
+
fr: readLocale("compat/next-i18next.md", "fr"),
|
|
774
|
+
ko: readLocale("compat/next-i18next.md", "ko"),
|
|
775
|
+
zh: readLocale("compat/next-i18next.md", "zh"),
|
|
776
|
+
es: readLocale("compat/next-i18next.md", "es"),
|
|
777
|
+
de: readLocale("compat/next-i18next.md", "de"),
|
|
778
|
+
ar: readLocale("compat/next-i18next.md", "ar"),
|
|
779
|
+
it: readLocale("compat/next-i18next.md", "it"),
|
|
780
|
+
"en-GB": readLocale("compat/next-i18next.md", "en-GB"),
|
|
781
|
+
pt: readLocale("compat/next-i18next.md", "pt"),
|
|
782
|
+
hi: readLocale("compat/next-i18next.md", "hi"),
|
|
783
|
+
tr: readLocale("compat/next-i18next.md", "tr"),
|
|
784
|
+
pl: readLocale("compat/next-i18next.md", "pl"),
|
|
785
|
+
id: readLocale("compat/next-i18next.md", "id"),
|
|
786
|
+
vi: readLocale("compat/next-i18next.md", "vi"),
|
|
787
|
+
uk: readLocale("compat/next-i18next.md", "uk")
|
|
788
|
+
},
|
|
789
|
+
"./docs/en/compat/next-intl.md": {
|
|
790
|
+
en: readLocale("compat/next-intl.md", "en"),
|
|
791
|
+
ru: readLocale("compat/next-intl.md", "ru"),
|
|
792
|
+
ja: readLocale("compat/next-intl.md", "ja"),
|
|
793
|
+
fr: readLocale("compat/next-intl.md", "fr"),
|
|
794
|
+
ko: readLocale("compat/next-intl.md", "ko"),
|
|
795
|
+
zh: readLocale("compat/next-intl.md", "zh"),
|
|
796
|
+
es: readLocale("compat/next-intl.md", "es"),
|
|
797
|
+
de: readLocale("compat/next-intl.md", "de"),
|
|
798
|
+
ar: readLocale("compat/next-intl.md", "ar"),
|
|
799
|
+
it: readLocale("compat/next-intl.md", "it"),
|
|
800
|
+
"en-GB": readLocale("compat/next-intl.md", "en-GB"),
|
|
801
|
+
pt: readLocale("compat/next-intl.md", "pt"),
|
|
802
|
+
hi: readLocale("compat/next-intl.md", "hi"),
|
|
803
|
+
tr: readLocale("compat/next-intl.md", "tr"),
|
|
804
|
+
pl: readLocale("compat/next-intl.md", "pl"),
|
|
805
|
+
id: readLocale("compat/next-intl.md", "id"),
|
|
806
|
+
vi: readLocale("compat/next-intl.md", "vi"),
|
|
807
|
+
uk: readLocale("compat/next-intl.md", "uk")
|
|
808
|
+
},
|
|
809
|
+
"./docs/en/compat/next-translate.md": {
|
|
810
|
+
en: readLocale("compat/next-translate.md", "en"),
|
|
811
|
+
ru: readLocale("compat/next-translate.md", "ru"),
|
|
812
|
+
ja: readLocale("compat/next-translate.md", "ja"),
|
|
813
|
+
fr: readLocale("compat/next-translate.md", "fr"),
|
|
814
|
+
ko: readLocale("compat/next-translate.md", "ko"),
|
|
815
|
+
zh: readLocale("compat/next-translate.md", "zh"),
|
|
816
|
+
es: readLocale("compat/next-translate.md", "es"),
|
|
817
|
+
de: readLocale("compat/next-translate.md", "de"),
|
|
818
|
+
ar: readLocale("compat/next-translate.md", "ar"),
|
|
819
|
+
it: readLocale("compat/next-translate.md", "it"),
|
|
820
|
+
"en-GB": readLocale("compat/next-translate.md", "en-GB"),
|
|
821
|
+
pt: readLocale("compat/next-translate.md", "pt"),
|
|
822
|
+
hi: readLocale("compat/next-translate.md", "hi"),
|
|
823
|
+
tr: readLocale("compat/next-translate.md", "tr"),
|
|
824
|
+
pl: readLocale("compat/next-translate.md", "pl"),
|
|
825
|
+
id: readLocale("compat/next-translate.md", "id"),
|
|
826
|
+
vi: readLocale("compat/next-translate.md", "vi"),
|
|
827
|
+
uk: readLocale("compat/next-translate.md", "uk")
|
|
828
|
+
},
|
|
829
|
+
"./docs/en/compat/ngx-translate.md": {
|
|
830
|
+
en: readLocale("compat/ngx-translate.md", "en"),
|
|
831
|
+
ru: readLocale("compat/ngx-translate.md", "ru"),
|
|
832
|
+
ja: readLocale("compat/ngx-translate.md", "ja"),
|
|
833
|
+
fr: readLocale("compat/ngx-translate.md", "fr"),
|
|
834
|
+
ko: readLocale("compat/ngx-translate.md", "ko"),
|
|
835
|
+
zh: readLocale("compat/ngx-translate.md", "zh"),
|
|
836
|
+
es: readLocale("compat/ngx-translate.md", "es"),
|
|
837
|
+
de: readLocale("compat/ngx-translate.md", "de"),
|
|
838
|
+
ar: readLocale("compat/ngx-translate.md", "ar"),
|
|
839
|
+
it: readLocale("compat/ngx-translate.md", "it"),
|
|
840
|
+
"en-GB": readLocale("compat/ngx-translate.md", "en-GB"),
|
|
841
|
+
pt: readLocale("compat/ngx-translate.md", "pt"),
|
|
842
|
+
hi: readLocale("compat/ngx-translate.md", "hi"),
|
|
843
|
+
tr: readLocale("compat/ngx-translate.md", "tr"),
|
|
844
|
+
pl: readLocale("compat/ngx-translate.md", "pl"),
|
|
845
|
+
id: readLocale("compat/ngx-translate.md", "id"),
|
|
846
|
+
vi: readLocale("compat/ngx-translate.md", "vi"),
|
|
847
|
+
uk: readLocale("compat/ngx-translate.md", "uk")
|
|
848
|
+
},
|
|
849
|
+
"./docs/en/compat/nuxtjs-i18n.md": {
|
|
850
|
+
en: readLocale("compat/nuxtjs-i18n.md", "en"),
|
|
851
|
+
ru: readLocale("compat/nuxtjs-i18n.md", "ru"),
|
|
852
|
+
ja: readLocale("compat/nuxtjs-i18n.md", "ja"),
|
|
853
|
+
fr: readLocale("compat/nuxtjs-i18n.md", "fr"),
|
|
854
|
+
ko: readLocale("compat/nuxtjs-i18n.md", "ko"),
|
|
855
|
+
zh: readLocale("compat/nuxtjs-i18n.md", "zh"),
|
|
856
|
+
es: readLocale("compat/nuxtjs-i18n.md", "es"),
|
|
857
|
+
de: readLocale("compat/nuxtjs-i18n.md", "de"),
|
|
858
|
+
ar: readLocale("compat/nuxtjs-i18n.md", "ar"),
|
|
859
|
+
it: readLocale("compat/nuxtjs-i18n.md", "it"),
|
|
860
|
+
"en-GB": readLocale("compat/nuxtjs-i18n.md", "en-GB"),
|
|
861
|
+
pt: readLocale("compat/nuxtjs-i18n.md", "pt"),
|
|
862
|
+
hi: readLocale("compat/nuxtjs-i18n.md", "hi"),
|
|
863
|
+
tr: readLocale("compat/nuxtjs-i18n.md", "tr"),
|
|
864
|
+
pl: readLocale("compat/nuxtjs-i18n.md", "pl"),
|
|
865
|
+
id: readLocale("compat/nuxtjs-i18n.md", "id"),
|
|
866
|
+
vi: readLocale("compat/nuxtjs-i18n.md", "vi"),
|
|
867
|
+
uk: readLocale("compat/nuxtjs-i18n.md", "uk")
|
|
868
|
+
},
|
|
869
|
+
"./docs/en/compat/polyglot.md": {
|
|
870
|
+
en: readLocale("compat/polyglot.md", "en"),
|
|
871
|
+
ru: readLocale("compat/polyglot.md", "ru"),
|
|
872
|
+
ja: readLocale("compat/polyglot.md", "ja"),
|
|
873
|
+
fr: readLocale("compat/polyglot.md", "fr"),
|
|
874
|
+
ko: readLocale("compat/polyglot.md", "ko"),
|
|
875
|
+
zh: readLocale("compat/polyglot.md", "zh"),
|
|
876
|
+
es: readLocale("compat/polyglot.md", "es"),
|
|
877
|
+
de: readLocale("compat/polyglot.md", "de"),
|
|
878
|
+
ar: readLocale("compat/polyglot.md", "ar"),
|
|
879
|
+
it: readLocale("compat/polyglot.md", "it"),
|
|
880
|
+
"en-GB": readLocale("compat/polyglot.md", "en-GB"),
|
|
881
|
+
pt: readLocale("compat/polyglot.md", "pt"),
|
|
882
|
+
hi: readLocale("compat/polyglot.md", "hi"),
|
|
883
|
+
tr: readLocale("compat/polyglot.md", "tr"),
|
|
884
|
+
pl: readLocale("compat/polyglot.md", "pl"),
|
|
885
|
+
id: readLocale("compat/polyglot.md", "id"),
|
|
886
|
+
vi: readLocale("compat/polyglot.md", "vi"),
|
|
887
|
+
uk: readLocale("compat/polyglot.md", "uk")
|
|
888
|
+
},
|
|
889
|
+
"./docs/en/compat/react-i18next.md": {
|
|
890
|
+
en: readLocale("compat/react-i18next.md", "en"),
|
|
891
|
+
ru: readLocale("compat/react-i18next.md", "ru"),
|
|
892
|
+
ja: readLocale("compat/react-i18next.md", "ja"),
|
|
893
|
+
fr: readLocale("compat/react-i18next.md", "fr"),
|
|
894
|
+
ko: readLocale("compat/react-i18next.md", "ko"),
|
|
895
|
+
zh: readLocale("compat/react-i18next.md", "zh"),
|
|
896
|
+
es: readLocale("compat/react-i18next.md", "es"),
|
|
897
|
+
de: readLocale("compat/react-i18next.md", "de"),
|
|
898
|
+
ar: readLocale("compat/react-i18next.md", "ar"),
|
|
899
|
+
it: readLocale("compat/react-i18next.md", "it"),
|
|
900
|
+
"en-GB": readLocale("compat/react-i18next.md", "en-GB"),
|
|
901
|
+
pt: readLocale("compat/react-i18next.md", "pt"),
|
|
902
|
+
hi: readLocale("compat/react-i18next.md", "hi"),
|
|
903
|
+
tr: readLocale("compat/react-i18next.md", "tr"),
|
|
904
|
+
pl: readLocale("compat/react-i18next.md", "pl"),
|
|
905
|
+
id: readLocale("compat/react-i18next.md", "id"),
|
|
906
|
+
vi: readLocale("compat/react-i18next.md", "vi"),
|
|
907
|
+
uk: readLocale("compat/react-i18next.md", "uk")
|
|
908
|
+
},
|
|
909
|
+
"./docs/en/compat/react-intl.md": {
|
|
910
|
+
en: readLocale("compat/react-intl.md", "en"),
|
|
911
|
+
ru: readLocale("compat/react-intl.md", "ru"),
|
|
912
|
+
ja: readLocale("compat/react-intl.md", "ja"),
|
|
913
|
+
fr: readLocale("compat/react-intl.md", "fr"),
|
|
914
|
+
ko: readLocale("compat/react-intl.md", "ko"),
|
|
915
|
+
zh: readLocale("compat/react-intl.md", "zh"),
|
|
916
|
+
es: readLocale("compat/react-intl.md", "es"),
|
|
917
|
+
de: readLocale("compat/react-intl.md", "de"),
|
|
918
|
+
ar: readLocale("compat/react-intl.md", "ar"),
|
|
919
|
+
it: readLocale("compat/react-intl.md", "it"),
|
|
920
|
+
"en-GB": readLocale("compat/react-intl.md", "en-GB"),
|
|
921
|
+
pt: readLocale("compat/react-intl.md", "pt"),
|
|
922
|
+
hi: readLocale("compat/react-intl.md", "hi"),
|
|
923
|
+
tr: readLocale("compat/react-intl.md", "tr"),
|
|
924
|
+
pl: readLocale("compat/react-intl.md", "pl"),
|
|
925
|
+
id: readLocale("compat/react-intl.md", "id"),
|
|
926
|
+
vi: readLocale("compat/react-intl.md", "vi"),
|
|
927
|
+
uk: readLocale("compat/react-intl.md", "uk")
|
|
928
|
+
},
|
|
929
|
+
"./docs/en/compat/svelte-i18n.md": {
|
|
930
|
+
en: readLocale("compat/svelte-i18n.md", "en"),
|
|
931
|
+
ru: readLocale("compat/svelte-i18n.md", "ru"),
|
|
932
|
+
ja: readLocale("compat/svelte-i18n.md", "ja"),
|
|
933
|
+
fr: readLocale("compat/svelte-i18n.md", "fr"),
|
|
934
|
+
ko: readLocale("compat/svelte-i18n.md", "ko"),
|
|
935
|
+
zh: readLocale("compat/svelte-i18n.md", "zh"),
|
|
936
|
+
es: readLocale("compat/svelte-i18n.md", "es"),
|
|
937
|
+
de: readLocale("compat/svelte-i18n.md", "de"),
|
|
938
|
+
ar: readLocale("compat/svelte-i18n.md", "ar"),
|
|
939
|
+
it: readLocale("compat/svelte-i18n.md", "it"),
|
|
940
|
+
"en-GB": readLocale("compat/svelte-i18n.md", "en-GB"),
|
|
941
|
+
pt: readLocale("compat/svelte-i18n.md", "pt"),
|
|
942
|
+
hi: readLocale("compat/svelte-i18n.md", "hi"),
|
|
943
|
+
tr: readLocale("compat/svelte-i18n.md", "tr"),
|
|
944
|
+
pl: readLocale("compat/svelte-i18n.md", "pl"),
|
|
945
|
+
id: readLocale("compat/svelte-i18n.md", "id"),
|
|
946
|
+
vi: readLocale("compat/svelte-i18n.md", "vi"),
|
|
947
|
+
uk: readLocale("compat/svelte-i18n.md", "uk")
|
|
948
|
+
},
|
|
949
|
+
"./docs/en/compat/transloco.md": {
|
|
950
|
+
en: readLocale("compat/transloco.md", "en"),
|
|
951
|
+
ru: readLocale("compat/transloco.md", "ru"),
|
|
952
|
+
ja: readLocale("compat/transloco.md", "ja"),
|
|
953
|
+
fr: readLocale("compat/transloco.md", "fr"),
|
|
954
|
+
ko: readLocale("compat/transloco.md", "ko"),
|
|
955
|
+
zh: readLocale("compat/transloco.md", "zh"),
|
|
956
|
+
es: readLocale("compat/transloco.md", "es"),
|
|
957
|
+
de: readLocale("compat/transloco.md", "de"),
|
|
958
|
+
ar: readLocale("compat/transloco.md", "ar"),
|
|
959
|
+
it: readLocale("compat/transloco.md", "it"),
|
|
960
|
+
"en-GB": readLocale("compat/transloco.md", "en-GB"),
|
|
961
|
+
pt: readLocale("compat/transloco.md", "pt"),
|
|
962
|
+
hi: readLocale("compat/transloco.md", "hi"),
|
|
963
|
+
tr: readLocale("compat/transloco.md", "tr"),
|
|
964
|
+
pl: readLocale("compat/transloco.md", "pl"),
|
|
965
|
+
id: readLocale("compat/transloco.md", "id"),
|
|
966
|
+
vi: readLocale("compat/transloco.md", "vi"),
|
|
967
|
+
uk: readLocale("compat/transloco.md", "uk")
|
|
968
|
+
},
|
|
969
|
+
"./docs/en/compat/vue-i18n.md": {
|
|
970
|
+
en: readLocale("compat/vue-i18n.md", "en"),
|
|
971
|
+
ru: readLocale("compat/vue-i18n.md", "ru"),
|
|
972
|
+
ja: readLocale("compat/vue-i18n.md", "ja"),
|
|
973
|
+
fr: readLocale("compat/vue-i18n.md", "fr"),
|
|
974
|
+
ko: readLocale("compat/vue-i18n.md", "ko"),
|
|
975
|
+
zh: readLocale("compat/vue-i18n.md", "zh"),
|
|
976
|
+
es: readLocale("compat/vue-i18n.md", "es"),
|
|
977
|
+
de: readLocale("compat/vue-i18n.md", "de"),
|
|
978
|
+
ar: readLocale("compat/vue-i18n.md", "ar"),
|
|
979
|
+
it: readLocale("compat/vue-i18n.md", "it"),
|
|
980
|
+
"en-GB": readLocale("compat/vue-i18n.md", "en-GB"),
|
|
981
|
+
pt: readLocale("compat/vue-i18n.md", "pt"),
|
|
982
|
+
hi: readLocale("compat/vue-i18n.md", "hi"),
|
|
983
|
+
tr: readLocale("compat/vue-i18n.md", "tr"),
|
|
984
|
+
pl: readLocale("compat/vue-i18n.md", "pl"),
|
|
985
|
+
id: readLocale("compat/vue-i18n.md", "id"),
|
|
986
|
+
vi: readLocale("compat/vue-i18n.md", "vi"),
|
|
987
|
+
uk: readLocale("compat/vue-i18n.md", "uk")
|
|
988
|
+
},
|
|
689
989
|
"./docs/en/compiler.md": {
|
|
690
990
|
en: readLocale("compiler.md", "en"),
|
|
691
991
|
ru: readLocale("compiler.md", "ru"),
|
|
@@ -3626,6 +3926,26 @@ const docsEntry = {
|
|
|
3626
3926
|
vi: readLocale("releases/v8.md", "vi"),
|
|
3627
3927
|
uk: readLocale("releases/v8.md", "uk")
|
|
3628
3928
|
},
|
|
3929
|
+
"./docs/en/releases/v9.md": {
|
|
3930
|
+
en: readLocale("releases/v9.md", "en"),
|
|
3931
|
+
ru: readLocale("releases/v9.md", "ru"),
|
|
3932
|
+
ja: readLocale("releases/v9.md", "ja"),
|
|
3933
|
+
fr: readLocale("releases/v9.md", "fr"),
|
|
3934
|
+
ko: readLocale("releases/v9.md", "ko"),
|
|
3935
|
+
zh: readLocale("releases/v9.md", "zh"),
|
|
3936
|
+
es: readLocale("releases/v9.md", "es"),
|
|
3937
|
+
de: readLocale("releases/v9.md", "de"),
|
|
3938
|
+
ar: readLocale("releases/v9.md", "ar"),
|
|
3939
|
+
it: readLocale("releases/v9.md", "it"),
|
|
3940
|
+
"en-GB": readLocale("releases/v9.md", "en-GB"),
|
|
3941
|
+
pt: readLocale("releases/v9.md", "pt"),
|
|
3942
|
+
hi: readLocale("releases/v9.md", "hi"),
|
|
3943
|
+
tr: readLocale("releases/v9.md", "tr"),
|
|
3944
|
+
pl: readLocale("releases/v9.md", "pl"),
|
|
3945
|
+
id: readLocale("releases/v9.md", "id"),
|
|
3946
|
+
vi: readLocale("releases/v9.md", "vi"),
|
|
3947
|
+
uk: readLocale("releases/v9.md", "uk")
|
|
3948
|
+
},
|
|
3629
3949
|
"./docs/en/roadmap.md": {
|
|
3630
3950
|
en: readLocale("roadmap.md", "en"),
|
|
3631
3951
|
ru: readLocale("roadmap.md", "ru"),
|