@intlayer/docs 9.1.3 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (482) hide show
  1. package/blog/ar/index.md +1 -1
  2. package/blog/ar/rag_powered_documentation_assistant.md +7 -0
  3. package/blog/de/index.md +1 -1
  4. package/blog/de/rag_powered_documentation_assistant.md +6 -0
  5. package/blog/en/index.md +1 -1
  6. package/blog/en-GB/index.md +1 -1
  7. package/blog/en-GB/rag_powered_documentation_assistant.md +6 -0
  8. package/blog/es/index.md +1 -1
  9. package/blog/es/rag_powered_documentation_assistant.md +7 -0
  10. package/blog/fr/i18n_meaning.md +7 -1
  11. package/blog/fr/index.md +1 -1
  12. package/blog/fr/list_i18n_technologies/frameworks/angular.md +5 -1
  13. package/blog/fr/rag_powered_documentation_assistant.md +6 -0
  14. package/blog/hi/index.md +1 -1
  15. package/blog/hi/next-i18next_vs_next-intl_vs_intlayer.md +119 -42
  16. package/blog/hi/rag_powered_documentation_assistant.md +7 -0
  17. package/blog/id/index.md +1 -1
  18. package/blog/id/rag_powered_documentation_assistant.md +6 -0
  19. package/blog/it/index.md +1 -1
  20. package/blog/it/rag_powered_documentation_assistant.md +6 -0
  21. package/blog/ja/index.md +1 -1
  22. package/blog/ja/rag_powered_documentation_assistant.md +7 -0
  23. package/blog/ko/index.md +1 -1
  24. package/blog/ko/list_i18n_technologies/frameworks/react.md +7 -7
  25. package/blog/ko/rag_powered_documentation_assistant.md +6 -0
  26. package/blog/pl/index.md +1 -1
  27. package/blog/pl/rag_powered_documentation_assistant.md +6 -0
  28. package/blog/pt/index.md +1 -1
  29. package/blog/pt/rag_powered_documentation_assistant.md +6 -0
  30. package/blog/ru/index.md +1 -1
  31. package/blog/ru/rag_powered_documentation_assistant.md +7 -0
  32. package/blog/tr/intlayer_with_react-intl.md +3 -1
  33. package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +175 -42
  34. package/blog/tr/rag_powered_documentation_assistant.md +6 -0
  35. package/blog/uk/index.md +1 -1
  36. package/blog/uk/rag_powered_documentation_assistant.md +6 -0
  37. package/blog/vi/index.md +1 -1
  38. package/blog/vi/rag_powered_documentation_assistant.md +6 -0
  39. package/blog/zh/index.md +1 -1
  40. package/blog/zh/intlayer_with_i18next.md +87 -28
  41. package/blog/zh/intlayer_with_next-i18next.md +86 -29
  42. package/blog/zh/intlayer_with_next-intl.md +88 -28
  43. package/blog/zh/intlayer_with_react-i18next.md +87 -28
  44. package/blog/zh/intlayer_with_react-intl.md +88 -27
  45. package/blog/zh/intlayer_with_vue-i18n.md +117 -8
  46. package/blog/zh/rag_powered_documentation_assistant.md +6 -0
  47. package/dist/cjs/common.cjs +24 -1
  48. package/dist/cjs/common.cjs.map +1 -1
  49. package/dist/cjs/generated/blog.entry.cjs +58 -31
  50. package/dist/cjs/generated/blog.entry.cjs.map +1 -1
  51. package/dist/cjs/generated/docs.entry.cjs +265 -218
  52. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  53. package/dist/cjs/generated/frequentQuestions.entry.cjs +48 -21
  54. package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
  55. package/dist/cjs/generated/legal.entry.cjs +33 -6
  56. package/dist/cjs/generated/legal.entry.cjs.map +1 -1
  57. package/dist/esm/common.mjs +24 -1
  58. package/dist/esm/common.mjs.map +1 -1
  59. package/dist/esm/generated/blog.entry.mjs +58 -31
  60. package/dist/esm/generated/blog.entry.mjs.map +1 -1
  61. package/dist/esm/generated/docs.entry.mjs +265 -218
  62. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  63. package/dist/esm/generated/frequentQuestions.entry.mjs +48 -21
  64. package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
  65. package/dist/esm/generated/legal.entry.mjs +33 -6
  66. package/dist/esm/generated/legal.entry.mjs.map +1 -1
  67. package/dist/types/common.d.ts.map +1 -1
  68. package/dist/types/generated/blog.entry.d.ts.map +1 -1
  69. package/dist/types/generated/docs.entry.d.ts +1 -0
  70. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  71. package/dist/types/generated/frequentQuestions.entry.d.ts.map +1 -1
  72. package/dist/types/generated/legal.entry.d.ts.map +1 -1
  73. package/docs/ar/analytics.md +222 -0
  74. package/docs/ar/autoFill.md +28 -9
  75. package/docs/ar/bundle_optimization.md +58 -25
  76. package/docs/ar/configuration.md +25 -8
  77. package/docs/ar/dictionary/file.md +3 -1
  78. package/docs/ar/dictionary/nesting.md +47 -30
  79. package/docs/ar/formatters.md +148 -193
  80. package/docs/ar/intlayer_CMS.md +152 -0
  81. package/docs/ar/intlayer_with_angular_21.md +9 -9
  82. package/docs/ar/intlayer_with_nextjs_14.md +1 -28
  83. package/docs/ar/intlayer_with_nextjs_15.md +1 -33
  84. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +40 -83
  85. package/docs/ar/intlayer_with_solid_start.md +1078 -0
  86. package/docs/ar/intlayer_with_vite+vue.md +1 -3
  87. package/docs/ar/live-sync.md +4 -0
  88. package/docs/ar/packages/intlayer/getLocalizedUrl.md +26 -24
  89. package/docs/ar/packages/intlayer/getMultilingualUrls.md +4 -18
  90. package/docs/ar/packages/react-intlayer/useDictionary.md +4 -21
  91. package/docs/ar/packages/react-intlayer/useIntlayer.md +2 -2
  92. package/docs/ar/packages/vite-intlayer/exports.md +15 -0
  93. package/docs/ar/packages/vite-intlayer/intlayer.md +121 -6
  94. package/docs/ar/packages/vite-intlayer/intlayerPrune.md +70 -3
  95. package/docs/ar/releases/v9.md +0 -37
  96. package/docs/ar/self_hosting.md +46 -49
  97. package/docs/bn/bundle_optimization.md +58 -25
  98. package/docs/bn/configuration.md +25 -8
  99. package/docs/bn/intlayer_with_angular_21.md +9 -9
  100. package/docs/cs/bundle_optimization.md +58 -25
  101. package/docs/cs/configuration.md +25 -8
  102. package/docs/cs/intlayer_with_angular_21.md +9 -9
  103. package/docs/de/analytics.md +222 -0
  104. package/docs/de/autoFill.md +28 -9
  105. package/docs/de/bundle_optimization.md +58 -25
  106. package/docs/de/configuration.md +25 -8
  107. package/docs/de/dictionary/file.md +3 -1
  108. package/docs/de/dictionary/nesting.md +47 -31
  109. package/docs/de/formatters.md +208 -334
  110. package/docs/de/intlayer_CMS.md +66 -15
  111. package/docs/de/intlayer_with_angular_21.md +9 -9
  112. package/docs/de/intlayer_with_nestjs.md +11 -7
  113. package/docs/de/intlayer_with_nextjs_14.md +1 -28
  114. package/docs/de/intlayer_with_nextjs_15.md +1 -33
  115. package/docs/de/intlayer_with_solid_start.md +1078 -0
  116. package/docs/de/intlayer_with_vite+vue.md +1 -3
  117. package/docs/de/live-sync.md +4 -0
  118. package/docs/de/packages/intlayer/getLocalizedUrl.md +33 -25
  119. package/docs/de/packages/intlayer/getMultilingualUrls.md +4 -18
  120. package/docs/de/packages/react-intlayer/useDictionary.md +2 -5
  121. package/docs/de/packages/vite-intlayer/exports.md +15 -0
  122. package/docs/de/packages/vite-intlayer/intlayer.md +121 -6
  123. package/docs/de/packages/vite-intlayer/intlayerPrune.md +77 -4
  124. package/docs/de/releases/v9.md +0 -15
  125. package/docs/de/self_hosting.md +46 -50
  126. package/docs/en/bundle_optimization.md +51 -23
  127. package/docs/en/cli/doc-review.md +13 -2
  128. package/docs/en/configuration.md +24 -15
  129. package/docs/en/intlayer_with_angular_21.md +9 -9
  130. package/docs/en/intlayer_with_solid_start.md +1091 -0
  131. package/docs/en/intlayer_with_vite+solid.md +12 -0
  132. package/docs/en/live-sync.md +4 -0
  133. package/docs/en-GB/analytics.md +222 -0
  134. package/docs/en-GB/autoFill.md +26 -7
  135. package/docs/en-GB/bundle_optimization.md +58 -25
  136. package/docs/en-GB/configuration.md +25 -8
  137. package/docs/en-GB/dictionary/file.md +2 -0
  138. package/docs/en-GB/dictionary/nesting.md +64 -205
  139. package/docs/en-GB/formatters.md +146 -181
  140. package/docs/en-GB/intlayer_CMS.md +152 -0
  141. package/docs/en-GB/intlayer_with_angular_21.md +9 -9
  142. package/docs/en-GB/intlayer_with_nestjs.md +6 -2
  143. package/docs/en-GB/intlayer_with_nextjs_14.md +0 -27
  144. package/docs/en-GB/intlayer_with_nextjs_15.md +1 -33
  145. package/docs/en-GB/intlayer_with_react_router_v7_fs_routes.md +40 -82
  146. package/docs/en-GB/intlayer_with_solid_start.md +1078 -0
  147. package/docs/en-GB/intlayer_with_vite+vue.md +1 -3
  148. package/docs/en-GB/live-sync.md +4 -0
  149. package/docs/en-GB/packages/intlayer/getLocalizedUrl.md +30 -22
  150. package/docs/en-GB/packages/intlayer/getMultilingualUrls.md +16 -48
  151. package/docs/en-GB/packages/vite-intlayer/exports.md +15 -0
  152. package/docs/en-GB/packages/vite-intlayer/intlayer.md +121 -6
  153. package/docs/en-GB/packages/vite-intlayer/intlayerPrune.md +77 -4
  154. package/docs/en-GB/self_hosting.md +60 -49
  155. package/docs/es/analytics.md +222 -0
  156. package/docs/es/autoFill.md +28 -9
  157. package/docs/es/bundle_optimization.md +58 -25
  158. package/docs/es/configuration.md +24 -7
  159. package/docs/es/dictionary/file.md +3 -1
  160. package/docs/es/dictionary/nesting.md +47 -30
  161. package/docs/es/formatters.md +114 -168
  162. package/docs/es/intlayer_CMS.md +35 -10
  163. package/docs/es/intlayer_with_angular_21.md +9 -9
  164. package/docs/es/intlayer_with_nextjs_14.md +1 -28
  165. package/docs/es/intlayer_with_nextjs_15.md +1 -33
  166. package/docs/es/intlayer_with_solid_start.md +1078 -0
  167. package/docs/es/live-sync.md +4 -0
  168. package/docs/es/packages/intlayer/getLocalizedUrl.md +31 -23
  169. package/docs/es/packages/intlayer/getMultilingualUrls.md +4 -18
  170. package/docs/es/packages/vite-intlayer/exports.md +15 -0
  171. package/docs/es/packages/vite-intlayer/intlayer.md +121 -6
  172. package/docs/es/packages/vite-intlayer/intlayerPrune.md +69 -2
  173. package/docs/es/releases/v9.md +0 -15
  174. package/docs/es/self_hosting.md +46 -49
  175. package/docs/fr/analytics.md +222 -0
  176. package/docs/fr/autoFill.md +27 -8
  177. package/docs/fr/bundle_optimization.md +58 -25
  178. package/docs/fr/configuration.md +25 -8
  179. package/docs/fr/dictionary/file.md +2 -0
  180. package/docs/fr/dictionary/nesting.md +37 -184
  181. package/docs/fr/formatters.md +95 -236
  182. package/docs/fr/intlayer_CMS.md +66 -15
  183. package/docs/fr/intlayer_with_angular_21.md +9 -9
  184. package/docs/fr/intlayer_with_nextjs_14.md +1 -28
  185. package/docs/fr/intlayer_with_nextjs_15.md +1 -33
  186. package/docs/fr/intlayer_with_solid_start.md +1078 -0
  187. package/docs/fr/live-sync.md +4 -0
  188. package/docs/fr/packages/intlayer/getLocalizedUrl.md +37 -27
  189. package/docs/fr/packages/intlayer/getMultilingualUrls.md +18 -20
  190. package/docs/fr/packages/vite-intlayer/exports.md +15 -0
  191. package/docs/fr/packages/vite-intlayer/intlayer.md +121 -6
  192. package/docs/fr/packages/vite-intlayer/intlayerPrune.md +77 -4
  193. package/docs/fr/releases/v9.md +0 -15
  194. package/docs/fr/self_hosting.md +46 -49
  195. package/docs/hi/analytics.md +222 -0
  196. package/docs/hi/autoFill.md +28 -9
  197. package/docs/hi/bundle_optimization.md +58 -25
  198. package/docs/hi/configuration.md +25 -8
  199. package/docs/hi/dictionary/file.md +3 -1
  200. package/docs/hi/dictionary/nesting.md +47 -30
  201. package/docs/hi/formatters.md +233 -334
  202. package/docs/hi/how_works_intlayer.md +3 -1
  203. package/docs/hi/intlayer_CMS.md +152 -0
  204. package/docs/hi/intlayer_with_angular_21.md +9 -9
  205. package/docs/hi/intlayer_with_nestjs.md +11 -7
  206. package/docs/hi/intlayer_with_nextjs_14.md +1 -28
  207. package/docs/hi/intlayer_with_nextjs_15.md +1 -33
  208. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +40 -83
  209. package/docs/hi/intlayer_with_solid_start.md +1077 -0
  210. package/docs/hi/intlayer_with_vite+preact.md +56 -49
  211. package/docs/hi/intlayer_with_vite+react.md +48 -41
  212. package/docs/hi/intlayer_with_vite+solid.md +32 -41
  213. package/docs/hi/intlayer_with_vite+vue.md +49 -44
  214. package/docs/hi/live-sync.md +4 -0
  215. package/docs/hi/packages/intlayer/getLocalizedUrl.md +26 -24
  216. package/docs/hi/packages/intlayer/getMultilingualUrls.md +4 -18
  217. package/docs/hi/packages/next-intlayer/t.md +33 -1
  218. package/docs/hi/packages/react-intlayer/useDictionary.md +4 -21
  219. package/docs/hi/packages/vite-intlayer/exports.md +15 -0
  220. package/docs/hi/packages/vite-intlayer/intlayer.md +121 -6
  221. package/docs/hi/packages/vite-intlayer/intlayerPrune.md +78 -5
  222. package/docs/hi/plugins/sync-json.md +9 -9
  223. package/docs/hi/releases/v9.md +0 -15
  224. package/docs/hi/self_hosting.md +38 -51
  225. package/docs/id/analytics.md +223 -0
  226. package/docs/id/bundle_optimization.md +58 -25
  227. package/docs/id/configuration.md +25 -8
  228. package/docs/id/dictionary/nesting.md +37 -184
  229. package/docs/id/formatters.md +208 -305
  230. package/docs/id/intlayer_CMS.md +164 -0
  231. package/docs/id/intlayer_with_angular_21.md +9 -9
  232. package/docs/id/intlayer_with_nextjs_14.md +1 -26
  233. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +70 -63
  234. package/docs/id/intlayer_with_solid_start.md +1078 -0
  235. package/docs/id/live-sync.md +4 -0
  236. package/docs/id/packages/intlayer/getMultilingualUrls.md +4 -18
  237. package/docs/id/packages/react-intlayer/useIntlayer.md +2 -2
  238. package/docs/id/packages/vite-intlayer/exports.md +15 -0
  239. package/docs/id/packages/vite-intlayer/intlayer.md +121 -6
  240. package/docs/id/packages/vite-intlayer/intlayerPrune.md +78 -5
  241. package/docs/id/releases/v9.md +12 -0
  242. package/docs/id/self_hosting.md +61 -50
  243. package/docs/it/analytics.md +222 -0
  244. package/docs/it/autoFill.md +27 -8
  245. package/docs/it/bundle_optimization.md +58 -25
  246. package/docs/it/configuration.md +25 -8
  247. package/docs/it/dictionary/file.md +3 -1
  248. package/docs/it/dictionary/nesting.md +47 -30
  249. package/docs/it/formatters.md +114 -168
  250. package/docs/it/intlayer_CMS.md +66 -15
  251. package/docs/it/intlayer_with_angular_21.md +9 -9
  252. package/docs/it/intlayer_with_nestjs.md +11 -7
  253. package/docs/it/intlayer_with_nextjs_14.md +1 -28
  254. package/docs/it/intlayer_with_nextjs_15.md +1 -33
  255. package/docs/it/intlayer_with_solid_start.md +1078 -0
  256. package/docs/it/intlayer_with_vite+vue.md +1 -3
  257. package/docs/it/live-sync.md +4 -0
  258. package/docs/it/packages/intlayer/getLocalizedUrl.md +34 -26
  259. package/docs/it/packages/intlayer/getMultilingualUrls.md +4 -18
  260. package/docs/it/packages/react-intlayer/useDictionary.md +4 -21
  261. package/docs/it/packages/vite-intlayer/exports.md +15 -0
  262. package/docs/it/packages/vite-intlayer/intlayer.md +121 -6
  263. package/docs/it/packages/vite-intlayer/intlayerPrune.md +77 -4
  264. package/docs/it/releases/v9.md +0 -15
  265. package/docs/it/self_hosting.md +60 -49
  266. package/docs/ja/analytics.md +222 -0
  267. package/docs/ja/autoFill.md +28 -9
  268. package/docs/ja/bundle_optimization.md +58 -25
  269. package/docs/ja/configuration.md +25 -8
  270. package/docs/ja/dictionary/content_file.md +15 -7
  271. package/docs/ja/dictionary/file.md +3 -1
  272. package/docs/ja/dictionary/nesting.md +47 -30
  273. package/docs/ja/formatters.md +133 -187
  274. package/docs/ja/intlayer_visual_editor.md +3 -1
  275. package/docs/ja/intlayer_with_angular_21.md +6 -6
  276. package/docs/ja/intlayer_with_nestjs.md +2 -12
  277. package/docs/ja/intlayer_with_nextjs_14.md +1 -28
  278. package/docs/ja/intlayer_with_nextjs_15.md +1 -33
  279. package/docs/ja/intlayer_with_react_router_v7.md +456 -20
  280. package/docs/ja/intlayer_with_solid_start.md +1078 -0
  281. package/docs/ja/intlayer_with_vite+preact.md +73 -41
  282. package/docs/ja/intlayer_with_vite+vue.md +1 -3
  283. package/docs/ja/live-sync.md +4 -0
  284. package/docs/ja/mcp_server.md +3 -9
  285. package/docs/ja/packages/intlayer/getLocalizedUrl.md +26 -24
  286. package/docs/ja/packages/intlayer/getMultilingualUrls.md +3 -17
  287. package/docs/ja/packages/vite-intlayer/exports.md +15 -0
  288. package/docs/ja/packages/vite-intlayer/intlayer.md +121 -6
  289. package/docs/ja/packages/vite-intlayer/intlayerPrune.md +79 -6
  290. package/docs/ja/releases/v9.md +12 -0
  291. package/docs/ja/self_hosting.md +46 -50
  292. package/docs/ko/analytics.md +222 -0
  293. package/docs/ko/autoFill.md +28 -9
  294. package/docs/ko/bundle_optimization.md +58 -25
  295. package/docs/ko/configuration.md +25 -8
  296. package/docs/ko/dictionary/file.md +3 -1
  297. package/docs/ko/dictionary/nesting.md +47 -30
  298. package/docs/ko/formatters.md +133 -187
  299. package/docs/ko/intlayer_with_angular_21.md +9 -9
  300. package/docs/ko/intlayer_with_lynx+react.md +133 -39
  301. package/docs/ko/intlayer_with_nextjs_14.md +1 -28
  302. package/docs/ko/intlayer_with_nextjs_15.md +1 -33
  303. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +40 -188
  304. package/docs/ko/intlayer_with_solid_start.md +1078 -0
  305. package/docs/ko/intlayer_with_vite+preact.md +57 -23
  306. package/docs/ko/intlayer_with_vite+vue.md +1 -3
  307. package/docs/ko/live-sync.md +4 -0
  308. package/docs/ko/packages/intlayer/getLocalizedUrl.md +26 -24
  309. package/docs/ko/packages/intlayer/getMultilingualUrls.md +4 -18
  310. package/docs/ko/packages/vite-intlayer/exports.md +15 -0
  311. package/docs/ko/packages/vite-intlayer/intlayer.md +121 -6
  312. package/docs/ko/packages/vite-intlayer/intlayerPrune.md +79 -6
  313. package/docs/ko/releases/v9.md +12 -0
  314. package/docs/ko/self_hosting.md +60 -49
  315. package/docs/nl/bundle_optimization.md +58 -25
  316. package/docs/nl/configuration.md +25 -8
  317. package/docs/nl/intlayer_with_angular_21.md +9 -9
  318. package/docs/pl/analytics.md +220 -0
  319. package/docs/pl/bundle_optimization.md +58 -25
  320. package/docs/pl/configuration.md +25 -8
  321. package/docs/pl/dictionary/nesting.md +47 -30
  322. package/docs/pl/formatters.md +208 -305
  323. package/docs/pl/intlayer_CMS.md +152 -0
  324. package/docs/pl/intlayer_with_angular_21.md +9 -9
  325. package/docs/pl/intlayer_with_nextjs_14.md +1 -26
  326. package/docs/pl/intlayer_with_solid_start.md +1078 -0
  327. package/docs/pl/live-sync.md +4 -0
  328. package/docs/pl/packages/intlayer/getMultilingualUrls.md +4 -18
  329. package/docs/pl/packages/react-intlayer/useDictionary.md +2 -19
  330. package/docs/pl/packages/vite-intlayer/exports.md +15 -0
  331. package/docs/pl/packages/vite-intlayer/intlayer.md +121 -6
  332. package/docs/pl/packages/vite-intlayer/intlayerPrune.md +77 -4
  333. package/docs/pl/releases/v9.md +0 -15
  334. package/docs/pl/self_hosting.md +60 -49
  335. package/docs/pt/analytics.md +222 -0
  336. package/docs/pt/bundle_optimization.md +58 -24
  337. package/docs/pt/configuration.md +25 -8
  338. package/docs/pt/dictionary/file.md +3 -1
  339. package/docs/pt/dictionary/nesting.md +47 -30
  340. package/docs/pt/formatters.md +112 -168
  341. package/docs/pt/intlayer_CMS.md +66 -15
  342. package/docs/pt/intlayer_with_angular_21.md +9 -9
  343. package/docs/pt/intlayer_with_astro_lit.md +26 -1
  344. package/docs/pt/intlayer_with_nextjs_14.md +1 -28
  345. package/docs/pt/intlayer_with_nextjs_15.md +1 -33
  346. package/docs/pt/intlayer_with_solid_start.md +1078 -0
  347. package/docs/pt/intlayer_with_vite+vue.md +1 -3
  348. package/docs/pt/live-sync.md +4 -0
  349. package/docs/pt/packages/intlayer/getLocalizedUrl.md +34 -26
  350. package/docs/pt/packages/intlayer/getMultilingualUrls.md +4 -18
  351. package/docs/pt/packages/vite-intlayer/exports.md +15 -0
  352. package/docs/pt/packages/vite-intlayer/intlayer.md +121 -6
  353. package/docs/pt/packages/vite-intlayer/intlayerPrune.md +78 -6
  354. package/docs/pt/releases/v9.md +0 -15
  355. package/docs/pt/self_hosting.md +60 -49
  356. package/docs/ru/analytics.md +222 -0
  357. package/docs/ru/autoFill.md +27 -8
  358. package/docs/ru/bundle_optimization.md +58 -25
  359. package/docs/ru/configuration.md +25 -8
  360. package/docs/ru/dictionary/file.md +3 -1
  361. package/docs/ru/dictionary/nesting.md +64 -205
  362. package/docs/ru/formatters.md +108 -128
  363. package/docs/ru/intlayer_with_angular_21.md +9 -9
  364. package/docs/ru/intlayer_with_nextjs_14.md +1 -28
  365. package/docs/ru/intlayer_with_nextjs_15.md +1 -33
  366. package/docs/ru/intlayer_with_solid_start.md +1078 -0
  367. package/docs/ru/intlayer_with_vite+vue.md +1 -3
  368. package/docs/ru/live-sync.md +4 -0
  369. package/docs/ru/packages/intlayer/getLocalizedUrl.md +34 -26
  370. package/docs/ru/packages/intlayer/getMultilingualUrls.md +4 -18
  371. package/docs/ru/packages/react-intlayer/useDictionary.md +4 -21
  372. package/docs/ru/packages/vite-intlayer/exports.md +15 -0
  373. package/docs/ru/packages/vite-intlayer/intlayer.md +121 -6
  374. package/docs/ru/packages/vite-intlayer/intlayerPrune.md +77 -4
  375. package/docs/ru/releases/v9.md +0 -15
  376. package/docs/ru/self_hosting.md +60 -49
  377. package/docs/tr/analytics.md +222 -0
  378. package/docs/tr/autoFill.md +28 -9
  379. package/docs/tr/bundle_optimization.md +58 -25
  380. package/docs/tr/configuration.md +25 -8
  381. package/docs/tr/dictionary/file.md +2 -0
  382. package/docs/tr/dictionary/nesting.md +47 -30
  383. package/docs/tr/formatters.md +144 -190
  384. package/docs/tr/intlayer_CMS.md +152 -0
  385. package/docs/tr/intlayer_with_angular_21.md +9 -9
  386. package/docs/tr/intlayer_with_nestjs.md +2 -12
  387. package/docs/tr/intlayer_with_nextjs_15.md +1 -33
  388. package/docs/tr/intlayer_with_solid_start.md +1078 -0
  389. package/docs/tr/intlayer_with_vite+vue.md +1 -3
  390. package/docs/tr/live-sync.md +4 -0
  391. package/docs/tr/packages/intlayer/getMultilingualUrls.md +4 -18
  392. package/docs/tr/packages/vite-intlayer/exports.md +15 -0
  393. package/docs/tr/packages/vite-intlayer/intlayer.md +121 -6
  394. package/docs/tr/packages/vite-intlayer/intlayerPrune.md +77 -4
  395. package/docs/tr/self_hosting.md +47 -50
  396. package/docs/uk/analytics.md +222 -0
  397. package/docs/uk/bundle_optimization.md +58 -25
  398. package/docs/uk/configuration.md +25 -8
  399. package/docs/uk/dictionary/nesting.md +47 -30
  400. package/docs/uk/formatters.md +128 -185
  401. package/docs/uk/intlayer_CMS.md +152 -0
  402. package/docs/uk/intlayer_with_angular_21.md +9 -9
  403. package/docs/uk/intlayer_with_nextjs_14.md +1 -26
  404. package/docs/uk/intlayer_with_solid_start.md +1078 -0
  405. package/docs/uk/live-sync.md +4 -0
  406. package/docs/uk/packages/react-intlayer/useDictionary.md +2 -19
  407. package/docs/uk/packages/vite-intlayer/exports.md +15 -0
  408. package/docs/uk/packages/vite-intlayer/intlayer.md +121 -6
  409. package/docs/uk/packages/vite-intlayer/intlayerPrune.md +77 -4
  410. package/docs/uk/releases/v9.md +0 -15
  411. package/docs/uk/self_hosting.md +60 -50
  412. package/docs/ur/bundle_optimization.md +58 -25
  413. package/docs/ur/configuration.md +25 -8
  414. package/docs/ur/intlayer_with_angular_21.md +9 -9
  415. package/docs/vi/analytics.md +222 -0
  416. package/docs/vi/bundle_optimization.md +58 -25
  417. package/docs/vi/configuration.md +24 -8
  418. package/docs/vi/dictionary/nesting.md +37 -184
  419. package/docs/vi/formatters.md +208 -309
  420. package/docs/vi/intlayer_CMS.md +164 -0
  421. package/docs/vi/intlayer_with_angular_21.md +9 -9
  422. package/docs/vi/intlayer_with_nextjs_14.md +0 -25
  423. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +70 -63
  424. package/docs/vi/intlayer_with_solid_start.md +1078 -0
  425. package/docs/vi/live-sync.md +4 -0
  426. package/docs/vi/packages/intlayer/getMultilingualUrls.md +4 -18
  427. package/docs/vi/packages/react-intlayer/useIntlayer.md +2 -2
  428. package/docs/vi/packages/vite-intlayer/exports.md +15 -0
  429. package/docs/vi/packages/vite-intlayer/intlayer.md +121 -6
  430. package/docs/vi/packages/vite-intlayer/intlayerPrune.md +77 -4
  431. package/docs/vi/plugins/sync-json.md +6 -6
  432. package/docs/vi/releases/v9.md +12 -0
  433. package/docs/vi/self_hosting.md +61 -50
  434. package/docs/zh/CI_CD.md +4 -0
  435. package/docs/zh/analytics.md +222 -0
  436. package/docs/zh/autoFill.md +28 -9
  437. package/docs/zh/bundle_optimization.md +58 -25
  438. package/docs/zh/configuration.md +24 -8
  439. package/docs/zh/dictionary/file.md +2 -0
  440. package/docs/zh/dictionary/nesting.md +47 -30
  441. package/docs/zh/formatters.md +140 -188
  442. package/docs/zh/intlayer_CMS.md +164 -0
  443. package/docs/zh/intlayer_with_analog.md +193 -3
  444. package/docs/zh/intlayer_with_angular_19.md +272 -3
  445. package/docs/zh/intlayer_with_angular_21.md +7 -7
  446. package/docs/zh/intlayer_with_create_react_app.md +348 -26
  447. package/docs/zh/intlayer_with_lynx+react.md +263 -4
  448. package/docs/zh/intlayer_with_nextjs_14.md +1 -28
  449. package/docs/zh/intlayer_with_nextjs_15.md +1 -33
  450. package/docs/zh/intlayer_with_nextjs_no_locale_path.md +558 -1
  451. package/docs/zh/intlayer_with_nuxt.md +182 -7
  452. package/docs/zh/intlayer_with_react_router_v7.md +183 -25
  453. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +306 -42
  454. package/docs/zh/intlayer_with_solid_start.md +1077 -0
  455. package/docs/zh/intlayer_with_storybook.md +260 -3
  456. package/docs/zh/intlayer_with_svelte_kit.md +428 -48
  457. package/docs/zh/intlayer_with_tanstack+solid.md +713 -13
  458. package/docs/zh/intlayer_with_tanstack.md +731 -20
  459. package/docs/zh/intlayer_with_vanilla.md +314 -4
  460. package/docs/zh/intlayer_with_vite+lit.md +465 -4
  461. package/docs/zh/intlayer_with_vite+preact.md +422 -116
  462. package/docs/zh/intlayer_with_vite+react.md +324 -45
  463. package/docs/zh/intlayer_with_vite+react_compiler.md +228 -13
  464. package/docs/zh/intlayer_with_vite+solid.md +462 -32
  465. package/docs/zh/intlayer_with_vite+vanilla.md +497 -4
  466. package/docs/zh/live-sync.md +4 -0
  467. package/docs/zh/mcp_server.md +3 -9
  468. package/docs/zh/packages/intlayer/getLocalizedUrl.md +26 -24
  469. package/docs/zh/packages/intlayer/getMultilingualUrls.md +4 -18
  470. package/docs/zh/packages/vite-intlayer/exports.md +29 -0
  471. package/docs/zh/packages/vite-intlayer/intlayer.md +121 -6
  472. package/docs/zh/packages/vite-intlayer/intlayerPrune.md +79 -6
  473. package/docs/zh/releases/v9.md +12 -0
  474. package/docs/zh/self_hosting.md +60 -50
  475. package/docs/zh-TW/bundle_optimization.md +58 -25
  476. package/docs/zh-TW/intlayer_with_angular_21.md +7 -7
  477. package/package.json +7 -7
  478. package/src/common.ts +39 -2
  479. package/src/generated/blog.entry.ts +66 -34
  480. package/src/generated/docs.entry.ts +273 -221
  481. package/src/generated/frequentQuestions.entry.ts +56 -24
  482. package/src/generated/legal.entry.ts +41 -9
