@intlayer/docs 8.7.5-canary.0 → 8.7.5
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/de/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/en-GB/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/es/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/fr/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/id/list_i18n_technologies/frameworks/svelte.md +0 -2
- package/blog/it/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/ja/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/ko/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/pl/list_i18n_technologies/frameworks/svelte.md +0 -2
- package/blog/pt/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/ru/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/blog/vi/list_i18n_technologies/frameworks/svelte.md +0 -2
- package/blog/zh/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
- package/dist/cjs/generated/docs.entry.cjs +60 -0
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +60 -0
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +3 -0
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/ar/benchmark/index.md +29 -0
- package/docs/ar/benchmark/nextjs.md +227 -0
- package/docs/ar/benchmark/tanstack.md +193 -0
- package/docs/ar/intlayer_with_tanstack.md +0 -2
- package/docs/de/benchmark/index.md +29 -0
- package/docs/de/benchmark/nextjs.md +227 -0
- package/docs/de/benchmark/tanstack.md +193 -0
- package/docs/en/benchmark/___NOTE.md +82 -0
- package/docs/en/benchmark/___nextjs.md +195 -0
- package/docs/en/benchmark/___tanstack.md +187 -0
- package/docs/en/benchmark/index.md +29 -0
- package/docs/en/benchmark/nextjs.md +228 -0
- package/docs/en/benchmark/tanstack.md +217 -0
- package/docs/en-GB/benchmark/index.md +29 -0
- package/docs/en-GB/benchmark/nextjs.md +228 -0
- package/docs/en-GB/benchmark/tanstack.md +193 -0
- package/docs/es/benchmark/index.md +29 -0
- package/docs/es/benchmark/nextjs.md +226 -0
- package/docs/es/benchmark/tanstack.md +193 -0
- package/docs/fr/benchmark/index.md +29 -0
- package/docs/fr/benchmark/nextjs.md +227 -0
- package/docs/fr/benchmark/tanstack.md +193 -0
- package/docs/hi/benchmark/index.md +29 -0
- package/docs/hi/benchmark/nextjs.md +227 -0
- package/docs/hi/benchmark/tanstack.md +193 -0
- package/docs/id/benchmark/index.md +29 -0
- package/docs/id/benchmark/nextjs.md +227 -0
- package/docs/id/benchmark/tanstack.md +193 -0
- package/docs/id/intlayer_with_react_native+expo.md +0 -2
- package/docs/it/benchmark/index.md +29 -0
- package/docs/it/benchmark/nextjs.md +227 -0
- package/docs/it/benchmark/tanstack.md +193 -0
- package/docs/ja/benchmark/index.md +29 -0
- package/docs/ja/benchmark/nextjs.md +227 -0
- package/docs/ja/benchmark/tanstack.md +193 -0
- package/docs/ko/benchmark/index.md +29 -0
- package/docs/ko/benchmark/nextjs.md +227 -0
- package/docs/ko/benchmark/tanstack.md +193 -0
- package/docs/ko/intlayer_with_tanstack.md +0 -2
- package/docs/pl/benchmark/index.md +29 -0
- package/docs/pl/benchmark/nextjs.md +227 -0
- package/docs/pl/benchmark/tanstack.md +193 -0
- package/docs/pt/benchmark/index.md +29 -0
- package/docs/pt/benchmark/nextjs.md +227 -0
- package/docs/pt/benchmark/tanstack.md +193 -0
- package/docs/ru/benchmark/index.md +29 -0
- package/docs/ru/benchmark/nextjs.md +227 -0
- package/docs/ru/benchmark/tanstack.md +193 -0
- package/docs/tr/benchmark/index.md +29 -0
- package/docs/tr/benchmark/nextjs.md +227 -0
- package/docs/tr/benchmark/tanstack.md +193 -0
- package/docs/uk/benchmark/index.md +29 -0
- package/docs/uk/benchmark/nextjs.md +227 -0
- package/docs/uk/benchmark/tanstack.md +193 -0
- package/docs/vi/benchmark/index.md +29 -0
- package/docs/vi/benchmark/nextjs.md +227 -0
- package/docs/vi/benchmark/tanstack.md +193 -0
- package/docs/zh/benchmark/index.md +29 -0
- package/docs/zh/benchmark/nextjs.md +227 -0
- package/docs/zh/benchmark/tanstack.md +193 -0
- package/package.json +6 -6
- package/src/generated/docs.entry.ts +60 -0
|
@@ -84,6 +84,66 @@ const docsEntry = {
|
|
|
84
84
|
vi: readLocale("autoFill.md", "vi"),
|
|
85
85
|
uk: readLocale("autoFill.md", "uk")
|
|
86
86
|
},
|
|
87
|
+
"./docs/en/benchmark/index.md": {
|
|
88
|
+
en: readLocale("benchmark/index.md", "en"),
|
|
89
|
+
ru: readLocale("benchmark/index.md", "ru"),
|
|
90
|
+
ja: readLocale("benchmark/index.md", "ja"),
|
|
91
|
+
fr: readLocale("benchmark/index.md", "fr"),
|
|
92
|
+
ko: readLocale("benchmark/index.md", "ko"),
|
|
93
|
+
zh: readLocale("benchmark/index.md", "zh"),
|
|
94
|
+
es: readLocale("benchmark/index.md", "es"),
|
|
95
|
+
de: readLocale("benchmark/index.md", "de"),
|
|
96
|
+
ar: readLocale("benchmark/index.md", "ar"),
|
|
97
|
+
it: readLocale("benchmark/index.md", "it"),
|
|
98
|
+
"en-GB": readLocale("benchmark/index.md", "en-GB"),
|
|
99
|
+
pt: readLocale("benchmark/index.md", "pt"),
|
|
100
|
+
hi: readLocale("benchmark/index.md", "hi"),
|
|
101
|
+
tr: readLocale("benchmark/index.md", "tr"),
|
|
102
|
+
pl: readLocale("benchmark/index.md", "pl"),
|
|
103
|
+
id: readLocale("benchmark/index.md", "id"),
|
|
104
|
+
vi: readLocale("benchmark/index.md", "vi"),
|
|
105
|
+
uk: readLocale("benchmark/index.md", "uk")
|
|
106
|
+
},
|
|
107
|
+
"./docs/en/benchmark/nextjs.md": {
|
|
108
|
+
en: readLocale("benchmark/nextjs.md", "en"),
|
|
109
|
+
ru: readLocale("benchmark/nextjs.md", "ru"),
|
|
110
|
+
ja: readLocale("benchmark/nextjs.md", "ja"),
|
|
111
|
+
fr: readLocale("benchmark/nextjs.md", "fr"),
|
|
112
|
+
ko: readLocale("benchmark/nextjs.md", "ko"),
|
|
113
|
+
zh: readLocale("benchmark/nextjs.md", "zh"),
|
|
114
|
+
es: readLocale("benchmark/nextjs.md", "es"),
|
|
115
|
+
de: readLocale("benchmark/nextjs.md", "de"),
|
|
116
|
+
ar: readLocale("benchmark/nextjs.md", "ar"),
|
|
117
|
+
it: readLocale("benchmark/nextjs.md", "it"),
|
|
118
|
+
"en-GB": readLocale("benchmark/nextjs.md", "en-GB"),
|
|
119
|
+
pt: readLocale("benchmark/nextjs.md", "pt"),
|
|
120
|
+
hi: readLocale("benchmark/nextjs.md", "hi"),
|
|
121
|
+
tr: readLocale("benchmark/nextjs.md", "tr"),
|
|
122
|
+
pl: readLocale("benchmark/nextjs.md", "pl"),
|
|
123
|
+
id: readLocale("benchmark/nextjs.md", "id"),
|
|
124
|
+
vi: readLocale("benchmark/nextjs.md", "vi"),
|
|
125
|
+
uk: readLocale("benchmark/nextjs.md", "uk")
|
|
126
|
+
},
|
|
127
|
+
"./docs/en/benchmark/tanstack.md": {
|
|
128
|
+
en: readLocale("benchmark/tanstack.md", "en"),
|
|
129
|
+
ru: readLocale("benchmark/tanstack.md", "ru"),
|
|
130
|
+
ja: readLocale("benchmark/tanstack.md", "ja"),
|
|
131
|
+
fr: readLocale("benchmark/tanstack.md", "fr"),
|
|
132
|
+
ko: readLocale("benchmark/tanstack.md", "ko"),
|
|
133
|
+
zh: readLocale("benchmark/tanstack.md", "zh"),
|
|
134
|
+
es: readLocale("benchmark/tanstack.md", "es"),
|
|
135
|
+
de: readLocale("benchmark/tanstack.md", "de"),
|
|
136
|
+
ar: readLocale("benchmark/tanstack.md", "ar"),
|
|
137
|
+
it: readLocale("benchmark/tanstack.md", "it"),
|
|
138
|
+
"en-GB": readLocale("benchmark/tanstack.md", "en-GB"),
|
|
139
|
+
pt: readLocale("benchmark/tanstack.md", "pt"),
|
|
140
|
+
hi: readLocale("benchmark/tanstack.md", "hi"),
|
|
141
|
+
tr: readLocale("benchmark/tanstack.md", "tr"),
|
|
142
|
+
pl: readLocale("benchmark/tanstack.md", "pl"),
|
|
143
|
+
id: readLocale("benchmark/tanstack.md", "id"),
|
|
144
|
+
vi: readLocale("benchmark/tanstack.md", "vi"),
|
|
145
|
+
uk: readLocale("benchmark/tanstack.md", "uk")
|
|
146
|
+
},
|
|
87
147
|
"./docs/en/bundle_optimization.md": {
|
|
88
148
|
en: readLocale("bundle_optimization.md", "en"),
|
|
89
149
|
ru: readLocale("bundle_optimization.md", "ru"),
|