@@ -1 +1 @@
1
- {"version":3,"file":"blog.entry.cjs","names":[],"sources":["../../../src/generated/blog.entry.ts"],"sourcesContent":["/* AUTO-GENERATED – DO NOT EDIT */\n/* REGENERATE USING `pnpm prepare` */\nimport { existsSync } from 'node:fs';\nimport { readFile } from 'node:fs/promises';\nimport { join, dirname as pathDirname } from 'node:path';\nimport { fileURLToPath } from 'node:url';\nimport { getPackageJsonPath, getProjectRequire } from '@intlayer/config/utils';\nimport type { LocalesValues } from '@intlayer/types/module_augmentation';\n\n// Robustly resolve the base directory of the @intlayer/docs package in both\n// bundled environments (Next.js) and standalone CLIs (MCP via npx).\nconst currentDir =\n typeof __dirname !== 'undefined'\n ? __dirname\n : pathDirname(fileURLToPath(import.meta.url));\n\nlet baseDir: string;\ntry {\n // Prefer resolving from the location of this file (works for CLIs).\n const projectRequire = getProjectRequire(currentDir);\n const docEntryPath = projectRequire.resolve('@intlayer/docs');\n baseDir = getPackageJsonPath(docEntryPath).baseDir;\n} catch {\n try {\n // Fallback: resolve from the consumer project (works for apps/bundlers).\n const projectRequire = getProjectRequire();\n const docEntryPath = projectRequire.resolve('@intlayer/docs');\n baseDir = getPackageJsonPath(docEntryPath).baseDir;\n } catch {\n // Last resort: walk up from currentDir (useful when executed inside @intlayer/docs).\n baseDir = getPackageJsonPath(currentDir).baseDir;\n }\n}\n\nconst readLocale = (\n relativeAfterLocale: string,\n locale: LocalesValues\n): Promise<string> => {\n const target1 = join(baseDir, `./blog/${locale}/${relativeAfterLocale}`);\n if (existsSync(target1)) {\n return readFile(target1, 'utf8');\n }\n const target2 = join(baseDir, `./blog/en/${relativeAfterLocale}`);\n if (existsSync(target2)) {\n return readFile(target2, 'utf8');\n }\n\n return Promise.reject(\n new Error(\n `[docs] File not found: ${relativeAfterLocale} - locale: ${locale} - path: ${target1} - path: ${target2}`\n )\n );\n};\n\nexport const blogEntry = {\n './blog/en/compiler_vs_declarative_i18n.md': {\n en: readLocale('compiler_vs_declarative_i18n.md', 'en'),\n ru: readLocale('compiler_vs_declarative_i18n.md', 'ru'),\n ja: readLocale('compiler_vs_declarative_i18n.md', 'ja'),\n fr: readLocale('compiler_vs_declarative_i18n.md', 'fr'),\n ko: readLocale('compiler_vs_declarative_i18n.md', 'ko'),\n zh: readLocale('compiler_vs_declarative_i18n.md', 'zh'),\n es: readLocale('compiler_vs_declarative_i18n.md', 'es'),\n de: readLocale('compiler_vs_declarative_i18n.md', 'de'),\n ar: readLocale('compiler_vs_declarative_i18n.md', 'ar'),\n it: readLocale('compiler_vs_declarative_i18n.md', 'it'),\n 'en-GB': readLocale('compiler_vs_declarative_i18n.md', 'en-GB'),\n pt: readLocale('compiler_vs_declarative_i18n.md', 'pt'),\n hi: readLocale('compiler_vs_declarative_i18n.md', 'hi'),\n tr: readLocale('compiler_vs_declarative_i18n.md', 'tr'),\n pl: readLocale('compiler_vs_declarative_i18n.md', 'pl'),\n id: readLocale('compiler_vs_declarative_i18n.md', 'id'),\n vi: readLocale('compiler_vs_declarative_i18n.md', 'vi'),\n uk: readLocale('compiler_vs_declarative_i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_meaning.md': {\n en: readLocale('i18n_meaning.md', 'en'),\n ru: readLocale('i18n_meaning.md', 'ru'),\n ja: readLocale('i18n_meaning.md', 'ja'),\n fr: readLocale('i18n_meaning.md', 'fr'),\n ko: readLocale('i18n_meaning.md', 'ko'),\n zh: readLocale('i18n_meaning.md', 'zh'),\n es: readLocale('i18n_meaning.md', 'es'),\n de: readLocale('i18n_meaning.md', 'de'),\n ar: readLocale('i18n_meaning.md', 'ar'),\n it: readLocale('i18n_meaning.md', 'it'),\n 'en-GB': readLocale('i18n_meaning.md', 'en-GB'),\n pt: readLocale('i18n_meaning.md', 'pt'),\n hi: readLocale('i18n_meaning.md', 'hi'),\n tr: readLocale('i18n_meaning.md', 'tr'),\n pl: readLocale('i18n_meaning.md', 'pl'),\n id: readLocale('i18n_meaning.md', 'id'),\n vi: readLocale('i18n_meaning.md', 'vi'),\n uk: readLocale('i18n_meaning.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_using_next-i18next.md': {\n en: readLocale('i18n_using_next-i18next.md', 'en'),\n ru: readLocale('i18n_using_next-i18next.md', 'ru'),\n ja: readLocale('i18n_using_next-i18next.md', 'ja'),\n fr: readLocale('i18n_using_next-i18next.md', 'fr'),\n ko: readLocale('i18n_using_next-i18next.md', 'ko'),\n zh: readLocale('i18n_using_next-i18next.md', 'zh'),\n es: readLocale('i18n_using_next-i18next.md', 'es'),\n de: readLocale('i18n_using_next-i18next.md', 'de'),\n ar: readLocale('i18n_using_next-i18next.md', 'ar'),\n it: readLocale('i18n_using_next-i18next.md', 'it'),\n 'en-GB': readLocale('i18n_using_next-i18next.md', 'en-GB'),\n pt: readLocale('i18n_using_next-i18next.md', 'pt'),\n hi: readLocale('i18n_using_next-i18next.md', 'hi'),\n tr: readLocale('i18n_using_next-i18next.md', 'tr'),\n pl: readLocale('i18n_using_next-i18next.md', 'pl'),\n id: readLocale('i18n_using_next-i18next.md', 'id'),\n vi: readLocale('i18n_using_next-i18next.md', 'vi'),\n uk: readLocale('i18n_using_next-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_using_next-intl.md': {\n en: readLocale('i18n_using_next-intl.md', 'en'),\n ru: readLocale('i18n_using_next-intl.md', 'ru'),\n ja: readLocale('i18n_using_next-intl.md', 'ja'),\n fr: readLocale('i18n_using_next-intl.md', 'fr'),\n ko: readLocale('i18n_using_next-intl.md', 'ko'),\n zh: readLocale('i18n_using_next-intl.md', 'zh'),\n es: readLocale('i18n_using_next-intl.md', 'es'),\n de: readLocale('i18n_using_next-intl.md', 'de'),\n ar: readLocale('i18n_using_next-intl.md', 'ar'),\n it: readLocale('i18n_using_next-intl.md', 'it'),\n 'en-GB': readLocale('i18n_using_next-intl.md', 'en-GB'),\n pt: readLocale('i18n_using_next-intl.md', 'pt'),\n hi: readLocale('i18n_using_next-intl.md', 'hi'),\n tr: readLocale('i18n_using_next-intl.md', 'tr'),\n pl: readLocale('i18n_using_next-intl.md', 'pl'),\n id: readLocale('i18n_using_next-intl.md', 'id'),\n vi: readLocale('i18n_using_next-intl.md', 'vi'),\n uk: readLocale('i18n_using_next-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/index.md': {\n en: readLocale('index.md', 'en'),\n ru: readLocale('index.md', 'ru'),\n ja: readLocale('index.md', 'ja'),\n fr: readLocale('index.md', 'fr'),\n ko: readLocale('index.md', 'ko'),\n zh: readLocale('index.md', 'zh'),\n es: readLocale('index.md', 'es'),\n de: readLocale('index.md', 'de'),\n ar: readLocale('index.md', 'ar'),\n it: readLocale('index.md', 'it'),\n 'en-GB': readLocale('index.md', 'en-GB'),\n pt: readLocale('index.md', 'pt'),\n hi: readLocale('index.md', 'hi'),\n tr: readLocale('index.md', 'tr'),\n pl: readLocale('index.md', 'pl'),\n id: readLocale('index.md', 'id'),\n vi: readLocale('index.md', 'vi'),\n uk: readLocale('index.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/internationalization_and_SEO.md': {\n en: readLocale('internationalization_and_SEO.md', 'en'),\n ru: readLocale('internationalization_and_SEO.md', 'ru'),\n ja: readLocale('internationalization_and_SEO.md', 'ja'),\n fr: readLocale('internationalization_and_SEO.md', 'fr'),\n ko: readLocale('internationalization_and_SEO.md', 'ko'),\n zh: readLocale('internationalization_and_SEO.md', 'zh'),\n es: readLocale('internationalization_and_SEO.md', 'es'),\n de: readLocale('internationalization_and_SEO.md', 'de'),\n ar: readLocale('internationalization_and_SEO.md', 'ar'),\n it: readLocale('internationalization_and_SEO.md', 'it'),\n 'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),\n pt: readLocale('internationalization_and_SEO.md', 'pt'),\n hi: readLocale('internationalization_and_SEO.md', 'hi'),\n tr: readLocale('internationalization_and_SEO.md', 'tr'),\n pl: readLocale('internationalization_and_SEO.md', 'pl'),\n id: readLocale('internationalization_and_SEO.md', 'id'),\n vi: readLocale('internationalization_and_SEO.md', 'vi'),\n uk: readLocale('internationalization_and_SEO.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_i18next.md': {\n en: readLocale('intlayer_with_i18next.md', 'en'),\n ru: readLocale('intlayer_with_i18next.md', 'ru'),\n ja: readLocale('intlayer_with_i18next.md', 'ja'),\n fr: readLocale('intlayer_with_i18next.md', 'fr'),\n ko: readLocale('intlayer_with_i18next.md', 'ko'),\n zh: readLocale('intlayer_with_i18next.md', 'zh'),\n es: readLocale('intlayer_with_i18next.md', 'es'),\n de: readLocale('intlayer_with_i18next.md', 'de'),\n ar: readLocale('intlayer_with_i18next.md', 'ar'),\n it: readLocale('intlayer_with_i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_i18next.md', 'pt'),\n hi: readLocale('intlayer_with_i18next.md', 'hi'),\n tr: readLocale('intlayer_with_i18next.md', 'tr'),\n pl: readLocale('intlayer_with_i18next.md', 'pl'),\n id: readLocale('intlayer_with_i18next.md', 'id'),\n vi: readLocale('intlayer_with_i18next.md', 'vi'),\n uk: readLocale('intlayer_with_i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-i18next.md': {\n en: readLocale('intlayer_with_next-i18next.md', 'en'),\n ru: readLocale('intlayer_with_next-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_next-i18next.md', 'ja'),\n fr: readLocale('intlayer_with_next-i18next.md', 'fr'),\n ko: readLocale('intlayer_with_next-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_next-i18next.md', 'zh'),\n es: readLocale('intlayer_with_next-i18next.md', 'es'),\n de: readLocale('intlayer_with_next-i18next.md', 'de'),\n ar: readLocale('intlayer_with_next-i18next.md', 'ar'),\n it: readLocale('intlayer_with_next-i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_next-i18next.md', 'pt'),\n hi: readLocale('intlayer_with_next-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_next-i18next.md', 'tr'),\n pl: readLocale('intlayer_with_next-i18next.md', 'pl'),\n id: readLocale('intlayer_with_next-i18next.md', 'id'),\n vi: readLocale('intlayer_with_next-i18next.md', 'vi'),\n uk: readLocale('intlayer_with_next-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-intl.md': {\n en: readLocale('intlayer_with_next-intl.md', 'en'),\n ru: readLocale('intlayer_with_next-intl.md', 'ru'),\n ja: readLocale('intlayer_with_next-intl.md', 'ja'),\n fr: readLocale('intlayer_with_next-intl.md', 'fr'),\n ko: readLocale('intlayer_with_next-intl.md', 'ko'),\n zh: readLocale('intlayer_with_next-intl.md', 'zh'),\n es: readLocale('intlayer_with_next-intl.md', 'es'),\n de: readLocale('intlayer_with_next-intl.md', 'de'),\n ar: readLocale('intlayer_with_next-intl.md', 'ar'),\n it: readLocale('intlayer_with_next-intl.md', 'it'),\n 'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),\n pt: readLocale('intlayer_with_next-intl.md', 'pt'),\n hi: readLocale('intlayer_with_next-intl.md', 'hi'),\n tr: readLocale('intlayer_with_next-intl.md', 'tr'),\n pl: readLocale('intlayer_with_next-intl.md', 'pl'),\n id: readLocale('intlayer_with_next-intl.md', 'id'),\n vi: readLocale('intlayer_with_next-intl.md', 'vi'),\n uk: readLocale('intlayer_with_next-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-i18next.md': {\n en: readLocale('intlayer_with_react-i18next.md', 'en'),\n ru: readLocale('intlayer_with_react-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_react-i18next.md', 'ja'),\n fr: readLocale('intlayer_with_react-i18next.md', 'fr'),\n ko: readLocale('intlayer_with_react-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_react-i18next.md', 'zh'),\n es: readLocale('intlayer_with_react-i18next.md', 'es'),\n de: readLocale('intlayer_with_react-i18next.md', 'de'),\n ar: readLocale('intlayer_with_react-i18next.md', 'ar'),\n it: readLocale('intlayer_with_react-i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_react-i18next.md', 'pt'),\n hi: readLocale('intlayer_with_react-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_react-i18next.md', 'tr'),\n pl: readLocale('intlayer_with_react-i18next.md', 'pl'),\n id: readLocale('intlayer_with_react-i18next.md', 'id'),\n vi: readLocale('intlayer_with_react-i18next.md', 'vi'),\n uk: readLocale('intlayer_with_react-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-intl.md': {\n en: readLocale('intlayer_with_react-intl.md', 'en'),\n ru: readLocale('intlayer_with_react-intl.md', 'ru'),\n ja: readLocale('intlayer_with_react-intl.md', 'ja'),\n fr: readLocale('intlayer_with_react-intl.md', 'fr'),\n ko: readLocale('intlayer_with_react-intl.md', 'ko'),\n zh: readLocale('intlayer_with_react-intl.md', 'zh'),\n es: readLocale('intlayer_with_react-intl.md', 'es'),\n de: readLocale('intlayer_with_react-intl.md', 'de'),\n ar: readLocale('intlayer_with_react-intl.md', 'ar'),\n it: readLocale('intlayer_with_react-intl.md', 'it'),\n 'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),\n pt: readLocale('intlayer_with_react-intl.md', 'pt'),\n hi: readLocale('intlayer_with_react-intl.md', 'hi'),\n tr: readLocale('intlayer_with_react-intl.md', 'tr'),\n pl: readLocale('intlayer_with_react-intl.md', 'pl'),\n id: readLocale('intlayer_with_react-intl.md', 'id'),\n vi: readLocale('intlayer_with_react-intl.md', 'vi'),\n uk: readLocale('intlayer_with_react-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_vue-i18n.md': {\n en: readLocale('intlayer_with_vue-i18n.md', 'en'),\n ru: readLocale('intlayer_with_vue-i18n.md', 'ru'),\n ja: readLocale('intlayer_with_vue-i18n.md', 'ja'),\n fr: readLocale('intlayer_with_vue-i18n.md', 'fr'),\n ko: readLocale('intlayer_with_vue-i18n.md', 'ko'),\n zh: readLocale('intlayer_with_vue-i18n.md', 'zh'),\n es: readLocale('intlayer_with_vue-i18n.md', 'es'),\n de: readLocale('intlayer_with_vue-i18n.md', 'de'),\n ar: readLocale('intlayer_with_vue-i18n.md', 'ar'),\n it: readLocale('intlayer_with_vue-i18n.md', 'it'),\n 'en-GB': readLocale('intlayer_with_vue-i18n.md', 'en-GB'),\n pt: readLocale('intlayer_with_vue-i18n.md', 'pt'),\n hi: readLocale('intlayer_with_vue-i18n.md', 'hi'),\n tr: readLocale('intlayer_with_vue-i18n.md', 'tr'),\n pl: readLocale('intlayer_with_vue-i18n.md', 'pl'),\n id: readLocale('intlayer_with_vue-i18n.md', 'id'),\n vi: readLocale('intlayer_with_vue-i18n.md', 'vi'),\n uk: readLocale('intlayer_with_vue-i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/Lokalise.md': {\n en: readLocale('l10n_platform_alternative/Lokalise.md', 'en'),\n ru: readLocale('l10n_platform_alternative/Lokalise.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/Lokalise.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/Lokalise.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/Lokalise.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/Lokalise.md', 'zh'),\n es: readLocale('l10n_platform_alternative/Lokalise.md', 'es'),\n de: readLocale('l10n_platform_alternative/Lokalise.md', 'de'),\n ar: readLocale('l10n_platform_alternative/Lokalise.md', 'ar'),\n it: readLocale('l10n_platform_alternative/Lokalise.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/Lokalise.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/Lokalise.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/Lokalise.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/Lokalise.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/Lokalise.md', 'pl'),\n id: readLocale('l10n_platform_alternative/Lokalise.md', 'id'),\n vi: readLocale('l10n_platform_alternative/Lokalise.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/Lokalise.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/crowdin.md': {\n en: readLocale('l10n_platform_alternative/crowdin.md', 'en'),\n ru: readLocale('l10n_platform_alternative/crowdin.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/crowdin.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/crowdin.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/crowdin.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/crowdin.md', 'zh'),\n es: readLocale('l10n_platform_alternative/crowdin.md', 'es'),\n de: readLocale('l10n_platform_alternative/crowdin.md', 'de'),\n ar: readLocale('l10n_platform_alternative/crowdin.md', 'ar'),\n it: readLocale('l10n_platform_alternative/crowdin.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/crowdin.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/crowdin.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/crowdin.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/crowdin.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/crowdin.md', 'pl'),\n id: readLocale('l10n_platform_alternative/crowdin.md', 'id'),\n vi: readLocale('l10n_platform_alternative/crowdin.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/crowdin.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/phrase.md': {\n en: readLocale('l10n_platform_alternative/phrase.md', 'en'),\n ru: readLocale('l10n_platform_alternative/phrase.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/phrase.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/phrase.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/phrase.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/phrase.md', 'zh'),\n es: readLocale('l10n_platform_alternative/phrase.md', 'es'),\n de: readLocale('l10n_platform_alternative/phrase.md', 'de'),\n ar: readLocale('l10n_platform_alternative/phrase.md', 'ar'),\n it: readLocale('l10n_platform_alternative/phrase.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/phrase.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/phrase.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/phrase.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/phrase.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/phrase.md', 'pl'),\n id: readLocale('l10n_platform_alternative/phrase.md', 'id'),\n vi: readLocale('l10n_platform_alternative/phrase.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/phrase.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/angular.md': {\n en: readLocale('list_i18n_technologies/frameworks/angular.md', 'en'),\n ru: readLocale('list_i18n_technologies/frameworks/angular.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/angular.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/angular.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/angular.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/angular.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/angular.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/angular.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/angular.md', 'it'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/angular.md',\n 'en-GB'\n ),\n pt: readLocale('list_i18n_technologies/frameworks/angular.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/angular.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/angular.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/angular.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/angular.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/angular.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/angular.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react-native.md': {\n en: readLocale('list_i18n_technologies/frameworks/react-native.md', 'en'),\n ru: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react-native.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react-native.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react-native.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/react-native.md', 'it'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/react-native.md',\n 'en-GB'\n ),\n pt: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/react-native.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/react-native.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react.md': {\n en: readLocale('list_i18n_technologies/frameworks/react.md', 'en'),\n ru: readLocale('list_i18n_technologies/frameworks/react.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/react.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/react.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/react.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/react.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/react.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/react.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/react.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/svelte.md': {\n en: readLocale('list_i18n_technologies/frameworks/svelte.md', 'en'),\n ru: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/svelte.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/svelte.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/svelte.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/svelte.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/svelte.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/svelte.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/vue.md': {\n en: readLocale('list_i18n_technologies/frameworks/vue.md', 'en'),\n ru: readLocale('list_i18n_technologies/frameworks/vue.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/vue.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/vue.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/vue.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/vue.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/vue.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/vue.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/vue.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/vue.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/vue.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/vue.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/vue.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/vue.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/vue.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/next-i18next_vs_next-intl_vs_intlayer.md': {\n en: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en'),\n ru: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ja'),\n fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),\n ko: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'zh'),\n es: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'es'),\n de: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'de'),\n ar: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ar'),\n it: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),\n pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),\n hi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'tr'),\n pl: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pl'),\n id: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'id'),\n vi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'vi'),\n uk: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/nextjs-multilingual-seo-comparison.md': {\n en: readLocale('nextjs-multilingual-seo-comparison.md', 'en'),\n ru: readLocale('nextjs-multilingual-seo-comparison.md', 'ru'),\n ja: readLocale('nextjs-multilingual-seo-comparison.md', 'ja'),\n fr: readLocale('nextjs-multilingual-seo-comparison.md', 'fr'),\n ko: readLocale('nextjs-multilingual-seo-comparison.md', 'ko'),\n zh: readLocale('nextjs-multilingual-seo-comparison.md', 'zh'),\n es: readLocale('nextjs-multilingual-seo-comparison.md', 'es'),\n de: readLocale('nextjs-multilingual-seo-comparison.md', 'de'),\n ar: readLocale('nextjs-multilingual-seo-comparison.md', 'ar'),\n it: readLocale('nextjs-multilingual-seo-comparison.md', 'it'),\n 'en-GB': readLocale('nextjs-multilingual-seo-comparison.md', 'en-GB'),\n pt: readLocale('nextjs-multilingual-seo-comparison.md', 'pt'),\n hi: readLocale('nextjs-multilingual-seo-comparison.md', 'hi'),\n tr: readLocale('nextjs-multilingual-seo-comparison.md', 'tr'),\n pl: readLocale('nextjs-multilingual-seo-comparison.md', 'pl'),\n id: readLocale('nextjs-multilingual-seo-comparison.md', 'id'),\n vi: readLocale('nextjs-multilingual-seo-comparison.md', 'vi'),\n uk: readLocale('nextjs-multilingual-seo-comparison.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/per-component_vs_centralized_i18n.md': {\n en: readLocale('per-component_vs_centralized_i18n.md', 'en'),\n ru: readLocale('per-component_vs_centralized_i18n.md', 'ru'),\n ja: readLocale('per-component_vs_centralized_i18n.md', 'ja'),\n fr: readLocale('per-component_vs_centralized_i18n.md', 'fr'),\n ko: readLocale('per-component_vs_centralized_i18n.md', 'ko'),\n zh: readLocale('per-component_vs_centralized_i18n.md', 'zh'),\n es: readLocale('per-component_vs_centralized_i18n.md', 'es'),\n de: readLocale('per-component_vs_centralized_i18n.md', 'de'),\n ar: readLocale('per-component_vs_centralized_i18n.md', 'ar'),\n it: readLocale('per-component_vs_centralized_i18n.md', 'it'),\n 'en-GB': readLocale('per-component_vs_centralized_i18n.md', 'en-GB'),\n pt: readLocale('per-component_vs_centralized_i18n.md', 'pt'),\n hi: readLocale('per-component_vs_centralized_i18n.md', 'hi'),\n tr: readLocale('per-component_vs_centralized_i18n.md', 'tr'),\n pl: readLocale('per-component_vs_centralized_i18n.md', 'pl'),\n id: readLocale('per-component_vs_centralized_i18n.md', 'id'),\n vi: readLocale('per-component_vs_centralized_i18n.md', 'vi'),\n uk: readLocale('per-component_vs_centralized_i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/rag_powered_documentation_assistant.md': {\n en: readLocale('rag_powered_documentation_assistant.md', 'en'),\n ru: readLocale('rag_powered_documentation_assistant.md', 'ru'),\n ja: readLocale('rag_powered_documentation_assistant.md', 'ja'),\n fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),\n ko: readLocale('rag_powered_documentation_assistant.md', 'ko'),\n zh: readLocale('rag_powered_documentation_assistant.md', 'zh'),\n es: readLocale('rag_powered_documentation_assistant.md', 'es'),\n de: readLocale('rag_powered_documentation_assistant.md', 'de'),\n ar: readLocale('rag_powered_documentation_assistant.md', 'ar'),\n it: readLocale('rag_powered_documentation_assistant.md', 'it'),\n 'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),\n pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),\n hi: readLocale('rag_powered_documentation_assistant.md', 'hi'),\n tr: readLocale('rag_powered_documentation_assistant.md', 'tr'),\n pl: readLocale('rag_powered_documentation_assistant.md', 'pl'),\n id: readLocale('rag_powered_documentation_assistant.md', 'id'),\n vi: readLocale('rag_powered_documentation_assistant.md', 'vi'),\n uk: readLocale('rag_powered_documentation_assistant.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/react-i18next_vs_react-intl_vs_intlayer.md': {\n en: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en'),\n ru: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ja'),\n fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),\n ko: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'zh'),\n es: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'es'),\n de: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'de'),\n ar: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ar'),\n it: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),\n pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),\n hi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'tr'),\n pl: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pl'),\n id: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'id'),\n vi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'vi'),\n uk: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/vue-i18n_vs_intlayer.md': {\n en: readLocale('vue-i18n_vs_intlayer.md', 'en'),\n ru: readLocale('vue-i18n_vs_intlayer.md', 'ru'),\n ja: readLocale('vue-i18n_vs_intlayer.md', 'ja'),\n fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),\n ko: readLocale('vue-i18n_vs_intlayer.md', 'ko'),\n zh: readLocale('vue-i18n_vs_intlayer.md', 'zh'),\n es: readLocale('vue-i18n_vs_intlayer.md', 'es'),\n de: readLocale('vue-i18n_vs_intlayer.md', 'de'),\n ar: readLocale('vue-i18n_vs_intlayer.md', 'ar'),\n it: readLocale('vue-i18n_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),\n pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),\n hi: readLocale('vue-i18n_vs_intlayer.md', 'hi'),\n tr: readLocale('vue-i18n_vs_intlayer.md', 'tr'),\n pl: readLocale('vue-i18n_vs_intlayer.md', 'pl'),\n id: readLocale('vue-i18n_vs_intlayer.md', 'id'),\n vi: readLocale('vue-i18n_vs_intlayer.md', 'vi'),\n uk: readLocale('vue-i18n_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/what_is_internationalization.md': {\n en: readLocale('what_is_internationalization.md', 'en'),\n ru: readLocale('what_is_internationalization.md', 'ru'),\n ja: readLocale('what_is_internationalization.md', 'ja'),\n fr: readLocale('what_is_internationalization.md', 'fr'),\n ko: readLocale('what_is_internationalization.md', 'ko'),\n zh: readLocale('what_is_internationalization.md', 'zh'),\n es: readLocale('what_is_internationalization.md', 'es'),\n de: readLocale('what_is_internationalization.md', 'de'),\n ar: readLocale('what_is_internationalization.md', 'ar'),\n it: readLocale('what_is_internationalization.md', 'it'),\n 'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),\n pt: readLocale('what_is_internationalization.md', 'pt'),\n hi: readLocale('what_is_internationalization.md', 'hi'),\n tr: readLocale('what_is_internationalization.md', 'tr'),\n pl: readLocale('what_is_internationalization.md', 'pl'),\n id: readLocale('what_is_internationalization.md', 'id'),\n vi: readLocale('what_is_internationalization.md', 'vi'),\n uk: readLocale('what_is_internationalization.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n} as const;\n"],"mappings":"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"}
1
+ {"version":3,"file":"blog.entry.cjs","names":[],"sources":["../../../src/generated/blog.entry.ts"],"sourcesContent":["/* AUTO-GENERATED – DO NOT EDIT */\n/* REGENERATE USING `pnpm prepare` */\nimport { existsSync } from 'node:fs';\nimport { readFile } from 'node:fs/promises';\nimport { join, dirname as pathDirname } from 'node:path';\nimport { fileURLToPath } from 'node:url';\nimport { getPackageJsonPath, getProjectRequire } from '@intlayer/config/utils';\nimport type { LocalesValues } from '@intlayer/types/module_augmentation';\n\n// Robustly resolve the base directory of the @intlayer/docs package in both\n// bundled environments (Next.js) and standalone CLIs (MCP via npx).\nconst currentDir =\n typeof __dirname !== 'undefined'\n ? __dirname\n : pathDirname(fileURLToPath(import.meta.url));\n\nlet baseDir: string;\ntry {\n // Prefer resolving from the location of this file (works for CLIs).\n const projectRequire = getProjectRequire(currentDir);\n const docEntryPath = projectRequire.resolve('@intlayer/docs');\n baseDir = getPackageJsonPath(docEntryPath).baseDir;\n} catch {\n try {\n // Fallback: resolve from the consumer project (works for apps/bundlers).\n const projectRequire = getProjectRequire();\n const docEntryPath = projectRequire.resolve('@intlayer/docs');\n baseDir = getPackageJsonPath(docEntryPath).baseDir;\n } catch {\n // Last resort: walk up from currentDir (useful when executed inside @intlayer/docs).\n baseDir = getPackageJsonPath(currentDir).baseDir;\n }\n}\n\n/**\n * Reads a document, preferring the requested locale and falling back to English.\n */\nconst readLocaleFile = async (\n relativeAfterLocale: string,\n locale: LocalesValues\n): Promise<string> => {\n const target1 = join(baseDir, `./blog/${locale}/${relativeAfterLocale}`);\n if (existsSync(target1)) {\n return await readFile(target1, 'utf8');\n }\n const target2 = join(baseDir, `./blog/en/${relativeAfterLocale}`);\n if (existsSync(target2)) {\n return await readFile(target2, 'utf8');\n }\n\n throw new Error(\n `[docs] File not found: ${relativeAfterLocale} - locale: ${locale} - path: ${target1} - path: ${target2}`\n );\n};\n\n/**\n * Builds a lazy, awaitable handle over a document.\n *\n * The entry map below holds one handle per document *per locale*, so reading\n * eagerly would pull every markdown file of every locale into memory as soon as\n * this module is imported — hundreds of megabytes, duplicated in every\n * prerender worker, for the handful of documents a page actually renders.\n *\n * The returned value is a thenable rather than a promise: consumers only ever\n * `await` it, and `await` triggers `then`, so the file is read on first use and\n * the resulting promise is cached for subsequent reads.\n */\nconst readLocale = (\n relativeAfterLocale: string,\n locale: LocalesValues\n): Promise<string> => {\n let pendingRead: Promise<string> | undefined;\n\n const read = (): Promise<string> => {\n pendingRead ??= readLocaleFile(relativeAfterLocale, locale);\n return pendingRead;\n };\n\n return {\n // biome-ignore lint/suspicious/noThenProperty: the thenable is intentional — `await` is what triggers the lazy read.\n then: (onFulfilled, onRejected) => read().then(onFulfilled, onRejected),\n catch: (onRejected) => read().catch(onRejected),\n finally: (onFinally) => read().finally(onFinally),\n } as Promise<string>;\n};\n\nexport const blogEntry = {\n './blog/en/compiler_vs_declarative_i18n.md': {\n en: readLocale('compiler_vs_declarative_i18n.md', 'en'),\n es: readLocale('compiler_vs_declarative_i18n.md', 'es'),\n ru: readLocale('compiler_vs_declarative_i18n.md', 'ru'),\n ja: readLocale('compiler_vs_declarative_i18n.md', 'ja'),\n fr: readLocale('compiler_vs_declarative_i18n.md', 'fr'),\n ko: readLocale('compiler_vs_declarative_i18n.md', 'ko'),\n zh: readLocale('compiler_vs_declarative_i18n.md', 'zh'),\n de: readLocale('compiler_vs_declarative_i18n.md', 'de'),\n ar: readLocale('compiler_vs_declarative_i18n.md', 'ar'),\n it: readLocale('compiler_vs_declarative_i18n.md', 'it'),\n 'en-GB': readLocale('compiler_vs_declarative_i18n.md', 'en-GB'),\n pt: readLocale('compiler_vs_declarative_i18n.md', 'pt'),\n hi: readLocale('compiler_vs_declarative_i18n.md', 'hi'),\n tr: readLocale('compiler_vs_declarative_i18n.md', 'tr'),\n pl: readLocale('compiler_vs_declarative_i18n.md', 'pl'),\n id: readLocale('compiler_vs_declarative_i18n.md', 'id'),\n vi: readLocale('compiler_vs_declarative_i18n.md', 'vi'),\n uk: readLocale('compiler_vs_declarative_i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_meaning.md': {\n en: readLocale('i18n_meaning.md', 'en'),\n es: readLocale('i18n_meaning.md', 'es'),\n ru: readLocale('i18n_meaning.md', 'ru'),\n ja: readLocale('i18n_meaning.md', 'ja'),\n fr: readLocale('i18n_meaning.md', 'fr'),\n ko: readLocale('i18n_meaning.md', 'ko'),\n zh: readLocale('i18n_meaning.md', 'zh'),\n de: readLocale('i18n_meaning.md', 'de'),\n ar: readLocale('i18n_meaning.md', 'ar'),\n it: readLocale('i18n_meaning.md', 'it'),\n 'en-GB': readLocale('i18n_meaning.md', 'en-GB'),\n pt: readLocale('i18n_meaning.md', 'pt'),\n hi: readLocale('i18n_meaning.md', 'hi'),\n tr: readLocale('i18n_meaning.md', 'tr'),\n pl: readLocale('i18n_meaning.md', 'pl'),\n id: readLocale('i18n_meaning.md', 'id'),\n vi: readLocale('i18n_meaning.md', 'vi'),\n uk: readLocale('i18n_meaning.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_using_next-i18next.md': {\n en: readLocale('i18n_using_next-i18next.md', 'en'),\n es: readLocale('i18n_using_next-i18next.md', 'es'),\n ru: readLocale('i18n_using_next-i18next.md', 'ru'),\n ja: readLocale('i18n_using_next-i18next.md', 'ja'),\n fr: readLocale('i18n_using_next-i18next.md', 'fr'),\n ko: readLocale('i18n_using_next-i18next.md', 'ko'),\n zh: readLocale('i18n_using_next-i18next.md', 'zh'),\n de: readLocale('i18n_using_next-i18next.md', 'de'),\n ar: readLocale('i18n_using_next-i18next.md', 'ar'),\n it: readLocale('i18n_using_next-i18next.md', 'it'),\n 'en-GB': readLocale('i18n_using_next-i18next.md', 'en-GB'),\n pt: readLocale('i18n_using_next-i18next.md', 'pt'),\n hi: readLocale('i18n_using_next-i18next.md', 'hi'),\n tr: readLocale('i18n_using_next-i18next.md', 'tr'),\n pl: readLocale('i18n_using_next-i18next.md', 'pl'),\n id: readLocale('i18n_using_next-i18next.md', 'id'),\n vi: readLocale('i18n_using_next-i18next.md', 'vi'),\n uk: readLocale('i18n_using_next-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/i18n_using_next-intl.md': {\n en: readLocale('i18n_using_next-intl.md', 'en'),\n es: readLocale('i18n_using_next-intl.md', 'es'),\n ru: readLocale('i18n_using_next-intl.md', 'ru'),\n ja: readLocale('i18n_using_next-intl.md', 'ja'),\n fr: readLocale('i18n_using_next-intl.md', 'fr'),\n ko: readLocale('i18n_using_next-intl.md', 'ko'),\n zh: readLocale('i18n_using_next-intl.md', 'zh'),\n de: readLocale('i18n_using_next-intl.md', 'de'),\n ar: readLocale('i18n_using_next-intl.md', 'ar'),\n it: readLocale('i18n_using_next-intl.md', 'it'),\n 'en-GB': readLocale('i18n_using_next-intl.md', 'en-GB'),\n pt: readLocale('i18n_using_next-intl.md', 'pt'),\n hi: readLocale('i18n_using_next-intl.md', 'hi'),\n tr: readLocale('i18n_using_next-intl.md', 'tr'),\n pl: readLocale('i18n_using_next-intl.md', 'pl'),\n id: readLocale('i18n_using_next-intl.md', 'id'),\n vi: readLocale('i18n_using_next-intl.md', 'vi'),\n uk: readLocale('i18n_using_next-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/index.md': {\n en: readLocale('index.md', 'en'),\n es: readLocale('index.md', 'es'),\n ru: readLocale('index.md', 'ru'),\n ja: readLocale('index.md', 'ja'),\n fr: readLocale('index.md', 'fr'),\n ko: readLocale('index.md', 'ko'),\n zh: readLocale('index.md', 'zh'),\n de: readLocale('index.md', 'de'),\n ar: readLocale('index.md', 'ar'),\n it: readLocale('index.md', 'it'),\n 'en-GB': readLocale('index.md', 'en-GB'),\n pt: readLocale('index.md', 'pt'),\n hi: readLocale('index.md', 'hi'),\n tr: readLocale('index.md', 'tr'),\n pl: readLocale('index.md', 'pl'),\n id: readLocale('index.md', 'id'),\n vi: readLocale('index.md', 'vi'),\n uk: readLocale('index.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/internationalization_and_SEO.md': {\n en: readLocale('internationalization_and_SEO.md', 'en'),\n es: readLocale('internationalization_and_SEO.md', 'es'),\n ru: readLocale('internationalization_and_SEO.md', 'ru'),\n ja: readLocale('internationalization_and_SEO.md', 'ja'),\n fr: readLocale('internationalization_and_SEO.md', 'fr'),\n ko: readLocale('internationalization_and_SEO.md', 'ko'),\n zh: readLocale('internationalization_and_SEO.md', 'zh'),\n de: readLocale('internationalization_and_SEO.md', 'de'),\n ar: readLocale('internationalization_and_SEO.md', 'ar'),\n it: readLocale('internationalization_and_SEO.md', 'it'),\n 'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),\n pt: readLocale('internationalization_and_SEO.md', 'pt'),\n hi: readLocale('internationalization_and_SEO.md', 'hi'),\n tr: readLocale('internationalization_and_SEO.md', 'tr'),\n pl: readLocale('internationalization_and_SEO.md', 'pl'),\n id: readLocale('internationalization_and_SEO.md', 'id'),\n vi: readLocale('internationalization_and_SEO.md', 'vi'),\n uk: readLocale('internationalization_and_SEO.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_i18next.md': {\n en: readLocale('intlayer_with_i18next.md', 'en'),\n es: readLocale('intlayer_with_i18next.md', 'es'),\n ru: readLocale('intlayer_with_i18next.md', 'ru'),\n ja: readLocale('intlayer_with_i18next.md', 'ja'),\n fr: readLocale('intlayer_with_i18next.md', 'fr'),\n ko: readLocale('intlayer_with_i18next.md', 'ko'),\n zh: readLocale('intlayer_with_i18next.md', 'zh'),\n de: readLocale('intlayer_with_i18next.md', 'de'),\n ar: readLocale('intlayer_with_i18next.md', 'ar'),\n it: readLocale('intlayer_with_i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_i18next.md', 'pt'),\n hi: readLocale('intlayer_with_i18next.md', 'hi'),\n tr: readLocale('intlayer_with_i18next.md', 'tr'),\n pl: readLocale('intlayer_with_i18next.md', 'pl'),\n id: readLocale('intlayer_with_i18next.md', 'id'),\n vi: readLocale('intlayer_with_i18next.md', 'vi'),\n uk: readLocale('intlayer_with_i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-i18next.md': {\n en: readLocale('intlayer_with_next-i18next.md', 'en'),\n es: readLocale('intlayer_with_next-i18next.md', 'es'),\n ru: readLocale('intlayer_with_next-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_next-i18next.md', 'ja'),\n fr: readLocale('intlayer_with_next-i18next.md', 'fr'),\n ko: readLocale('intlayer_with_next-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_next-i18next.md', 'zh'),\n de: readLocale('intlayer_with_next-i18next.md', 'de'),\n ar: readLocale('intlayer_with_next-i18next.md', 'ar'),\n it: readLocale('intlayer_with_next-i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_next-i18next.md', 'pt'),\n hi: readLocale('intlayer_with_next-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_next-i18next.md', 'tr'),\n pl: readLocale('intlayer_with_next-i18next.md', 'pl'),\n id: readLocale('intlayer_with_next-i18next.md', 'id'),\n vi: readLocale('intlayer_with_next-i18next.md', 'vi'),\n uk: readLocale('intlayer_with_next-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-intl.md': {\n en: readLocale('intlayer_with_next-intl.md', 'en'),\n es: readLocale('intlayer_with_next-intl.md', 'es'),\n ru: readLocale('intlayer_with_next-intl.md', 'ru'),\n ja: readLocale('intlayer_with_next-intl.md', 'ja'),\n fr: readLocale('intlayer_with_next-intl.md', 'fr'),\n ko: readLocale('intlayer_with_next-intl.md', 'ko'),\n zh: readLocale('intlayer_with_next-intl.md', 'zh'),\n de: readLocale('intlayer_with_next-intl.md', 'de'),\n ar: readLocale('intlayer_with_next-intl.md', 'ar'),\n it: readLocale('intlayer_with_next-intl.md', 'it'),\n 'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),\n pt: readLocale('intlayer_with_next-intl.md', 'pt'),\n hi: readLocale('intlayer_with_next-intl.md', 'hi'),\n tr: readLocale('intlayer_with_next-intl.md', 'tr'),\n pl: readLocale('intlayer_with_next-intl.md', 'pl'),\n id: readLocale('intlayer_with_next-intl.md', 'id'),\n vi: readLocale('intlayer_with_next-intl.md', 'vi'),\n uk: readLocale('intlayer_with_next-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-i18next.md': {\n en: readLocale('intlayer_with_react-i18next.md', 'en'),\n es: readLocale('intlayer_with_react-i18next.md', 'es'),\n ru: readLocale('intlayer_with_react-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_react-i18next.md', 'ja'),\n fr: readLocale('intlayer_with_react-i18next.md', 'fr'),\n ko: readLocale('intlayer_with_react-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_react-i18next.md', 'zh'),\n de: readLocale('intlayer_with_react-i18next.md', 'de'),\n ar: readLocale('intlayer_with_react-i18next.md', 'ar'),\n it: readLocale('intlayer_with_react-i18next.md', 'it'),\n 'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),\n pt: readLocale('intlayer_with_react-i18next.md', 'pt'),\n hi: readLocale('intlayer_with_react-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_react-i18next.md', 'tr'),\n pl: readLocale('intlayer_with_react-i18next.md', 'pl'),\n id: readLocale('intlayer_with_react-i18next.md', 'id'),\n vi: readLocale('intlayer_with_react-i18next.md', 'vi'),\n uk: readLocale('intlayer_with_react-i18next.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-intl.md': {\n en: readLocale('intlayer_with_react-intl.md', 'en'),\n es: readLocale('intlayer_with_react-intl.md', 'es'),\n ru: readLocale('intlayer_with_react-intl.md', 'ru'),\n ja: readLocale('intlayer_with_react-intl.md', 'ja'),\n fr: readLocale('intlayer_with_react-intl.md', 'fr'),\n ko: readLocale('intlayer_with_react-intl.md', 'ko'),\n zh: readLocale('intlayer_with_react-intl.md', 'zh'),\n de: readLocale('intlayer_with_react-intl.md', 'de'),\n ar: readLocale('intlayer_with_react-intl.md', 'ar'),\n it: readLocale('intlayer_with_react-intl.md', 'it'),\n 'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),\n pt: readLocale('intlayer_with_react-intl.md', 'pt'),\n hi: readLocale('intlayer_with_react-intl.md', 'hi'),\n tr: readLocale('intlayer_with_react-intl.md', 'tr'),\n pl: readLocale('intlayer_with_react-intl.md', 'pl'),\n id: readLocale('intlayer_with_react-intl.md', 'id'),\n vi: readLocale('intlayer_with_react-intl.md', 'vi'),\n uk: readLocale('intlayer_with_react-intl.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_vue-i18n.md': {\n en: readLocale('intlayer_with_vue-i18n.md', 'en'),\n es: readLocale('intlayer_with_vue-i18n.md', 'es'),\n ru: readLocale('intlayer_with_vue-i18n.md', 'ru'),\n ja: readLocale('intlayer_with_vue-i18n.md', 'ja'),\n fr: readLocale('intlayer_with_vue-i18n.md', 'fr'),\n ko: readLocale('intlayer_with_vue-i18n.md', 'ko'),\n zh: readLocale('intlayer_with_vue-i18n.md', 'zh'),\n de: readLocale('intlayer_with_vue-i18n.md', 'de'),\n ar: readLocale('intlayer_with_vue-i18n.md', 'ar'),\n it: readLocale('intlayer_with_vue-i18n.md', 'it'),\n 'en-GB': readLocale('intlayer_with_vue-i18n.md', 'en-GB'),\n pt: readLocale('intlayer_with_vue-i18n.md', 'pt'),\n hi: readLocale('intlayer_with_vue-i18n.md', 'hi'),\n tr: readLocale('intlayer_with_vue-i18n.md', 'tr'),\n pl: readLocale('intlayer_with_vue-i18n.md', 'pl'),\n id: readLocale('intlayer_with_vue-i18n.md', 'id'),\n vi: readLocale('intlayer_with_vue-i18n.md', 'vi'),\n uk: readLocale('intlayer_with_vue-i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/Lokalise.md': {\n en: readLocale('l10n_platform_alternative/Lokalise.md', 'en'),\n es: readLocale('l10n_platform_alternative/Lokalise.md', 'es'),\n ru: readLocale('l10n_platform_alternative/Lokalise.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/Lokalise.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/Lokalise.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/Lokalise.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/Lokalise.md', 'zh'),\n de: readLocale('l10n_platform_alternative/Lokalise.md', 'de'),\n ar: readLocale('l10n_platform_alternative/Lokalise.md', 'ar'),\n it: readLocale('l10n_platform_alternative/Lokalise.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/Lokalise.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/Lokalise.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/Lokalise.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/Lokalise.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/Lokalise.md', 'pl'),\n id: readLocale('l10n_platform_alternative/Lokalise.md', 'id'),\n vi: readLocale('l10n_platform_alternative/Lokalise.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/Lokalise.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/crowdin.md': {\n en: readLocale('l10n_platform_alternative/crowdin.md', 'en'),\n es: readLocale('l10n_platform_alternative/crowdin.md', 'es'),\n ru: readLocale('l10n_platform_alternative/crowdin.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/crowdin.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/crowdin.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/crowdin.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/crowdin.md', 'zh'),\n de: readLocale('l10n_platform_alternative/crowdin.md', 'de'),\n ar: readLocale('l10n_platform_alternative/crowdin.md', 'ar'),\n it: readLocale('l10n_platform_alternative/crowdin.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/crowdin.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/crowdin.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/crowdin.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/crowdin.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/crowdin.md', 'pl'),\n id: readLocale('l10n_platform_alternative/crowdin.md', 'id'),\n vi: readLocale('l10n_platform_alternative/crowdin.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/crowdin.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/l10n_platform_alternative/phrase.md': {\n en: readLocale('l10n_platform_alternative/phrase.md', 'en'),\n es: readLocale('l10n_platform_alternative/phrase.md', 'es'),\n ru: readLocale('l10n_platform_alternative/phrase.md', 'ru'),\n ja: readLocale('l10n_platform_alternative/phrase.md', 'ja'),\n fr: readLocale('l10n_platform_alternative/phrase.md', 'fr'),\n ko: readLocale('l10n_platform_alternative/phrase.md', 'ko'),\n zh: readLocale('l10n_platform_alternative/phrase.md', 'zh'),\n de: readLocale('l10n_platform_alternative/phrase.md', 'de'),\n ar: readLocale('l10n_platform_alternative/phrase.md', 'ar'),\n it: readLocale('l10n_platform_alternative/phrase.md', 'it'),\n 'en-GB': readLocale('l10n_platform_alternative/phrase.md', 'en-GB'),\n pt: readLocale('l10n_platform_alternative/phrase.md', 'pt'),\n hi: readLocale('l10n_platform_alternative/phrase.md', 'hi'),\n tr: readLocale('l10n_platform_alternative/phrase.md', 'tr'),\n pl: readLocale('l10n_platform_alternative/phrase.md', 'pl'),\n id: readLocale('l10n_platform_alternative/phrase.md', 'id'),\n vi: readLocale('l10n_platform_alternative/phrase.md', 'vi'),\n uk: readLocale('l10n_platform_alternative/phrase.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/angular.md': {\n en: readLocale('list_i18n_technologies/frameworks/angular.md', 'en'),\n es: readLocale('list_i18n_technologies/frameworks/angular.md', 'es'),\n ru: readLocale('list_i18n_technologies/frameworks/angular.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/angular.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/angular.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/angular.md', 'zh'),\n de: readLocale('list_i18n_technologies/frameworks/angular.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/angular.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/angular.md', 'it'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/angular.md',\n 'en-GB'\n ),\n pt: readLocale('list_i18n_technologies/frameworks/angular.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/angular.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/angular.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/angular.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/angular.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/angular.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/angular.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react-native.md': {\n en: readLocale('list_i18n_technologies/frameworks/react-native.md', 'en'),\n es: readLocale('list_i18n_technologies/frameworks/react-native.md', 'es'),\n ru: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react-native.md', 'zh'),\n de: readLocale('list_i18n_technologies/frameworks/react-native.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/react-native.md', 'it'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/react-native.md',\n 'en-GB'\n ),\n pt: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/react-native.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/react-native.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react.md': {\n en: readLocale('list_i18n_technologies/frameworks/react.md', 'en'),\n es: readLocale('list_i18n_technologies/frameworks/react.md', 'es'),\n ru: readLocale('list_i18n_technologies/frameworks/react.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/react.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react.md', 'zh'),\n de: readLocale('list_i18n_technologies/frameworks/react.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/react.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/react.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/react.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/react.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/react.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/react.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/svelte.md': {\n en: readLocale('list_i18n_technologies/frameworks/svelte.md', 'en'),\n es: readLocale('list_i18n_technologies/frameworks/svelte.md', 'es'),\n ru: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/svelte.md', 'zh'),\n de: readLocale('list_i18n_technologies/frameworks/svelte.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/svelte.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/svelte.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/svelte.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/vue.md': {\n en: readLocale('list_i18n_technologies/frameworks/vue.md', 'en'),\n es: readLocale('list_i18n_technologies/frameworks/vue.md', 'es'),\n ru: readLocale('list_i18n_technologies/frameworks/vue.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/vue.md', 'ja'),\n fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),\n ko: readLocale('list_i18n_technologies/frameworks/vue.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/vue.md', 'zh'),\n de: readLocale('list_i18n_technologies/frameworks/vue.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/vue.md', 'ar'),\n it: readLocale('list_i18n_technologies/frameworks/vue.md', 'it'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),\n pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),\n hi: readLocale('list_i18n_technologies/frameworks/vue.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/vue.md', 'tr'),\n pl: readLocale('list_i18n_technologies/frameworks/vue.md', 'pl'),\n id: readLocale('list_i18n_technologies/frameworks/vue.md', 'id'),\n vi: readLocale('list_i18n_technologies/frameworks/vue.md', 'vi'),\n uk: readLocale('list_i18n_technologies/frameworks/vue.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/next-i18next_vs_next-intl_vs_intlayer.md': {\n en: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en'),\n es: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'es'),\n ru: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ja'),\n fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),\n ko: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'zh'),\n de: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'de'),\n ar: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ar'),\n it: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),\n pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),\n hi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'tr'),\n pl: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pl'),\n id: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'id'),\n vi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'vi'),\n uk: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/nextjs-multilingual-seo-comparison.md': {\n en: readLocale('nextjs-multilingual-seo-comparison.md', 'en'),\n es: readLocale('nextjs-multilingual-seo-comparison.md', 'es'),\n ru: readLocale('nextjs-multilingual-seo-comparison.md', 'ru'),\n ja: readLocale('nextjs-multilingual-seo-comparison.md', 'ja'),\n fr: readLocale('nextjs-multilingual-seo-comparison.md', 'fr'),\n ko: readLocale('nextjs-multilingual-seo-comparison.md', 'ko'),\n zh: readLocale('nextjs-multilingual-seo-comparison.md', 'zh'),\n de: readLocale('nextjs-multilingual-seo-comparison.md', 'de'),\n ar: readLocale('nextjs-multilingual-seo-comparison.md', 'ar'),\n it: readLocale('nextjs-multilingual-seo-comparison.md', 'it'),\n 'en-GB': readLocale('nextjs-multilingual-seo-comparison.md', 'en-GB'),\n pt: readLocale('nextjs-multilingual-seo-comparison.md', 'pt'),\n hi: readLocale('nextjs-multilingual-seo-comparison.md', 'hi'),\n tr: readLocale('nextjs-multilingual-seo-comparison.md', 'tr'),\n pl: readLocale('nextjs-multilingual-seo-comparison.md', 'pl'),\n id: readLocale('nextjs-multilingual-seo-comparison.md', 'id'),\n vi: readLocale('nextjs-multilingual-seo-comparison.md', 'vi'),\n uk: readLocale('nextjs-multilingual-seo-comparison.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/per-component_vs_centralized_i18n.md': {\n en: readLocale('per-component_vs_centralized_i18n.md', 'en'),\n es: readLocale('per-component_vs_centralized_i18n.md', 'es'),\n ru: readLocale('per-component_vs_centralized_i18n.md', 'ru'),\n ja: readLocale('per-component_vs_centralized_i18n.md', 'ja'),\n fr: readLocale('per-component_vs_centralized_i18n.md', 'fr'),\n ko: readLocale('per-component_vs_centralized_i18n.md', 'ko'),\n zh: readLocale('per-component_vs_centralized_i18n.md', 'zh'),\n de: readLocale('per-component_vs_centralized_i18n.md', 'de'),\n ar: readLocale('per-component_vs_centralized_i18n.md', 'ar'),\n it: readLocale('per-component_vs_centralized_i18n.md', 'it'),\n 'en-GB': readLocale('per-component_vs_centralized_i18n.md', 'en-GB'),\n pt: readLocale('per-component_vs_centralized_i18n.md', 'pt'),\n hi: readLocale('per-component_vs_centralized_i18n.md', 'hi'),\n tr: readLocale('per-component_vs_centralized_i18n.md', 'tr'),\n pl: readLocale('per-component_vs_centralized_i18n.md', 'pl'),\n id: readLocale('per-component_vs_centralized_i18n.md', 'id'),\n vi: readLocale('per-component_vs_centralized_i18n.md', 'vi'),\n uk: readLocale('per-component_vs_centralized_i18n.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/rag_powered_documentation_assistant.md': {\n en: readLocale('rag_powered_documentation_assistant.md', 'en'),\n es: readLocale('rag_powered_documentation_assistant.md', 'es'),\n ru: readLocale('rag_powered_documentation_assistant.md', 'ru'),\n ja: readLocale('rag_powered_documentation_assistant.md', 'ja'),\n fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),\n ko: readLocale('rag_powered_documentation_assistant.md', 'ko'),\n zh: readLocale('rag_powered_documentation_assistant.md', 'zh'),\n de: readLocale('rag_powered_documentation_assistant.md', 'de'),\n ar: readLocale('rag_powered_documentation_assistant.md', 'ar'),\n it: readLocale('rag_powered_documentation_assistant.md', 'it'),\n 'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),\n pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),\n hi: readLocale('rag_powered_documentation_assistant.md', 'hi'),\n tr: readLocale('rag_powered_documentation_assistant.md', 'tr'),\n pl: readLocale('rag_powered_documentation_assistant.md', 'pl'),\n id: readLocale('rag_powered_documentation_assistant.md', 'id'),\n vi: readLocale('rag_powered_documentation_assistant.md', 'vi'),\n uk: readLocale('rag_powered_documentation_assistant.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/react-i18next_vs_react-intl_vs_intlayer.md': {\n en: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en'),\n es: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'es'),\n ru: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ja'),\n fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),\n ko: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'zh'),\n de: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'de'),\n ar: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ar'),\n it: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),\n pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),\n hi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'tr'),\n pl: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pl'),\n id: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'id'),\n vi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'vi'),\n uk: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/vue-i18n_vs_intlayer.md': {\n en: readLocale('vue-i18n_vs_intlayer.md', 'en'),\n es: readLocale('vue-i18n_vs_intlayer.md', 'es'),\n ru: readLocale('vue-i18n_vs_intlayer.md', 'ru'),\n ja: readLocale('vue-i18n_vs_intlayer.md', 'ja'),\n fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),\n ko: readLocale('vue-i18n_vs_intlayer.md', 'ko'),\n zh: readLocale('vue-i18n_vs_intlayer.md', 'zh'),\n de: readLocale('vue-i18n_vs_intlayer.md', 'de'),\n ar: readLocale('vue-i18n_vs_intlayer.md', 'ar'),\n it: readLocale('vue-i18n_vs_intlayer.md', 'it'),\n 'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),\n pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),\n hi: readLocale('vue-i18n_vs_intlayer.md', 'hi'),\n tr: readLocale('vue-i18n_vs_intlayer.md', 'tr'),\n pl: readLocale('vue-i18n_vs_intlayer.md', 'pl'),\n id: readLocale('vue-i18n_vs_intlayer.md', 'id'),\n vi: readLocale('vue-i18n_vs_intlayer.md', 'vi'),\n uk: readLocale('vue-i18n_vs_intlayer.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/what_is_internationalization.md': {\n en: readLocale('what_is_internationalization.md', 'en'),\n es: readLocale('what_is_internationalization.md', 'es'),\n ru: readLocale('what_is_internationalization.md', 'ru'),\n ja: readLocale('what_is_internationalization.md', 'ja'),\n fr: readLocale('what_is_internationalization.md', 'fr'),\n ko: readLocale('what_is_internationalization.md', 'ko'),\n zh: readLocale('what_is_internationalization.md', 'zh'),\n de: readLocale('what_is_internationalization.md', 'de'),\n ar: readLocale('what_is_internationalization.md', 'ar'),\n it: readLocale('what_is_internationalization.md', 'it'),\n 'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),\n pt: readLocale('what_is_internationalization.md', 'pt'),\n hi: readLocale('what_is_internationalization.md', 'hi'),\n tr: readLocale('what_is_internationalization.md', 'tr'),\n pl: readLocale('what_is_internationalization.md', 'pl'),\n id: readLocale('what_is_internationalization.md', 'id'),\n vi: readLocale('what_is_internationalization.md', 'vi'),\n uk: readLocale('what_is_internationalization.md', 'uk'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n} as const;\n"],"mappings":"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"}