@intlayer/docs 8.9.7 → 8.10.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (851) hide show
  1. package/README.md +14 -0
  2. package/blog/en/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  3. package/blog/en/vue-i18n_vs_intlayer.md +0 -2
  4. package/blog/id/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  5. package/blog/id/vue-i18n_vs_intlayer.md +0 -2
  6. package/blog/pl/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  7. package/blog/pl/vue-i18n_vs_intlayer.md +0 -2
  8. package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
  9. package/blog/tr/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  10. package/blog/tr/vue-i18n_vs_intlayer.md +0 -2
  11. package/blog/uk/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  12. package/blog/uk/vue-i18n_vs_intlayer.md +0 -2
  13. package/blog/vi/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  14. package/blog/vi/vue-i18n_vs_intlayer.md +0 -2
  15. package/dist/cjs/blog.cjs.map +1 -1
  16. package/dist/cjs/common.cjs.map +1 -1
  17. package/dist/cjs/doc.cjs.map +1 -1
  18. package/dist/cjs/frequentQuestions.cjs.map +1 -1
  19. package/dist/cjs/generated/blog.entry.cjs.map +1 -1
  20. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  21. package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
  22. package/dist/cjs/generated/legal.entry.cjs.map +1 -1
  23. package/dist/cjs/legal.cjs.map +1 -1
  24. package/dist/esm/blog.mjs.map +1 -1
  25. package/dist/esm/common.mjs.map +1 -1
  26. package/dist/esm/doc.mjs.map +1 -1
  27. package/dist/esm/frequentQuestions.mjs.map +1 -1
  28. package/dist/esm/generated/blog.entry.mjs.map +1 -1
  29. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  30. package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
  31. package/dist/esm/generated/legal.entry.mjs.map +1 -1
  32. package/dist/esm/legal.mjs.map +1 -1
  33. package/dist/types/blog.d.ts.map +1 -1
  34. package/dist/types/common.d.ts.map +1 -1
  35. package/dist/types/doc.d.ts.map +1 -1
  36. package/dist/types/frequentQuestions.d.ts.map +1 -1
  37. package/dist/types/legal.d.ts.map +1 -1
  38. package/docs/ar/benchmark/nextjs.md +20 -11
  39. package/docs/ar/benchmark/solid.md +14 -5
  40. package/docs/ar/benchmark/svelte.md +14 -5
  41. package/docs/ar/benchmark/tanstack.md +16 -7
  42. package/docs/ar/benchmark/vue.md +14 -5
  43. package/docs/ar/configuration.md +6 -6
  44. package/docs/ar/custom_domains.md +11 -11
  45. package/docs/ar/dictionary/content_file.md +41 -0
  46. package/docs/ar/interest_of_intlayer.md +0 -2
  47. package/docs/ar/intlayer_with_analog.md +1 -1
  48. package/docs/ar/intlayer_with_angular.md +1 -1
  49. package/docs/ar/intlayer_with_astro.md +1 -1
  50. package/docs/ar/intlayer_with_astro_lit.md +2 -2
  51. package/docs/ar/intlayer_with_astro_preact.md +3 -3
  52. package/docs/ar/intlayer_with_astro_react.md +2 -2
  53. package/docs/ar/intlayer_with_astro_solid.md +3 -3
  54. package/docs/ar/intlayer_with_astro_svelte.md +1 -1
  55. package/docs/ar/intlayer_with_astro_vanilla.md +1 -1
  56. package/docs/ar/intlayer_with_astro_vue.md +1 -1
  57. package/docs/ar/intlayer_with_nextjs_14.md +2 -2
  58. package/docs/ar/intlayer_with_nextjs_15.md +2 -2
  59. package/docs/ar/intlayer_with_nextjs_16.md +1 -1
  60. package/docs/ar/intlayer_with_nextjs_page_router.md +2 -2
  61. package/docs/ar/intlayer_with_nuxt.md +1 -1
  62. package/docs/ar/intlayer_with_react_native+expo.md +2 -2
  63. package/docs/ar/intlayer_with_react_router_v7.md +1 -1
  64. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +1 -1
  65. package/docs/ar/intlayer_with_storybook.md +7 -7
  66. package/docs/ar/intlayer_with_svelte_kit.md +1 -1
  67. package/docs/ar/intlayer_with_tanstack+solid.md +1 -1
  68. package/docs/ar/intlayer_with_tanstack.md +1 -1
  69. package/docs/ar/intlayer_with_vanilla.md +2 -2
  70. package/docs/ar/intlayer_with_vite+lit.md +1 -1
  71. package/docs/ar/intlayer_with_vite+preact.md +1 -1
  72. package/docs/ar/intlayer_with_vite+react.md +1 -1
  73. package/docs/ar/intlayer_with_vite+react_compiler.md +1 -1
  74. package/docs/ar/intlayer_with_vite+svelte.md +2 -2
  75. package/docs/ar/intlayer_with_vite+vanilla.md +4 -4
  76. package/docs/ar/intlayer_with_vite+vue.md +1 -1
  77. package/docs/ar/readme.md +13 -0
  78. package/docs/bn/cli/init.md +1 -1
  79. package/docs/bn/configuration.md +6 -6
  80. package/docs/bn/custom_domains.md +11 -11
  81. package/docs/bn/interest_of_intlayer.md +0 -2
  82. package/docs/bn/intlayer_with_storybook.md +7 -7
  83. package/docs/bn/intlayer_with_vanilla.md +2 -2
  84. package/docs/bn/intlayer_with_vite+lit.md +3 -3
  85. package/docs/bn/intlayer_with_vite+vanilla.md +5 -5
  86. package/docs/cs/cli/init.md +1 -1
  87. package/docs/cs/configuration.md +6 -6
  88. package/docs/cs/custom_domains.md +11 -11
  89. package/docs/cs/interest_of_intlayer.md +0 -2
  90. package/docs/cs/intlayer_with_storybook.md +7 -7
  91. package/docs/cs/intlayer_with_vanilla.md +2 -2
  92. package/docs/cs/intlayer_with_vite+lit.md +3 -3
  93. package/docs/cs/intlayer_with_vite+vanilla.md +5 -5
  94. package/docs/de/benchmark/nextjs.md +15 -6
  95. package/docs/de/benchmark/solid.md +14 -5
  96. package/docs/de/benchmark/svelte.md +14 -5
  97. package/docs/de/benchmark/tanstack.md +15 -6
  98. package/docs/de/benchmark/vue.md +14 -5
  99. package/docs/de/configuration.md +6 -6
  100. package/docs/de/custom_domains.md +11 -11
  101. package/docs/de/dictionary/content_file.md +41 -0
  102. package/docs/de/dictionary/markdown.md +36 -1
  103. package/docs/de/interest_of_intlayer.md +0 -2
  104. package/docs/de/intlayer_with_analog.md +1 -1
  105. package/docs/de/intlayer_with_angular.md +1 -1
  106. package/docs/de/intlayer_with_astro.md +1 -1
  107. package/docs/de/intlayer_with_astro_lit.md +2 -2
  108. package/docs/de/intlayer_with_astro_preact.md +3 -3
  109. package/docs/de/intlayer_with_astro_react.md +2 -2
  110. package/docs/de/intlayer_with_astro_solid.md +3 -3
  111. package/docs/de/intlayer_with_astro_svelte.md +1 -1
  112. package/docs/de/intlayer_with_astro_vanilla.md +1 -1
  113. package/docs/de/intlayer_with_astro_vue.md +1 -1
  114. package/docs/de/intlayer_with_nextjs_14.md +2 -2
  115. package/docs/de/intlayer_with_nextjs_15.md +2 -2
  116. package/docs/de/intlayer_with_nextjs_16.md +1 -1
  117. package/docs/de/intlayer_with_nextjs_page_router.md +2 -2
  118. package/docs/de/intlayer_with_nuxt.md +1 -1
  119. package/docs/de/intlayer_with_react_native+expo.md +2 -2
  120. package/docs/de/intlayer_with_react_router_v7.md +1 -1
  121. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +1 -1
  122. package/docs/de/intlayer_with_storybook.md +7 -7
  123. package/docs/de/intlayer_with_svelte_kit.md +1 -1
  124. package/docs/de/intlayer_with_tanstack+solid.md +1 -1
  125. package/docs/de/intlayer_with_tanstack.md +1 -1
  126. package/docs/de/intlayer_with_vanilla.md +2 -2
  127. package/docs/de/intlayer_with_vite+lit.md +2 -2
  128. package/docs/de/intlayer_with_vite+preact.md +2 -2
  129. package/docs/de/intlayer_with_vite+react.md +2 -2
  130. package/docs/de/intlayer_with_vite+react_compiler.md +2 -2
  131. package/docs/de/intlayer_with_vite+solid.md +1 -1
  132. package/docs/de/intlayer_with_vite+svelte.md +3 -3
  133. package/docs/de/intlayer_with_vite+vanilla.md +5 -5
  134. package/docs/de/intlayer_with_vite+vue.md +2 -2
  135. package/docs/de/readme.md +13 -0
  136. package/docs/en/agent_skills.md +2 -2
  137. package/docs/en/benchmark/___nextjs.md +1 -1
  138. package/docs/en/benchmark/___tanstack.md +2 -2
  139. package/docs/en/benchmark/nextjs.md +11 -2
  140. package/docs/en/benchmark/solid.md +10 -1
  141. package/docs/en/benchmark/svelte.md +10 -1
  142. package/docs/en/benchmark/tanstack.md +10 -1
  143. package/docs/en/benchmark/vue.md +10 -1
  144. package/docs/en/configuration.md +7 -7
  145. package/docs/en/custom_domains.md +11 -11
  146. package/docs/en/dictionary/content_file.md +41 -0
  147. package/docs/en/dictionary/markdown.md +38 -1
  148. package/docs/en/interest_of_intlayer.md +0 -2
  149. package/docs/en/intlayer_with_analog.md +1 -1
  150. package/docs/en/intlayer_with_angular.md +1 -1
  151. package/docs/en/intlayer_with_astro.md +1 -1
  152. package/docs/en/intlayer_with_astro_lit.md +4 -4
  153. package/docs/en/intlayer_with_astro_preact.md +3 -3
  154. package/docs/en/intlayer_with_astro_react.md +2 -2
  155. package/docs/en/intlayer_with_astro_solid.md +3 -3
  156. package/docs/en/intlayer_with_astro_svelte.md +1 -1
  157. package/docs/en/intlayer_with_astro_vanilla.md +1 -1
  158. package/docs/en/intlayer_with_astro_vue.md +1 -1
  159. package/docs/en/intlayer_with_nextjs_14.md +1 -1
  160. package/docs/en/intlayer_with_nextjs_15.md +1 -1
  161. package/docs/en/intlayer_with_nextjs_page_router.md +2 -2
  162. package/docs/en/intlayer_with_nuxt.md +1 -1
  163. package/docs/en/intlayer_with_react_native+expo.md +1 -1
  164. package/docs/en/intlayer_with_react_router_v7.md +1 -1
  165. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +1 -1
  166. package/docs/en/intlayer_with_storybook.md +7 -7
  167. package/docs/en/intlayer_with_svelte_kit.md +1 -1
  168. package/docs/en/intlayer_with_tanstack+solid.md +1 -1
  169. package/docs/en/intlayer_with_tanstack.md +1 -1
  170. package/docs/en/intlayer_with_vanilla.md +2 -2
  171. package/docs/en/intlayer_with_vite+lit.md +2 -2
  172. package/docs/en/intlayer_with_vite+preact.md +1 -1
  173. package/docs/en/intlayer_with_vite+react.md +1 -1
  174. package/docs/en/intlayer_with_vite+react_compiler.md +1 -1
  175. package/docs/en/intlayer_with_vite+svelte.md +2 -2
  176. package/docs/en/intlayer_with_vite+vanilla.md +4 -4
  177. package/docs/en/intlayer_with_vite+vue.md +1 -1
  178. package/docs/en/readme.md +13 -0
  179. package/docs/en-GB/agent_skills.md +2 -2
  180. package/docs/en-GB/benchmark/nextjs.md +16 -7
  181. package/docs/en-GB/benchmark/solid.md +14 -5
  182. package/docs/en-GB/benchmark/svelte.md +14 -5
  183. package/docs/en-GB/benchmark/tanstack.md +16 -7
  184. package/docs/en-GB/benchmark/vue.md +14 -5
  185. package/docs/en-GB/cli/init.md +1 -1
  186. package/docs/en-GB/configuration.md +7 -7
  187. package/docs/en-GB/custom_domains.md +11 -11
  188. package/docs/en-GB/dictionary/content_file.md +41 -0
  189. package/docs/en-GB/dictionary/markdown.md +37 -1
  190. package/docs/en-GB/interest_of_intlayer.md +0 -2
  191. package/docs/en-GB/intlayer_with_analog.md +1 -1
  192. package/docs/en-GB/intlayer_with_angular.md +1 -1
  193. package/docs/en-GB/intlayer_with_astro.md +1 -1
  194. package/docs/en-GB/intlayer_with_astro_lit.md +2 -2
  195. package/docs/en-GB/intlayer_with_astro_preact.md +3 -3
  196. package/docs/en-GB/intlayer_with_astro_react.md +2 -2
  197. package/docs/en-GB/intlayer_with_astro_solid.md +3 -3
  198. package/docs/en-GB/intlayer_with_astro_svelte.md +1 -1
  199. package/docs/en-GB/intlayer_with_astro_vanilla.md +1 -1
  200. package/docs/en-GB/intlayer_with_astro_vue.md +1 -1
  201. package/docs/en-GB/intlayer_with_nextjs_14.md +2 -2
  202. package/docs/en-GB/intlayer_with_nextjs_15.md +2 -2
  203. package/docs/en-GB/intlayer_with_nextjs_16.md +1 -1
  204. package/docs/en-GB/intlayer_with_nextjs_page_router.md +2 -2
  205. package/docs/en-GB/intlayer_with_nuxt.md +1 -1
  206. package/docs/en-GB/intlayer_with_react_native+expo.md +2 -2
  207. package/docs/en-GB/intlayer_with_react_router_v7.md +1 -1
  208. package/docs/en-GB/intlayer_with_react_router_v7_fs_routes.md +1 -1
  209. package/docs/en-GB/intlayer_with_storybook.md +7 -7
  210. package/docs/en-GB/intlayer_with_svelte_kit.md +1 -1
  211. package/docs/en-GB/intlayer_with_tanstack+solid.md +1 -1
  212. package/docs/en-GB/intlayer_with_tanstack.md +1 -1
  213. package/docs/en-GB/intlayer_with_vanilla.md +2 -2
  214. package/docs/en-GB/intlayer_with_vite+lit.md +2 -2
  215. package/docs/en-GB/intlayer_with_vite+preact.md +1 -1
  216. package/docs/en-GB/intlayer_with_vite+react.md +1 -1
  217. package/docs/en-GB/intlayer_with_vite+react_compiler.md +1 -1
  218. package/docs/en-GB/intlayer_with_vite+svelte.md +2 -2
  219. package/docs/en-GB/intlayer_with_vite+vanilla.md +4 -4
  220. package/docs/en-GB/intlayer_with_vite+vue.md +1 -1
  221. package/docs/en-GB/readme.md +13 -0
  222. package/docs/es/agent_skills.md +2 -2
  223. package/docs/es/benchmark/nextjs.md +15 -6
  224. package/docs/es/benchmark/solid.md +14 -5
  225. package/docs/es/benchmark/svelte.md +14 -5
  226. package/docs/es/benchmark/tanstack.md +15 -6
  227. package/docs/es/benchmark/vue.md +14 -5
  228. package/docs/es/configuration.md +1 -1
  229. package/docs/es/custom_domains.md +11 -11
  230. package/docs/es/dictionary/content_file.md +41 -0
  231. package/docs/es/dictionary/markdown.md +36 -1
  232. package/docs/es/interest_of_intlayer.md +0 -2
  233. package/docs/es/intlayer_with_analog.md +1 -1
  234. package/docs/es/intlayer_with_angular.md +1 -1
  235. package/docs/es/intlayer_with_astro.md +1 -1
  236. package/docs/es/intlayer_with_astro_lit.md +2 -2
  237. package/docs/es/intlayer_with_astro_preact.md +3 -3
  238. package/docs/es/intlayer_with_astro_react.md +2 -2
  239. package/docs/es/intlayer_with_astro_solid.md +3 -3
  240. package/docs/es/intlayer_with_astro_svelte.md +1 -1
  241. package/docs/es/intlayer_with_astro_vanilla.md +1 -1
  242. package/docs/es/intlayer_with_astro_vue.md +1 -1
  243. package/docs/es/intlayer_with_nextjs_14.md +2 -2
  244. package/docs/es/intlayer_with_nextjs_15.md +2 -2
  245. package/docs/es/intlayer_with_nextjs_16.md +1 -1
  246. package/docs/es/intlayer_with_nextjs_page_router.md +2 -2
  247. package/docs/es/intlayer_with_nuxt.md +1 -1
  248. package/docs/es/intlayer_with_react_native+expo.md +2 -2
  249. package/docs/es/intlayer_with_react_router_v7.md +1 -1
  250. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +1 -1
  251. package/docs/es/intlayer_with_storybook.md +5 -5
  252. package/docs/es/intlayer_with_svelte_kit.md +1 -1
  253. package/docs/es/intlayer_with_tanstack+solid.md +1 -1
  254. package/docs/es/intlayer_with_tanstack.md +1 -1
  255. package/docs/es/intlayer_with_vanilla.md +2 -2
  256. package/docs/es/intlayer_with_vite+lit.md +2 -2
  257. package/docs/es/intlayer_with_vite+preact.md +2 -2
  258. package/docs/es/intlayer_with_vite+react.md +2 -2
  259. package/docs/es/intlayer_with_vite+react_compiler.md +2 -2
  260. package/docs/es/intlayer_with_vite+solid.md +1 -1
  261. package/docs/es/intlayer_with_vite+svelte.md +3 -3
  262. package/docs/es/intlayer_with_vite+vanilla.md +4 -4
  263. package/docs/es/intlayer_with_vite+vue.md +2 -2
  264. package/docs/es/readme.md +13 -0
  265. package/docs/fr/agent_skills.md +2 -2
  266. package/docs/fr/benchmark/nextjs.md +20 -11
  267. package/docs/fr/benchmark/solid.md +14 -5
  268. package/docs/fr/benchmark/svelte.md +14 -5
  269. package/docs/fr/benchmark/tanstack.md +16 -7
  270. package/docs/fr/benchmark/vue.md +14 -5
  271. package/docs/fr/configuration.md +6 -6
  272. package/docs/fr/custom_domains.md +11 -11
  273. package/docs/fr/dictionary/content_file.md +41 -0
  274. package/docs/fr/dictionary/markdown.md +36 -1
  275. package/docs/fr/interest_of_intlayer.md +0 -2
  276. package/docs/fr/intlayer_with_analog.md +1 -1
  277. package/docs/fr/intlayer_with_angular.md +1 -1
  278. package/docs/fr/intlayer_with_astro.md +1 -1
  279. package/docs/fr/intlayer_with_astro_lit.md +4 -4
  280. package/docs/fr/intlayer_with_astro_preact.md +3 -3
  281. package/docs/fr/intlayer_with_astro_react.md +2 -2
  282. package/docs/fr/intlayer_with_astro_solid.md +3 -3
  283. package/docs/fr/intlayer_with_astro_svelte.md +1 -1
  284. package/docs/fr/intlayer_with_astro_vanilla.md +1 -1
  285. package/docs/fr/intlayer_with_astro_vue.md +1 -1
  286. package/docs/fr/intlayer_with_nextjs_14.md +2 -2
  287. package/docs/fr/intlayer_with_nextjs_15.md +2 -2
  288. package/docs/fr/intlayer_with_nextjs_16.md +1 -1
  289. package/docs/fr/intlayer_with_nextjs_page_router.md +2 -2
  290. package/docs/fr/intlayer_with_nuxt.md +1 -1
  291. package/docs/fr/intlayer_with_react_native+expo.md +2 -2
  292. package/docs/fr/intlayer_with_react_router_v7.md +1 -1
  293. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  294. package/docs/fr/intlayer_with_storybook.md +7 -7
  295. package/docs/fr/intlayer_with_svelte_kit.md +1 -1
  296. package/docs/fr/intlayer_with_tanstack+solid.md +1 -1
  297. package/docs/fr/intlayer_with_tanstack.md +1 -1
  298. package/docs/fr/intlayer_with_vanilla.md +2 -2
  299. package/docs/fr/intlayer_with_vite+lit.md +3 -3
  300. package/docs/fr/intlayer_with_vite+preact.md +2 -2
  301. package/docs/fr/intlayer_with_vite+react.md +2 -2
  302. package/docs/fr/intlayer_with_vite+react_compiler.md +2 -2
  303. package/docs/fr/intlayer_with_vite+solid.md +1 -1
  304. package/docs/fr/intlayer_with_vite+svelte.md +3 -3
  305. package/docs/fr/intlayer_with_vite+vanilla.md +5 -5
  306. package/docs/fr/intlayer_with_vite+vue.md +2 -2
  307. package/docs/fr/readme.md +15 -0
  308. package/docs/hi/benchmark/nextjs.md +20 -11
  309. package/docs/hi/benchmark/solid.md +14 -5
  310. package/docs/hi/benchmark/svelte.md +14 -5
  311. package/docs/hi/benchmark/tanstack.md +16 -7
  312. package/docs/hi/benchmark/vue.md +14 -5
  313. package/docs/hi/cli/init.md +1 -1
  314. package/docs/hi/configuration.md +6 -6
  315. package/docs/hi/custom_domains.md +11 -11
  316. package/docs/hi/dictionary/content_file.md +41 -0
  317. package/docs/hi/dictionary/markdown.md +36 -1
  318. package/docs/hi/interest_of_intlayer.md +0 -2
  319. package/docs/hi/intlayer_with_analog.md +1 -1
  320. package/docs/hi/intlayer_with_angular.md +1 -1
  321. package/docs/hi/intlayer_with_astro.md +1 -1
  322. package/docs/hi/intlayer_with_astro_lit.md +2 -2
  323. package/docs/hi/intlayer_with_astro_preact.md +3 -3
  324. package/docs/hi/intlayer_with_astro_react.md +2 -2
  325. package/docs/hi/intlayer_with_astro_solid.md +3 -3
  326. package/docs/hi/intlayer_with_astro_svelte.md +1 -1
  327. package/docs/hi/intlayer_with_astro_vanilla.md +1 -1
  328. package/docs/hi/intlayer_with_astro_vue.md +1 -1
  329. package/docs/hi/intlayer_with_nextjs_14.md +2 -2
  330. package/docs/hi/intlayer_with_nextjs_15.md +2 -2
  331. package/docs/hi/intlayer_with_nextjs_16.md +1 -1
  332. package/docs/hi/intlayer_with_nextjs_page_router.md +2 -2
  333. package/docs/hi/intlayer_with_nuxt.md +1 -1
  334. package/docs/hi/intlayer_with_react_native+expo.md +2 -2
  335. package/docs/hi/intlayer_with_react_router_v7.md +1 -1
  336. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  337. package/docs/hi/intlayer_with_storybook.md +7 -7
  338. package/docs/hi/intlayer_with_svelte_kit.md +1 -1
  339. package/docs/hi/intlayer_with_tanstack+solid.md +1 -1
  340. package/docs/hi/intlayer_with_tanstack.md +1 -1
  341. package/docs/hi/intlayer_with_vanilla.md +2 -2
  342. package/docs/hi/intlayer_with_vite+lit.md +3 -3
  343. package/docs/hi/intlayer_with_vite+preact.md +2 -2
  344. package/docs/hi/intlayer_with_vite+react.md +2 -2
  345. package/docs/hi/intlayer_with_vite+react_compiler.md +2 -2
  346. package/docs/hi/intlayer_with_vite+solid.md +1 -1
  347. package/docs/hi/intlayer_with_vite+svelte.md +3 -3
  348. package/docs/hi/intlayer_with_vite+vanilla.md +5 -5
  349. package/docs/hi/intlayer_with_vite+vue.md +2 -2
  350. package/docs/hi/readme.md +14 -1
  351. package/docs/id/agent_skills.md +2 -2
  352. package/docs/id/benchmark/nextjs.md +20 -11
  353. package/docs/id/benchmark/solid.md +14 -5
  354. package/docs/id/benchmark/svelte.md +14 -5
  355. package/docs/id/benchmark/tanstack.md +16 -7
  356. package/docs/id/benchmark/vue.md +14 -5
  357. package/docs/id/cli/init.md +1 -1
  358. package/docs/id/configuration.md +6 -6
  359. package/docs/id/custom_domains.md +11 -11
  360. package/docs/id/dictionary/content_file.md +41 -0
  361. package/docs/id/dictionary/markdown.md +36 -1
  362. package/docs/id/interest_of_intlayer.md +0 -2
  363. package/docs/id/intlayer_with_analog.md +1 -1
  364. package/docs/id/intlayer_with_angular.md +1 -1
  365. package/docs/id/intlayer_with_astro.md +1 -1
  366. package/docs/id/intlayer_with_astro_lit.md +2 -2
  367. package/docs/id/intlayer_with_astro_preact.md +3 -3
  368. package/docs/id/intlayer_with_astro_react.md +2 -2
  369. package/docs/id/intlayer_with_astro_solid.md +3 -3
  370. package/docs/id/intlayer_with_astro_svelte.md +1 -1
  371. package/docs/id/intlayer_with_astro_vanilla.md +1 -1
  372. package/docs/id/intlayer_with_astro_vue.md +1 -1
  373. package/docs/id/intlayer_with_nextjs_14.md +1 -1
  374. package/docs/id/intlayer_with_nextjs_15.md +1 -1
  375. package/docs/id/intlayer_with_nextjs_16.md +1 -1
  376. package/docs/id/intlayer_with_nextjs_page_router.md +2 -2
  377. package/docs/id/intlayer_with_nuxt.md +1 -1
  378. package/docs/id/intlayer_with_react_native+expo.md +1 -1
  379. package/docs/id/intlayer_with_react_router_v7.md +1 -1
  380. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +1 -1
  381. package/docs/id/intlayer_with_storybook.md +7 -7
  382. package/docs/id/intlayer_with_svelte_kit.md +1 -1
  383. package/docs/id/intlayer_with_tanstack+solid.md +1 -1
  384. package/docs/id/intlayer_with_tanstack.md +1 -1
  385. package/docs/id/intlayer_with_vanilla.md +2 -2
  386. package/docs/id/intlayer_with_vite+lit.md +2 -2
  387. package/docs/id/intlayer_with_vite+preact.md +1 -1
  388. package/docs/id/intlayer_with_vite+react.md +1 -1
  389. package/docs/id/intlayer_with_vite+react_compiler.md +1 -1
  390. package/docs/id/intlayer_with_vite+svelte.md +2 -2
  391. package/docs/id/intlayer_with_vite+vanilla.md +4 -4
  392. package/docs/id/intlayer_with_vite+vue.md +1 -1
  393. package/docs/id/readme.md +13 -0
  394. package/docs/it/benchmark/nextjs.md +18 -9
  395. package/docs/it/benchmark/solid.md +14 -5
  396. package/docs/it/benchmark/svelte.md +14 -5
  397. package/docs/it/benchmark/tanstack.md +16 -7
  398. package/docs/it/benchmark/vue.md +14 -5
  399. package/docs/it/configuration.md +6 -6
  400. package/docs/it/custom_domains.md +11 -11
  401. package/docs/it/dictionary/content_file.md +41 -0
  402. package/docs/it/dictionary/markdown.md +36 -1
  403. package/docs/it/interest_of_intlayer.md +0 -2
  404. package/docs/it/intlayer_with_analog.md +1 -1
  405. package/docs/it/intlayer_with_angular.md +1 -1
  406. package/docs/it/intlayer_with_astro.md +1 -1
  407. package/docs/it/intlayer_with_astro_lit.md +2 -2
  408. package/docs/it/intlayer_with_astro_preact.md +3 -3
  409. package/docs/it/intlayer_with_astro_react.md +2 -2
  410. package/docs/it/intlayer_with_astro_solid.md +3 -3
  411. package/docs/it/intlayer_with_astro_svelte.md +1 -1
  412. package/docs/it/intlayer_with_astro_vanilla.md +1 -1
  413. package/docs/it/intlayer_with_astro_vue.md +1 -1
  414. package/docs/it/intlayer_with_nextjs_14.md +2 -2
  415. package/docs/it/intlayer_with_nextjs_15.md +2 -2
  416. package/docs/it/intlayer_with_nextjs_16.md +1 -1
  417. package/docs/it/intlayer_with_nextjs_page_router.md +2 -2
  418. package/docs/it/intlayer_with_nuxt.md +1 -1
  419. package/docs/it/intlayer_with_react_native+expo.md +2 -2
  420. package/docs/it/intlayer_with_react_router_v7.md +1 -1
  421. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +1 -1
  422. package/docs/it/intlayer_with_storybook.md +7 -7
  423. package/docs/it/intlayer_with_svelte_kit.md +1 -1
  424. package/docs/it/intlayer_with_tanstack+solid.md +1 -1
  425. package/docs/it/intlayer_with_tanstack.md +1 -1
  426. package/docs/it/intlayer_with_vanilla.md +2 -2
  427. package/docs/it/intlayer_with_vite+lit.md +2 -2
  428. package/docs/it/intlayer_with_vite+preact.md +2 -2
  429. package/docs/it/intlayer_with_vite+react.md +2 -2
  430. package/docs/it/intlayer_with_vite+react_compiler.md +2 -2
  431. package/docs/it/intlayer_with_vite+solid.md +1 -1
  432. package/docs/it/intlayer_with_vite+svelte.md +3 -3
  433. package/docs/it/intlayer_with_vite+vanilla.md +5 -5
  434. package/docs/it/intlayer_with_vite+vue.md +1 -1
  435. package/docs/it/readme.md +13 -0
  436. package/docs/ja/benchmark/nextjs.md +15 -6
  437. package/docs/ja/benchmark/solid.md +10 -1
  438. package/docs/ja/benchmark/svelte.md +10 -1
  439. package/docs/ja/benchmark/tanstack.md +15 -6
  440. package/docs/ja/benchmark/vue.md +10 -1
  441. package/docs/ja/configuration.md +1 -1
  442. package/docs/ja/custom_domains.md +9 -9
  443. package/docs/ja/dictionary/content_file.md +41 -0
  444. package/docs/ja/dictionary/markdown.md +36 -1
  445. package/docs/ja/interest_of_intlayer.md +0 -2
  446. package/docs/ja/intlayer_with_analog.md +1 -1
  447. package/docs/ja/intlayer_with_angular.md +1 -1
  448. package/docs/ja/intlayer_with_astro.md +1 -1
  449. package/docs/ja/intlayer_with_astro_lit.md +2 -2
  450. package/docs/ja/intlayer_with_astro_preact.md +2 -2
  451. package/docs/ja/intlayer_with_astro_react.md +1 -1
  452. package/docs/ja/intlayer_with_astro_solid.md +1 -1
  453. package/docs/ja/intlayer_with_astro_svelte.md +1 -1
  454. package/docs/ja/intlayer_with_astro_vanilla.md +1 -1
  455. package/docs/ja/intlayer_with_astro_vue.md +1 -1
  456. package/docs/ja/intlayer_with_nextjs_14.md +2 -2
  457. package/docs/ja/intlayer_with_nextjs_15.md +2 -2
  458. package/docs/ja/intlayer_with_nextjs_16.md +1 -1
  459. package/docs/ja/intlayer_with_nextjs_page_router.md +2 -2
  460. package/docs/ja/intlayer_with_nuxt.md +1 -1
  461. package/docs/ja/intlayer_with_react_native+expo.md +2 -2
  462. package/docs/ja/intlayer_with_react_router_v7.md +2 -2
  463. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +1 -1
  464. package/docs/ja/intlayer_with_storybook.md +5 -5
  465. package/docs/ja/intlayer_with_svelte_kit.md +1 -1
  466. package/docs/ja/intlayer_with_tanstack+solid.md +1 -1
  467. package/docs/ja/intlayer_with_tanstack.md +1 -1
  468. package/docs/ja/intlayer_with_vanilla.md +2 -2
  469. package/docs/ja/intlayer_with_vite+lit.md +1 -1
  470. package/docs/ja/intlayer_with_vite+preact.md +1 -1
  471. package/docs/ja/intlayer_with_vite+react.md +1 -1
  472. package/docs/ja/intlayer_with_vite+react_compiler.md +1 -1
  473. package/docs/ja/intlayer_with_vite+svelte.md +2 -2
  474. package/docs/ja/intlayer_with_vite+vanilla.md +2 -2
  475. package/docs/ja/intlayer_with_vite+vue.md +1 -1
  476. package/docs/ja/readme.md +13 -0
  477. package/docs/ko/benchmark/nextjs.md +15 -6
  478. package/docs/ko/benchmark/solid.md +13 -4
  479. package/docs/ko/benchmark/svelte.md +13 -4
  480. package/docs/ko/benchmark/tanstack.md +15 -6
  481. package/docs/ko/benchmark/vue.md +13 -4
  482. package/docs/ko/configuration.md +1 -1
  483. package/docs/ko/custom_domains.md +9 -9
  484. package/docs/ko/dictionary/content_file.md +41 -0
  485. package/docs/ko/dictionary/markdown.md +36 -1
  486. package/docs/ko/interest_of_intlayer.md +0 -2
  487. package/docs/ko/intlayer_with_analog.md +1 -1
  488. package/docs/ko/intlayer_with_angular.md +1 -1
  489. package/docs/ko/intlayer_with_astro.md +1 -1
  490. package/docs/ko/intlayer_with_astro_lit.md +2 -2
  491. package/docs/ko/intlayer_with_astro_preact.md +2 -2
  492. package/docs/ko/intlayer_with_astro_react.md +1 -1
  493. package/docs/ko/intlayer_with_astro_solid.md +1 -1
  494. package/docs/ko/intlayer_with_astro_svelte.md +1 -1
  495. package/docs/ko/intlayer_with_astro_vanilla.md +1 -1
  496. package/docs/ko/intlayer_with_astro_vue.md +1 -1
  497. package/docs/ko/intlayer_with_nextjs_14.md +2 -2
  498. package/docs/ko/intlayer_with_nextjs_15.md +2 -2
  499. package/docs/ko/intlayer_with_nextjs_16.md +1 -1
  500. package/docs/ko/intlayer_with_nextjs_page_router.md +2 -2
  501. package/docs/ko/intlayer_with_nuxt.md +1 -1
  502. package/docs/ko/intlayer_with_react_native+expo.md +2 -2
  503. package/docs/ko/intlayer_with_react_router_v7.md +1 -1
  504. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +1 -1
  505. package/docs/ko/intlayer_with_storybook.md +5 -5
  506. package/docs/ko/intlayer_with_svelte_kit.md +1 -1
  507. package/docs/ko/intlayer_with_tanstack+solid.md +1 -1
  508. package/docs/ko/intlayer_with_tanstack.md +1 -1
  509. package/docs/ko/intlayer_with_vanilla.md +2 -2
  510. package/docs/ko/intlayer_with_vite+lit.md +2 -2
  511. package/docs/ko/intlayer_with_vite+preact.md +2 -2
  512. package/docs/ko/intlayer_with_vite+react.md +2 -2
  513. package/docs/ko/intlayer_with_vite+react_compiler.md +2 -2
  514. package/docs/ko/intlayer_with_vite+solid.md +1 -1
  515. package/docs/ko/intlayer_with_vite+svelte.md +3 -3
  516. package/docs/ko/intlayer_with_vite+vanilla.md +3 -3
  517. package/docs/ko/intlayer_with_vite+vue.md +2 -2
  518. package/docs/ko/readme.md +13 -0
  519. package/docs/nl/configuration.md +6 -6
  520. package/docs/nl/custom_domains.md +11 -11
  521. package/docs/nl/interest_of_intlayer.md +0 -2
  522. package/docs/nl/intlayer_with_storybook.md +7 -7
  523. package/docs/nl/intlayer_with_vanilla.md +2 -2
  524. package/docs/nl/intlayer_with_vite+lit.md +2 -2
  525. package/docs/nl/intlayer_with_vite+vanilla.md +4 -4
  526. package/docs/pl/agent_skills.md +2 -2
  527. package/docs/pl/benchmark/nextjs.md +20 -11
  528. package/docs/pl/benchmark/solid.md +15 -6
  529. package/docs/pl/benchmark/svelte.md +15 -6
  530. package/docs/pl/benchmark/tanstack.md +16 -7
  531. package/docs/pl/benchmark/vue.md +16 -7
  532. package/docs/pl/configuration.md +6 -6
  533. package/docs/pl/custom_domains.md +11 -11
  534. package/docs/pl/dictionary/content_file.md +41 -0
  535. package/docs/pl/dictionary/markdown.md +36 -1
  536. package/docs/pl/interest_of_intlayer.md +0 -2
  537. package/docs/pl/intlayer_with_analog.md +1 -1
  538. package/docs/pl/intlayer_with_angular.md +1 -1
  539. package/docs/pl/intlayer_with_astro.md +1 -1
  540. package/docs/pl/intlayer_with_astro_lit.md +2 -2
  541. package/docs/pl/intlayer_with_astro_preact.md +3 -3
  542. package/docs/pl/intlayer_with_astro_react.md +2 -2
  543. package/docs/pl/intlayer_with_astro_solid.md +3 -3
  544. package/docs/pl/intlayer_with_astro_svelte.md +1 -1
  545. package/docs/pl/intlayer_with_astro_vanilla.md +1 -1
  546. package/docs/pl/intlayer_with_astro_vue.md +1 -1
  547. package/docs/pl/intlayer_with_nextjs_14.md +1 -1
  548. package/docs/pl/intlayer_with_nextjs_15.md +1 -1
  549. package/docs/pl/intlayer_with_nextjs_16.md +1 -1
  550. package/docs/pl/intlayer_with_nextjs_page_router.md +2 -2
  551. package/docs/pl/intlayer_with_nuxt.md +1 -1
  552. package/docs/pl/intlayer_with_react_native+expo.md +1 -1
  553. package/docs/pl/intlayer_with_react_router_v7.md +1 -1
  554. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +1 -1
  555. package/docs/pl/intlayer_with_storybook.md +7 -7
  556. package/docs/pl/intlayer_with_svelte_kit.md +1 -1
  557. package/docs/pl/intlayer_with_tanstack+solid.md +1 -1
  558. package/docs/pl/intlayer_with_tanstack.md +1 -1
  559. package/docs/pl/intlayer_with_vanilla.md +2 -2
  560. package/docs/pl/intlayer_with_vite+lit.md +3 -3
  561. package/docs/pl/intlayer_with_vite+preact.md +2 -2
  562. package/docs/pl/intlayer_with_vite+react.md +2 -2
  563. package/docs/pl/intlayer_with_vite+react_compiler.md +2 -2
  564. package/docs/pl/intlayer_with_vite+solid.md +1 -1
  565. package/docs/pl/intlayer_with_vite+svelte.md +3 -3
  566. package/docs/pl/intlayer_with_vite+vanilla.md +5 -5
  567. package/docs/pl/intlayer_with_vite+vue.md +2 -2
  568. package/docs/pl/readme.md +13 -0
  569. package/docs/pt/benchmark/nextjs.md +20 -11
  570. package/docs/pt/benchmark/solid.md +14 -5
  571. package/docs/pt/benchmark/svelte.md +14 -5
  572. package/docs/pt/benchmark/tanstack.md +16 -7
  573. package/docs/pt/benchmark/vue.md +14 -5
  574. package/docs/pt/configuration.md +6 -6
  575. package/docs/pt/custom_domains.md +11 -11
  576. package/docs/pt/dictionary/content_file.md +41 -0
  577. package/docs/pt/dictionary/markdown.md +36 -1
  578. package/docs/pt/interest_of_intlayer.md +0 -2
  579. package/docs/pt/intlayer_with_analog.md +1 -1
  580. package/docs/pt/intlayer_with_angular.md +1 -1
  581. package/docs/pt/intlayer_with_astro.md +1 -1
  582. package/docs/pt/intlayer_with_astro_lit.md +1 -1
  583. package/docs/pt/intlayer_with_astro_preact.md +3 -3
  584. package/docs/pt/intlayer_with_astro_react.md +2 -2
  585. package/docs/pt/intlayer_with_astro_solid.md +3 -3
  586. package/docs/pt/intlayer_with_astro_svelte.md +1 -1
  587. package/docs/pt/intlayer_with_astro_vanilla.md +1 -1
  588. package/docs/pt/intlayer_with_astro_vue.md +1 -1
  589. package/docs/pt/intlayer_with_nextjs_14.md +2 -2
  590. package/docs/pt/intlayer_with_nextjs_15.md +2 -2
  591. package/docs/pt/intlayer_with_nextjs_16.md +1 -1
  592. package/docs/pt/intlayer_with_nextjs_page_router.md +2 -2
  593. package/docs/pt/intlayer_with_nuxt.md +1 -1
  594. package/docs/pt/intlayer_with_react_native+expo.md +2 -2
  595. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +1 -1
  596. package/docs/pt/intlayer_with_storybook.md +7 -7
  597. package/docs/pt/intlayer_with_svelte_kit.md +1 -1
  598. package/docs/pt/intlayer_with_tanstack+solid.md +1 -1
  599. package/docs/pt/intlayer_with_tanstack.md +1 -1
  600. package/docs/pt/intlayer_with_vanilla.md +2 -2
  601. package/docs/pt/intlayer_with_vite+lit.md +3 -3
  602. package/docs/pt/intlayer_with_vite+preact.md +2 -2
  603. package/docs/pt/intlayer_with_vite+react.md +2 -2
  604. package/docs/pt/intlayer_with_vite+react_compiler.md +2 -2
  605. package/docs/pt/intlayer_with_vite+solid.md +1 -1
  606. package/docs/pt/intlayer_with_vite+svelte.md +3 -3
  607. package/docs/pt/intlayer_with_vite+vanilla.md +5 -5
  608. package/docs/pt/intlayer_with_vite+vue.md +1 -1
  609. package/docs/pt/readme.md +13 -0
  610. package/docs/ru/agent_skills.md +1 -1
  611. package/docs/ru/benchmark/index.md +2 -2
  612. package/docs/ru/benchmark/nextjs.md +28 -19
  613. package/docs/ru/benchmark/solid.md +16 -7
  614. package/docs/ru/benchmark/svelte.md +17 -8
  615. package/docs/ru/benchmark/tanstack.md +20 -11
  616. package/docs/ru/benchmark/vue.md +19 -10
  617. package/docs/ru/bundle_optimization.md +1 -1
  618. package/docs/ru/cli/index.md +23 -23
  619. package/docs/ru/cli/init.md +7 -7
  620. package/docs/ru/cli/standalone.md +5 -5
  621. package/docs/ru/compiler.md +3 -3
  622. package/docs/ru/configuration.md +8 -8
  623. package/docs/ru/custom_domains.md +12 -12
  624. package/docs/ru/dictionary/content_file.md +41 -0
  625. package/docs/ru/dictionary/html.md +6 -6
  626. package/docs/ru/dictionary/markdown.md +42 -7
  627. package/docs/ru/interest_of_intlayer.md +3 -5
  628. package/docs/ru/intlayer_with_analog.md +1 -1
  629. package/docs/ru/intlayer_with_angular.md +1 -1
  630. package/docs/ru/intlayer_with_astro.md +2 -2
  631. package/docs/ru/intlayer_with_astro_lit.md +5 -5
  632. package/docs/ru/intlayer_with_astro_preact.md +4 -4
  633. package/docs/ru/intlayer_with_astro_react.md +3 -3
  634. package/docs/ru/intlayer_with_astro_solid.md +4 -4
  635. package/docs/ru/intlayer_with_astro_svelte.md +2 -2
  636. package/docs/ru/intlayer_with_astro_vanilla.md +2 -2
  637. package/docs/ru/intlayer_with_astro_vue.md +2 -2
  638. package/docs/ru/intlayer_with_fastify.md +1 -1
  639. package/docs/ru/intlayer_with_nextjs_14.md +2 -2
  640. package/docs/ru/intlayer_with_nextjs_15.md +2 -2
  641. package/docs/ru/intlayer_with_nextjs_16.md +1 -1
  642. package/docs/ru/intlayer_with_nextjs_page_router.md +2 -2
  643. package/docs/ru/intlayer_with_nuxt.md +1 -1
  644. package/docs/ru/intlayer_with_react_native+expo.md +2 -2
  645. package/docs/ru/intlayer_with_react_router_v7.md +1 -1
  646. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +1 -1
  647. package/docs/ru/intlayer_with_storybook.md +10 -10
  648. package/docs/ru/intlayer_with_svelte_kit.md +1 -1
  649. package/docs/ru/intlayer_with_tanstack+solid.md +7 -7
  650. package/docs/ru/intlayer_with_tanstack.md +1 -1
  651. package/docs/ru/intlayer_with_vanilla.md +4 -4
  652. package/docs/ru/intlayer_with_vite+lit.md +5 -5
  653. package/docs/ru/intlayer_with_vite+preact.md +2 -2
  654. package/docs/ru/intlayer_with_vite+react.md +2 -2
  655. package/docs/ru/intlayer_with_vite+react_compiler.md +2 -2
  656. package/docs/ru/intlayer_with_vite+solid.md +1 -1
  657. package/docs/ru/intlayer_with_vite+svelte.md +3 -3
  658. package/docs/ru/intlayer_with_vite+vanilla.md +7 -7
  659. package/docs/ru/intlayer_with_vite+vue.md +2 -2
  660. package/docs/ru/readme.md +13 -0
  661. package/docs/tr/benchmark/nextjs.md +16 -7
  662. package/docs/tr/benchmark/solid.md +14 -5
  663. package/docs/tr/benchmark/svelte.md +14 -5
  664. package/docs/tr/benchmark/tanstack.md +16 -7
  665. package/docs/tr/benchmark/vue.md +14 -5
  666. package/docs/tr/configuration.md +6 -6
  667. package/docs/tr/custom_domains.md +11 -11
  668. package/docs/tr/dictionary/content_file.md +41 -0
  669. package/docs/tr/dictionary/markdown.md +36 -1
  670. package/docs/tr/interest_of_intlayer.md +0 -2
  671. package/docs/tr/intlayer_with_analog.md +1 -1
  672. package/docs/tr/intlayer_with_angular.md +1 -1
  673. package/docs/tr/intlayer_with_astro.md +1 -1
  674. package/docs/tr/intlayer_with_astro_lit.md +2 -2
  675. package/docs/tr/intlayer_with_astro_preact.md +3 -3
  676. package/docs/tr/intlayer_with_astro_react.md +2 -2
  677. package/docs/tr/intlayer_with_astro_solid.md +3 -3
  678. package/docs/tr/intlayer_with_astro_svelte.md +1 -1
  679. package/docs/tr/intlayer_with_astro_vanilla.md +1 -1
  680. package/docs/tr/intlayer_with_astro_vue.md +1 -1
  681. package/docs/tr/intlayer_with_nextjs_15.md +2 -2
  682. package/docs/tr/intlayer_with_nextjs_16.md +1 -1
  683. package/docs/tr/intlayer_with_nextjs_page_router.md +2 -2
  684. package/docs/tr/intlayer_with_nuxt.md +1 -1
  685. package/docs/tr/intlayer_with_react_native+expo.md +2 -2
  686. package/docs/tr/intlayer_with_react_router_v7.md +1 -1
  687. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  688. package/docs/tr/intlayer_with_storybook.md +7 -7
  689. package/docs/tr/intlayer_with_svelte_kit.md +1 -1
  690. package/docs/tr/intlayer_with_tanstack+solid.md +1 -1
  691. package/docs/tr/intlayer_with_tanstack.md +1 -1
  692. package/docs/tr/intlayer_with_vanilla.md +2 -2
  693. package/docs/tr/intlayer_with_vite+lit.md +3 -3
  694. package/docs/tr/intlayer_with_vite+preact.md +2 -2
  695. package/docs/tr/intlayer_with_vite+react.md +2 -2
  696. package/docs/tr/intlayer_with_vite+react_compiler.md +2 -2
  697. package/docs/tr/intlayer_with_vite+solid.md +1 -1
  698. package/docs/tr/intlayer_with_vite+svelte.md +3 -3
  699. package/docs/tr/intlayer_with_vite+vanilla.md +5 -5
  700. package/docs/tr/intlayer_with_vite+vue.md +2 -2
  701. package/docs/tr/readme.md +13 -0
  702. package/docs/uk/agent_skills.md +1 -1
  703. package/docs/uk/benchmark/index.md +2 -2
  704. package/docs/uk/benchmark/nextjs.md +29 -20
  705. package/docs/uk/benchmark/solid.md +16 -7
  706. package/docs/uk/benchmark/svelte.md +17 -8
  707. package/docs/uk/benchmark/tanstack.md +21 -12
  708. package/docs/uk/benchmark/vue.md +20 -11
  709. package/docs/uk/bundle_optimization.md +1 -1
  710. package/docs/uk/cli/index.md +21 -21
  711. package/docs/uk/cli/init.md +9 -9
  712. package/docs/uk/cli/standalone.md +16 -16
  713. package/docs/uk/compiler.md +3 -3
  714. package/docs/uk/configuration.md +8 -8
  715. package/docs/uk/custom_domains.md +12 -12
  716. package/docs/uk/dictionary/content_file.md +41 -0
  717. package/docs/uk/dictionary/markdown.md +36 -1
  718. package/docs/uk/interest_of_intlayer.md +2 -4
  719. package/docs/uk/intlayer_with_analog.md +1 -1
  720. package/docs/uk/intlayer_with_angular.md +1 -1
  721. package/docs/uk/intlayer_with_astro.md +2 -2
  722. package/docs/uk/intlayer_with_astro_lit.md +3 -3
  723. package/docs/uk/intlayer_with_astro_preact.md +4 -4
  724. package/docs/uk/intlayer_with_astro_react.md +3 -3
  725. package/docs/uk/intlayer_with_astro_solid.md +4 -4
  726. package/docs/uk/intlayer_with_astro_svelte.md +2 -2
  727. package/docs/uk/intlayer_with_astro_vanilla.md +2 -2
  728. package/docs/uk/intlayer_with_astro_vue.md +2 -2
  729. package/docs/uk/intlayer_with_fastify.md +1 -1
  730. package/docs/uk/intlayer_with_nextjs_14.md +1 -1
  731. package/docs/uk/intlayer_with_nextjs_15.md +1 -1
  732. package/docs/uk/intlayer_with_nextjs_16.md +1 -1
  733. package/docs/uk/intlayer_with_nextjs_page_router.md +2 -2
  734. package/docs/uk/intlayer_with_nuxt.md +1 -1
  735. package/docs/uk/intlayer_with_react_native+expo.md +1 -1
  736. package/docs/uk/intlayer_with_react_router_v7.md +1 -1
  737. package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +1 -1
  738. package/docs/uk/intlayer_with_storybook.md +9 -9
  739. package/docs/uk/intlayer_with_svelte_kit.md +1 -1
  740. package/docs/uk/intlayer_with_tanstack+solid.md +4 -4
  741. package/docs/uk/intlayer_with_tanstack.md +1 -1
  742. package/docs/uk/intlayer_with_vanilla.md +3 -3
  743. package/docs/uk/intlayer_with_vite+lit.md +4 -4
  744. package/docs/uk/intlayer_with_vite+preact.md +2 -2
  745. package/docs/uk/intlayer_with_vite+react.md +2 -2
  746. package/docs/uk/intlayer_with_vite+react_compiler.md +2 -2
  747. package/docs/uk/intlayer_with_vite+solid.md +1 -1
  748. package/docs/uk/intlayer_with_vite+svelte.md +3 -3
  749. package/docs/uk/intlayer_with_vite+vanilla.md +6 -6
  750. package/docs/uk/intlayer_with_vite+vue.md +2 -2
  751. package/docs/uk/readme.md +13 -0
  752. package/docs/ur/cli/init.md +1 -1
  753. package/docs/ur/configuration.md +6 -6
  754. package/docs/ur/custom_domains.md +11 -11
  755. package/docs/ur/interest_of_intlayer.md +0 -2
  756. package/docs/ur/intlayer_with_storybook.md +7 -7
  757. package/docs/ur/intlayer_with_vanilla.md +2 -2
  758. package/docs/ur/intlayer_with_vite+lit.md +2 -2
  759. package/docs/ur/intlayer_with_vite+vanilla.md +4 -4
  760. package/docs/vi/agent_skills.md +2 -2
  761. package/docs/vi/benchmark/nextjs.md +20 -11
  762. package/docs/vi/benchmark/solid.md +14 -5
  763. package/docs/vi/benchmark/svelte.md +14 -5
  764. package/docs/vi/benchmark/tanstack.md +16 -7
  765. package/docs/vi/benchmark/vue.md +14 -5
  766. package/docs/vi/cli/init.md +1 -1
  767. package/docs/vi/configuration.md +6 -6
  768. package/docs/vi/custom_domains.md +11 -11
  769. package/docs/vi/dictionary/content_file.md +41 -0
  770. package/docs/vi/dictionary/markdown.md +36 -1
  771. package/docs/vi/interest_of_intlayer.md +0 -2
  772. package/docs/vi/intlayer_with_analog.md +1 -1
  773. package/docs/vi/intlayer_with_angular.md +1 -1
  774. package/docs/vi/intlayer_with_astro.md +1 -1
  775. package/docs/vi/intlayer_with_astro_lit.md +2 -2
  776. package/docs/vi/intlayer_with_astro_preact.md +3 -3
  777. package/docs/vi/intlayer_with_astro_react.md +2 -2
  778. package/docs/vi/intlayer_with_astro_solid.md +3 -3
  779. package/docs/vi/intlayer_with_astro_svelte.md +1 -1
  780. package/docs/vi/intlayer_with_astro_vanilla.md +1 -1
  781. package/docs/vi/intlayer_with_astro_vue.md +1 -1
  782. package/docs/vi/intlayer_with_nextjs_14.md +1 -1
  783. package/docs/vi/intlayer_with_nextjs_15.md +1 -1
  784. package/docs/vi/intlayer_with_nextjs_16.md +1 -1
  785. package/docs/vi/intlayer_with_nextjs_page_router.md +2 -2
  786. package/docs/vi/intlayer_with_nuxt.md +1 -1
  787. package/docs/vi/intlayer_with_react_native+expo.md +1 -1
  788. package/docs/vi/intlayer_with_react_router_v7.md +1 -1
  789. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  790. package/docs/vi/intlayer_with_storybook.md +7 -7
  791. package/docs/vi/intlayer_with_svelte_kit.md +1 -1
  792. package/docs/vi/intlayer_with_tanstack+solid.md +1 -1
  793. package/docs/vi/intlayer_with_tanstack.md +1 -1
  794. package/docs/vi/intlayer_with_vanilla.md +2 -2
  795. package/docs/vi/intlayer_with_vite+lit.md +2 -2
  796. package/docs/vi/intlayer_with_vite+preact.md +1 -1
  797. package/docs/vi/intlayer_with_vite+react.md +1 -1
  798. package/docs/vi/intlayer_with_vite+react_compiler.md +1 -1
  799. package/docs/vi/intlayer_with_vite+svelte.md +2 -2
  800. package/docs/vi/intlayer_with_vite+vanilla.md +4 -4
  801. package/docs/vi/intlayer_with_vite+vue.md +1 -1
  802. package/docs/vi/readme.md +13 -0
  803. package/docs/zh/benchmark/nextjs.md +20 -11
  804. package/docs/zh/benchmark/solid.md +10 -1
  805. package/docs/zh/benchmark/svelte.md +10 -1
  806. package/docs/zh/benchmark/tanstack.md +16 -7
  807. package/docs/zh/benchmark/vue.md +10 -1
  808. package/docs/zh/cli/init.md +1 -1
  809. package/docs/zh/configuration.md +6 -6
  810. package/docs/zh/custom_domains.md +11 -11
  811. package/docs/zh/dictionary/content_file.md +41 -0
  812. package/docs/zh/dictionary/markdown.md +36 -1
  813. package/docs/zh/interest_of_intlayer.md +0 -2
  814. package/docs/zh/intlayer_with_analog.md +1 -1
  815. package/docs/zh/intlayer_with_angular.md +1 -1
  816. package/docs/zh/intlayer_with_astro.md +1 -1
  817. package/docs/zh/intlayer_with_astro_lit.md +2 -2
  818. package/docs/zh/intlayer_with_astro_preact.md +3 -3
  819. package/docs/zh/intlayer_with_astro_react.md +2 -2
  820. package/docs/zh/intlayer_with_astro_solid.md +3 -3
  821. package/docs/zh/intlayer_with_astro_svelte.md +1 -1
  822. package/docs/zh/intlayer_with_astro_vanilla.md +1 -1
  823. package/docs/zh/intlayer_with_astro_vue.md +1 -1
  824. package/docs/zh/intlayer_with_nextjs_14.md +2 -2
  825. package/docs/zh/intlayer_with_nextjs_15.md +2 -2
  826. package/docs/zh/intlayer_with_nextjs_16.md +1 -1
  827. package/docs/zh/intlayer_with_nextjs_page_router.md +2 -2
  828. package/docs/zh/intlayer_with_nuxt.md +1 -1
  829. package/docs/zh/intlayer_with_react_native+expo.md +2 -2
  830. package/docs/zh/intlayer_with_react_router_v7.md +1 -1
  831. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +1 -1
  832. package/docs/zh/intlayer_with_storybook.md +7 -7
  833. package/docs/zh/intlayer_with_svelte_kit.md +1 -1
  834. package/docs/zh/intlayer_with_tanstack+solid.md +1 -1
  835. package/docs/zh/intlayer_with_tanstack.md +1 -1
  836. package/docs/zh/intlayer_with_vanilla.md +2 -2
  837. package/docs/zh/intlayer_with_vite+lit.md +2 -2
  838. package/docs/zh/intlayer_with_vite+preact.md +1 -1
  839. package/docs/zh/intlayer_with_vite+react.md +1 -1
  840. package/docs/zh/intlayer_with_vite+react_compiler.md +1 -1
  841. package/docs/zh/intlayer_with_vite+svelte.md +2 -2
  842. package/docs/zh/intlayer_with_vite+vanilla.md +4 -4
  843. package/docs/zh/intlayer_with_vite+vue.md +1 -1
  844. package/docs/zh/readme.md +13 -0
  845. package/docs/zh-TW/interest_of_intlayer.md +0 -2
  846. package/frequent_questions/ru/intlayerNode.md +2 -2
  847. package/frequent_questions/uk/intlayerNode.md +2 -2
  848. package/package.json +7 -7
  849. package/src/blog.ts +4 -1
  850. package/src/frequentQuestions.ts +4 -1
  851. package/src/legal.ts +4 -1
package/README.md CHANGED
@@ -67,6 +67,7 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
67
67
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/mcp.png?raw=true" alt="Feature" width="700"> | **MCP Server Integration**<br><br>Provides an MCP (Model Context Protocol) server for IDE automation, enabling seamless content management and i18n workflows directly within your development environment. <br><br> - [MCP Server](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/mcp_server.md) |
68
68
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, building your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
69
69
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/interoperability.png?raw=true" alt="Feature" width="700"> | **Interoperability**<br><br>Allow interoperability with react-i18next, next-i18next, next-intl, react-intl, vue-i18n. <br><br> - [Intlayer and react-intl](https://intlayer.org/blog/intlayer-with-react-intl) <br> - [Intlayer and next-intl](https://intlayer.org/blog/intlayer-with-next-intl) <br> - [Intlayer and next-i18next](https://intlayer.org/blog/intlayer-with-next-i18next) <br> - [Intlayer and vue-i18n](https://intlayer.org/blog/intlayer-with-vue-i18n) |
70
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/benchmark.png?raw=true" alt="Feature" width="700"> | **Performances & Benchmark**<br><br>Uses advanced tree-shaking and dynamic loading to boost performances and keep the solution as light as possible. <br><br> - [Performances & Benchmark](https://intlayer.org/doc/benchmark) |
70
71
 
71
72
  ---
72
73
 
@@ -249,6 +250,19 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
249
250
  </ul>
250
251
  </details>
251
252
 
253
+ ## Multilingual content management system
254
+
255
+ More than an i18n library, Intlayer is a complete **multilingual content management system**. A full CMS is available for free at [app.intlayer.org](https://app.intlayer.org).
256
+
257
+ Intlayer connects **developers**, **copywriters**, and **AI agents** in one workflow for creating and maintaining multilingual websites effortlessly.Intlayer replaces the following stack in a single solution:
258
+
259
+ - i18n solutions (e.g. `i18next`, `next-intl`, `vue-i18n`)
260
+ - TMSs (Translation Management Systems) (e.g. Crowdin, Phrase, Lokalise)
261
+ - Feature flags
262
+ - Headless CMSs (e.g. Contentful, Strapi, Sanity)
263
+
264
+ ![CMS Preview](https://github.com/aymericzip/intlayer/blob/main/docs/assets/CMS.png?raw=true)
265
+
252
266
  ## 🌐 Readme in other languages
253
267
 
254
268
  <p align="center">
@@ -144,8 +144,6 @@ We evaluate:
144
144
 
145
145
  Using `intlayer`, you can declare your content in the format of your favorite i18n library, and intlayer will generate your namespaces in the location of your choice (example: `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Refer to [`dictionaryOutput` and `i18nextResourcesDir` options](https://intlayer.org/doc/concept/configuration#content-configuration) for more details.
148
-
149
147
  ---
150
148
 
151
149
  ## GitHub STARs
@@ -256,8 +256,6 @@ This approach:
256
256
 
257
257
  Using `intlayer`, you can declare your content in the format of your favorite i18n library, and intlayer will generate your namespaces in the location of your choice (example: `/messages/{{locale}}/{{namespace}}.json`).
258
258
 
259
- Refer to [`dictionaryOutput` and `i18nextResourcesDir` options](https://intlayer.org/doc/concept/configuration#content-configuration) for more details.
260
-
261
259
  ---
262
260
 
263
261
  ## GitHub STARs
@@ -144,8 +144,6 @@ Kami mengevaluasi:
144
144
 
145
145
  Dengan menggunakan `intlayer`, Anda dapat mendeklarasikan konten Anda dalam format perpustakaan i18n favorit Anda, dan intlayer akan menghasilkan namespace Anda di lokasi pilihan Anda (contoh: `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Lihat opsi [`dictionaryOutput` dan `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) untuk detail lebih lanjut.
148
-
149
147
  ---
150
148
 
151
149
  ## BINTANG GitHub
@@ -256,8 +256,6 @@ Pendekatan ini:
256
256
 
257
257
  Dengan menggunakan `intlayer`, Anda dapat mendeklarasikan konten Anda dalam format perpustakaan i18n favorit Anda, dan intlayer akan menghasilkan namespace Anda di lokasi pilihan Anda (contoh: `/messages/{{locale}}/{{namespace}}.json`).
258
258
 
259
- Lihat opsi [`dictionaryOutput` dan `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) untuk detail lebih lanjut.
260
-
261
259
  ---
262
260
 
263
261
  ## GitHub STARs
@@ -144,8 +144,6 @@ Oceniamy:
144
144
 
145
145
  Korzystając z `intlayer`, możesz deklarować swoją zawartość w formacie ulubionej biblioteki i18n, a intlayer wygeneruje Twoje przestrzenie nazw w wybranej lokalizacji (np. `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Zapoznaj się z opcjami [`dictionaryOutput` i `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) po więcej szczegółów.
148
-
149
147
  ---
150
148
 
151
149
  ## Gwiazdki GitHub
@@ -256,8 +256,6 @@ To podejście:
256
256
 
257
257
  Korzystając z `intlayer`, możesz zadeklarować swoją zawartość w formacie ulubionej biblioteki i18n, a intlayer wygeneruje Twoje przestrzenie nazw w wybranej lokalizacji (np. `/messages/{{locale}}/{{namespace}}.json`).
258
258
 
259
- Zapoznaj się z opcjami [`dictionaryOutput` i `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration), aby uzyskać więcej szczegółów.
260
-
261
259
  ---
262
260
 
263
261
  ## Gwiazdki na GitHubie (GitHub STARs)
@@ -152,8 +152,6 @@ Bu rehber, **Next.js** için yaygın olarak kullanılan üç i18n seçeneğini k
152
152
 
153
153
  `intlayer` kullanarak, içeriğinizi favori i18n kütüphanenizin formatında beyan edebilirsiniz ve intlayer ad alanlarınızı istediğiniz konumda oluşturacaktır (örnek: `/messages/{{locale}}/{{namespace}}.json`).
154
154
 
155
- Daha fazla detay için [`dictionaryOutput` ve `i18nextResourcesDir` seçeneklerine](https://intlayer.org/doc/concept/configuration#content-configuration) bakın.
156
-
157
155
  ---
158
156
 
159
157
  ## GitHub YILDIZLARI
@@ -144,8 +144,6 @@ Bu rehber, **React** için üç yerleşik i18n seçeneğini karşılaştırır:
144
144
 
145
145
  `intlayer` kullanarak, içeriğinizi favori i18n kütüphanenizin formatında beyan edebilirsiniz ve intlayer ad alanlarınızı istediğiniz konumda oluşturacaktır (örnek: `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Daha fazla detay için [`dictionaryOutput` ve `i18nextResourcesDir` seçeneklerine](https://intlayer.org/doc/concept/configuration#content-configuration) bakın.
148
-
149
147
  ---
150
148
 
151
149
  ## GitHub YILDIZLARI
@@ -256,8 +256,6 @@ Bu yaklaşım:
256
256
 
257
257
  `intlayer` kullanarak, içeriğinizi favori i18n kütüphanenizin formatında beyan edebilirsiniz ve intlayer ad alanlarınızı istediğiniz konumda oluşturacaktır (örnek: `/messages/{{locale}}/{{namespace}}.json`).
258
258
 
259
- Daha fazla detay için [`dictionaryOutput` ve `i18nextResourcesDir` seçeneklerine](https://intlayer.org/doc/concept/configuration#content-configuration) bakın.
260
-
261
259
  ---
262
260
 
263
261
  ## GitHub YILDIZLARI
@@ -144,8 +144,6 @@ slugs:
144
144
 
145
145
  Використовуючи `intlayer`, ви можете оголошувати ваш контент у форматі улюбленої i18n-бібліотеки, і intlayer згенерує ваші неймспейси у вибраному місці (приклад: `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Дивіться опції [`dictionaryOutput` and `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) для детальнішої інформації.
148
-
149
147
  ---
150
148
 
151
149
  ## Зірки GitHub
@@ -257,8 +257,6 @@ const { greeting } = useIntlayer("component-example");
257
257
 
258
258
  Використовуючи `intlayer`, ви можете задавати контент у форматі вашої улюбленої i18n-бібліотеки, і intlayer згенерує ваші неймспейси в обраному місці (наприклад: `/messages/{{locale}}/{{namespace}}.json`).
259
259
 
260
- Див. опції [`dictionaryOutput` та `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) для детальнішої інформації.
261
-
262
260
  ---
263
261
 
264
262
  ## Зірки GitHub
@@ -144,8 +144,6 @@ Chúng tôi đánh giá:
144
144
 
145
145
  Sử dụng `intlayer`, bạn có thể khai báo nội dung theo định dạng của thư viện i18n yêu thích của bạn, và intlayer sẽ tạo ra các namespace tại vị trí bạn chọn (ví dụ: `/messages/{{locale}}/{{namespace}}.json`).
146
146
 
147
- Tham khảo các tùy chọn [`dictionaryOutput` và `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) để biết thêm chi tiết.
148
-
149
147
  ---
150
148
 
151
149
  ## Sao trên GitHub
@@ -256,8 +256,6 @@ Cách tiếp cận này:
256
256
 
257
257
  Sử dụng `intlayer`, bạn có thể khai báo nội dung theo định dạng của thư viện i18n yêu thích của bạn, và intlayer sẽ tạo ra các namespace tại vị trí bạn chọn (ví dụ: `/messages/{{locale}}/{{namespace}}.json`).
258
258
 
259
- Tham khảo các tùy chọn [`dictionaryOutput` và `i18nextResourcesDir`](https://intlayer.org/doc/concept/configuration#content-configuration) để biết thêm chi tiết.
260
-
261
259
  ---
262
260
 
263
261
  ## Sao GitHub
@@ -1 +1 @@
1
- {"version":3,"file":"blog.cjs","names":["getKeys","blogEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/blog.ts"],"sourcesContent":["import type { DeclaredLocales, LocalesValues } from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { blogEntry } from './generated/blog.entry';\n\nexport type BlogKey = keyof typeof blogEntry;\nexport type Blogs = Record<BlogKey, Record<LocalesValues, Promise<string>>>;\nexport type BlogMetadata = FileMetadata;\n\nexport const getBlogsKeys = (): (keyof typeof blogEntry)[] =>\n getKeys(blogEntry);\n\nexport const getBlogs = async <L extends LocalesValues = DeclaredLocales>(\n locale: L = defaultLocale as L\n): Promise<Record<BlogKey, string>> => await getFiles(blogEntry, locale);\n\nexport const getBlog = async <L extends LocalesValues = DeclaredLocales>(\n docName: BlogKey,\n locale: L = defaultLocale as L\n): Promise<string> => await getFile(blogEntry, docName, locale);\n\nexport const getBlogMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<BlogKey, FileMetadata>> =>\n await getFileMetadataRecord(blogEntry, locale);\n\nexport const getBlogMetadata = async <\n D extends BlogKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> => await getFileMetadata(blogEntry, docName, locale);\n\nexport const getBlogMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(blogEntry, slugs, locale, strict);\n\nexport const getBlogBySlug = async <L extends LocalesValues = DeclaredLocales>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> => await getFileBySlug(blogEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAkBA,MAAa,qBACXA,uBAAQC,uCAAU;AAEpB,MAAa,WAAW,OACtB,SAAYC,iCACyB,MAAMC,wBAASF,wCAAW,OAAO;AAExE,MAAa,UAAU,OACrB,SACA,SAAYC,iCACQ,MAAME,uBAAQH,wCAAW,SAAS,OAAO;AAE/D,MAAa,wBAAwB,OAGnC,SAAYC,iCAEZ,MAAMG,qCAAsBJ,wCAAW,OAAO;AAEhD,MAAa,kBAAkB,OAI7B,SACA,SAAYC,iCACc,MAAMI,+BAAgBL,wCAAW,SAAS,OAAO;AAE7E,MAAa,wBAAwB,OAGnC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,wCAAW,OAAO,QAAQ,OAAO;AAE/D,MAAa,gBAAgB,OAC3B,OACA,SAAYC,8BACZ,SAAS,UACa,MAAMM,6BAAcP,wCAAW,OAAO,QAAQ,OAAO"}
1
+ {"version":3,"file":"blog.cjs","names":["getKeys","blogEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/blog.ts"],"sourcesContent":["import type {\n DeclaredLocales,\n LocalesValues,\n} from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { blogEntry } from './generated/blog.entry';\n\nexport type BlogKey = keyof typeof blogEntry;\nexport type Blogs = Record<BlogKey, Record<LocalesValues, Promise<string>>>;\nexport type BlogMetadata = FileMetadata;\n\nexport const getBlogsKeys = (): (keyof typeof blogEntry)[] =>\n getKeys(blogEntry);\n\nexport const getBlogs = async <L extends LocalesValues = DeclaredLocales>(\n locale: L = defaultLocale as L\n): Promise<Record<BlogKey, string>> => await getFiles(blogEntry, locale);\n\nexport const getBlog = async <L extends LocalesValues = DeclaredLocales>(\n docName: BlogKey,\n locale: L = defaultLocale as L\n): Promise<string> => await getFile(blogEntry, docName, locale);\n\nexport const getBlogMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<BlogKey, FileMetadata>> =>\n await getFileMetadataRecord(blogEntry, locale);\n\nexport const getBlogMetadata = async <\n D extends BlogKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> => await getFileMetadata(blogEntry, docName, locale);\n\nexport const getBlogMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(blogEntry, slugs, locale, strict);\n\nexport const getBlogBySlug = async <L extends LocalesValues = DeclaredLocales>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> => await getFileBySlug(blogEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAqBA,MAAa,qBACXA,uBAAQC,sCAAS;AAEnB,MAAa,WAAW,OACtB,SAAYC,iCACyB,MAAMC,wBAASF,wCAAW,MAAM;AAEvE,MAAa,UAAU,OACrB,SACA,SAAYC,iCACQ,MAAME,uBAAQH,wCAAW,SAAS,MAAM;AAE9D,MAAa,wBAAwB,OAGnC,SAAYC,iCAEZ,MAAMG,qCAAsBJ,wCAAW,MAAM;AAE/C,MAAa,kBAAkB,OAI7B,SACA,SAAYC,iCACc,MAAMI,+BAAgBL,wCAAW,SAAS,MAAM;AAE5E,MAAa,wBAAwB,OAGnC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,wCAAW,OAAO,QAAQ,MAAM;AAE9D,MAAa,gBAAgB,OAC3B,OACA,SAAYC,8BACZ,SAAS,UACa,MAAMM,6BAAcP,wCAAW,OAAO,QAAQ,MAAM"}
@@ -1 +1 @@
1
- {"version":3,"file":"common.cjs","names":["Locales"],"sources":["../../src/common.ts"],"sourcesContent":["import { join } from 'node:path';\nimport { getLocalizedUrl } from '@intlayer/core/localization';\nimport { getMarkdownMetadata } from '@intlayer/core/transpiler';\nimport * as Locales from '@intlayer/types/locales';\nimport type { LocalesValues } from '@intlayer/types/module_augmentation';\n\nexport const defaultLocale = Locales.ENGLISH;\n\nexport const GITHUB_URL_PREFIX =\n 'https://github.com/aymericzip/intlayer/blob/main/docs';\nexport const URL_PREFIX = 'https://intlayer.org/';\n\nexport const getKeys = <T extends Record<string, any>>(obj: T): (keyof T)[] =>\n Object.keys(obj) as (keyof T)[];\n\nexport const getFiles = async <\n F extends Record<`./${string}`, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n lang: LocalesValues = defaultLocale as LocalesValues\n): Promise<Record<string, string>> => {\n const filesEntries = await Promise.all(\n Object.entries(files)\n .map(([key, value]) => [key, value[lang as LocalesValues]])\n .map(async ([key, value]) => [key, await value])\n );\n const filesResult = Object.fromEntries(filesEntries);\n return filesResult;\n};\n\nexport const getFile = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n docKey: keyof F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<string> => {\n const fileRecord = files[docKey];\n\n if (!fileRecord) {\n throw new Error(`File ${docKey as string} not found`);\n }\n\n const file = await files[docKey]?.[locale];\n\n if (!file) {\n const englishFile = await files[docKey][defaultLocale as LocalesValues];\n\n if (!englishFile) {\n throw new Error(`File ${docKey as string} not found`);\n }\n\n return englishFile;\n }\n\n return file;\n};\n\nexport type FileMetadata = {\n docKey: string;\n url: string;\n relativeUrl: string;\n githubUrl: string;\n title: string;\n slugs: string[];\n description: string;\n keywords: string[];\n updatedAt: string;\n createdAt: string;\n author?: string;\n youtubeVideo?: string;\n applicationTemplate?: string;\n applicationShowcase?: string;\n history?: {\n version: string;\n date: string;\n changes: string;\n }[];\n};\n\nexport const formatMetadata = (\n docKey: string,\n file: string,\n locale: LocalesValues = defaultLocale as LocalesValues\n): FileMetadata => {\n const metadata = getMarkdownMetadata(file);\n\n const slugs = (metadata.slugs ?? []).map(String);\n const keywords = (metadata.keywords ?? []).map(String);\n\n const relativeUrl = join('/', ...slugs);\n\n const slicedDocKey = docKey.slice(1);\n\n return {\n ...metadata,\n docKey,\n slugs,\n keywords,\n githubUrl: `${GITHUB_URL_PREFIX}${slicedDocKey}`.replace(\n '/en/',\n `/${locale}/`\n ),\n relativeUrl: getLocalizedUrl(relativeUrl, locale),\n url: getLocalizedUrl(join(URL_PREFIX, relativeUrl), locale),\n } as FileMetadata;\n};\n\nexport const getFileMetadata = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n R extends FileMetadata,\n>(\n files: F,\n docKey: keyof F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<R> => {\n const file = await getFile(files, docKey, locale);\n\n return formatMetadata(docKey as string, file, locale) as R;\n};\n\nexport const getFileMetadataRecord = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<Record<keyof F, FileMetadata>> => {\n const filesEntries = await Promise.all(\n Object.entries(files).map(async ([key]) => [\n key,\n await getFileMetadata(files, key as keyof F, locale),\n ])\n );\n const filesResult = Object.fromEntries(filesEntries);\n return filesResult;\n};\n\nexport const getFileMetadataBySlug = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n slugs: string | string[],\n locale: LocalesValues = defaultLocale as LocalesValues,\n strict = false\n) => {\n const slugsArray = Array.isArray(slugs) ? slugs : [slugs];\n const filesMetadata = await getFileMetadataRecord(\n files,\n defaultLocale as LocalesValues\n );\n\n let fileMetadataArray: FileMetadata[] = Object.values(filesMetadata).filter(\n (fileMetadata) =>\n slugsArray.every((slug) => fileMetadata.slugs?.includes(slug))\n );\n\n if (strict) {\n fileMetadataArray = fileMetadataArray.filter(\n (fileMetadata) => fileMetadata.slugs.length === slugsArray.length\n );\n }\n\n if (locale !== defaultLocale) {\n const localizedFileMetadata = await Promise.all(\n fileMetadataArray.map(\n async (fileMetadata) =>\n await getFileMetadata(files, fileMetadata.docKey, locale)\n )\n );\n\n return localizedFileMetadata;\n }\n\n return fileMetadataArray;\n};\n\nexport const getFileBySlug = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n slugs: string | string[],\n locale: LocalesValues = defaultLocale as LocalesValues,\n strict = false\n) => {\n const slugsArray = Array.isArray(slugs) ? slugs : [slugs];\n const filesMetadata = await getFileMetadataRecord(\n files,\n defaultLocale as LocalesValues\n );\n\n let fileMetadataArray = Object.values(filesMetadata).filter((fileMetadata) =>\n slugsArray.every((slug) => fileMetadata.slugs?.includes(slug))\n );\n\n if (strict) {\n fileMetadataArray = fileMetadataArray.filter(\n (fileMetadata) => fileMetadata.slugs.length === slugsArray.length\n );\n }\n\n const fileList = await Promise.all(\n fileMetadataArray.map(async (fileMetadata) => {\n const file = await getFile(files, fileMetadata.docKey, locale);\n return file;\n })\n );\n\n return fileList;\n};\n"],"mappings":"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"}
1
+ {"version":3,"file":"common.cjs","names":["Locales"],"sources":["../../src/common.ts"],"sourcesContent":["import { join } from 'node:path';\nimport { getLocalizedUrl } from '@intlayer/core/localization';\nimport { getMarkdownMetadata } from '@intlayer/core/transpiler';\nimport * as Locales from '@intlayer/types/locales';\nimport type { LocalesValues } from '@intlayer/types/module_augmentation';\n\nexport const defaultLocale = Locales.ENGLISH;\n\nexport const GITHUB_URL_PREFIX =\n 'https://github.com/aymericzip/intlayer/blob/main/docs';\nexport const URL_PREFIX = 'https://intlayer.org/';\n\nexport const getKeys = <T extends Record<string, any>>(obj: T): (keyof T)[] =>\n Object.keys(obj) as (keyof T)[];\n\nexport const getFiles = async <\n F extends Record<`./${string}`, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n lang: LocalesValues = defaultLocale as LocalesValues\n): Promise<Record<string, string>> => {\n const filesEntries = await Promise.all(\n Object.entries(files)\n .map(([key, value]) => [key, value[lang as LocalesValues]])\n .map(async ([key, value]) => [key, await value])\n );\n const filesResult = Object.fromEntries(filesEntries);\n return filesResult;\n};\n\nexport const getFile = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n docKey: keyof F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<string> => {\n const fileRecord = files[docKey];\n\n if (!fileRecord) {\n throw new Error(`File ${docKey as string} not found`);\n }\n\n const file = await files[docKey]?.[locale];\n\n if (!file) {\n const englishFile = await files[docKey][defaultLocale as LocalesValues];\n\n if (!englishFile) {\n throw new Error(`File ${docKey as string} not found`);\n }\n\n return englishFile;\n }\n\n return file;\n};\n\nexport type FileMetadata = {\n docKey: string;\n url: string;\n relativeUrl: string;\n githubUrl: string;\n title: string;\n slugs: string[];\n description: string;\n keywords: string[];\n updatedAt: string;\n createdAt: string;\n author?: string;\n youtubeVideo?: string;\n applicationTemplate?: string;\n applicationShowcase?: string;\n history?: {\n version: string;\n date: string;\n changes: string;\n }[];\n};\n\nexport const formatMetadata = (\n docKey: string,\n file: string,\n locale: LocalesValues = defaultLocale as LocalesValues\n): FileMetadata => {\n const metadata = getMarkdownMetadata(file);\n\n const slugs = (metadata.slugs ?? []).map(String);\n const keywords = (metadata.keywords ?? []).map(String);\n\n const relativeUrl = join('/', ...slugs);\n\n const slicedDocKey = docKey.slice(1);\n\n return {\n ...metadata,\n docKey,\n slugs,\n keywords,\n githubUrl: `${GITHUB_URL_PREFIX}${slicedDocKey}`.replace(\n '/en/',\n `/${locale}/`\n ),\n relativeUrl: getLocalizedUrl(relativeUrl, locale),\n url: getLocalizedUrl(join(URL_PREFIX, relativeUrl), locale),\n } as FileMetadata;\n};\n\nexport const getFileMetadata = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n R extends FileMetadata,\n>(\n files: F,\n docKey: keyof F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<R> => {\n const file = await getFile(files, docKey, locale);\n\n return formatMetadata(docKey as string, file, locale) as R;\n};\n\nexport const getFileMetadataRecord = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n locale: LocalesValues = defaultLocale as LocalesValues\n): Promise<Record<keyof F, FileMetadata>> => {\n const filesEntries = await Promise.all(\n Object.entries(files).map(async ([key]) => [\n key,\n await getFileMetadata(files, key as keyof F, locale),\n ])\n );\n const filesResult = Object.fromEntries(filesEntries);\n return filesResult;\n};\n\nexport const getFileMetadataBySlug = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n slugs: string | string[],\n locale: LocalesValues = defaultLocale as LocalesValues,\n strict = false\n) => {\n const slugsArray = Array.isArray(slugs) ? slugs : [slugs];\n const filesMetadata = await getFileMetadataRecord(\n files,\n defaultLocale as LocalesValues\n );\n\n let fileMetadataArray: FileMetadata[] = Object.values(filesMetadata).filter(\n (fileMetadata) =>\n slugsArray.every((slug) => fileMetadata.slugs?.includes(slug))\n );\n\n if (strict) {\n fileMetadataArray = fileMetadataArray.filter(\n (fileMetadata) => fileMetadata.slugs.length === slugsArray.length\n );\n }\n\n if (locale !== defaultLocale) {\n const localizedFileMetadata = await Promise.all(\n fileMetadataArray.map(\n async (fileMetadata) =>\n await getFileMetadata(files, fileMetadata.docKey, locale)\n )\n );\n\n return localizedFileMetadata;\n }\n\n return fileMetadataArray;\n};\n\nexport const getFileBySlug = async <\n F extends Record<string, Record<LocalesValues, Promise<string>>>,\n>(\n files: F,\n slugs: string | string[],\n locale: LocalesValues = defaultLocale as LocalesValues,\n strict = false\n) => {\n const slugsArray = Array.isArray(slugs) ? slugs : [slugs];\n const filesMetadata = await getFileMetadataRecord(\n files,\n defaultLocale as LocalesValues\n );\n\n let fileMetadataArray = Object.values(filesMetadata).filter((fileMetadata) =>\n slugsArray.every((slug) => fileMetadata.slugs?.includes(slug))\n );\n\n if (strict) {\n fileMetadataArray = fileMetadataArray.filter(\n (fileMetadata) => fileMetadata.slugs.length === slugsArray.length\n );\n }\n\n const fileList = await Promise.all(\n fileMetadataArray.map(async (fileMetadata) => {\n const file = await getFile(files, fileMetadata.docKey, locale);\n return file;\n })\n );\n\n return fileList;\n};\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"doc.cjs","names":["getKeys","docsEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/doc.ts"],"sourcesContent":["import type {\n DeclaredLocales,\n LocalesValues,\n} from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { docsEntry } from './generated/docs.entry';\n\nexport type DocKey = keyof typeof docsEntry;\nexport type Docs = Record<DocKey, Record<LocalesValues, Promise<string>>>;\nexport type DocMetadata = FileMetadata;\n\nexport const getDocsKeys = (): (keyof typeof docsEntry)[] => getKeys(docsEntry);\n\nexport const getDocs = async <L extends LocalesValues = DeclaredLocales>(\n locale: L = defaultLocale as L\n): Promise<Record<DocKey, string>> => await getFiles(docsEntry, locale);\n\nexport const getDoc = async <L extends LocalesValues = DeclaredLocales>(\n docName: keyof typeof docsEntry,\n locale: L = defaultLocale as L\n): Promise<string> => await getFile(docsEntry, docName, locale);\n\nexport const getDocMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<DocKey, FileMetadata>> =>\n await getFileMetadataRecord(docsEntry, locale);\n\nexport const getDocMetadata = async <\n D extends DocKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> => await getFileMetadata(docsEntry, docName, locale);\n\nexport const getDocMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(docsEntry, slugs, locale, strict);\n\nexport const getDocBySlug = async <L extends LocalesValues = DeclaredLocales>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> => await getFileBySlug(docsEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAqBA,MAAa,oBAAgDA,uBAAQC,uCAAU;AAE/E,MAAa,UAAU,OACrB,SAAYC,iCACwB,MAAMC,wBAASF,wCAAW,OAAO;AAEvE,MAAa,SAAS,OACpB,SACA,SAAYC,iCACQ,MAAME,uBAAQH,wCAAW,SAAS,OAAO;AAE/D,MAAa,uBAAuB,OAGlC,SAAYC,iCAEZ,MAAMG,qCAAsBJ,wCAAW,OAAO;AAEhD,MAAa,iBAAiB,OAI5B,SACA,SAAYC,iCACc,MAAMI,+BAAgBL,wCAAW,SAAS,OAAO;AAE7E,MAAa,uBAAuB,OAGlC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,wCAAW,OAAO,QAAQ,OAAO;AAE/D,MAAa,eAAe,OAC1B,OACA,SAAYC,8BACZ,SAAS,UACa,MAAMM,6BAAcP,wCAAW,OAAO,QAAQ,OAAO"}
1
+ {"version":3,"file":"doc.cjs","names":["getKeys","docsEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/doc.ts"],"sourcesContent":["import type {\n DeclaredLocales,\n LocalesValues,\n} from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { docsEntry } from './generated/docs.entry';\n\nexport type DocKey = keyof typeof docsEntry;\nexport type Docs = Record<DocKey, Record<LocalesValues, Promise<string>>>;\nexport type DocMetadata = FileMetadata;\n\nexport const getDocsKeys = (): (keyof typeof docsEntry)[] => getKeys(docsEntry);\n\nexport const getDocs = async <L extends LocalesValues = DeclaredLocales>(\n locale: L = defaultLocale as L\n): Promise<Record<DocKey, string>> => await getFiles(docsEntry, locale);\n\nexport const getDoc = async <L extends LocalesValues = DeclaredLocales>(\n docName: keyof typeof docsEntry,\n locale: L = defaultLocale as L\n): Promise<string> => await getFile(docsEntry, docName, locale);\n\nexport const getDocMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<DocKey, FileMetadata>> =>\n await getFileMetadataRecord(docsEntry, locale);\n\nexport const getDocMetadata = async <\n D extends DocKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> => await getFileMetadata(docsEntry, docName, locale);\n\nexport const getDocMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(docsEntry, slugs, locale, strict);\n\nexport const getDocBySlug = async <L extends LocalesValues = DeclaredLocales>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> => await getFileBySlug(docsEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAqBA,MAAa,oBAAgDA,uBAAQC,sCAAS;AAE9E,MAAa,UAAU,OACrB,SAAYC,iCACwB,MAAMC,wBAASF,wCAAW,MAAM;AAEtE,MAAa,SAAS,OACpB,SACA,SAAYC,iCACQ,MAAME,uBAAQH,wCAAW,SAAS,MAAM;AAE9D,MAAa,uBAAuB,OAGlC,SAAYC,iCAEZ,MAAMG,qCAAsBJ,wCAAW,MAAM;AAE/C,MAAa,iBAAiB,OAI5B,SACA,SAAYC,iCACc,MAAMI,+BAAgBL,wCAAW,SAAS,MAAM;AAE5E,MAAa,uBAAuB,OAGlC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,wCAAW,OAAO,QAAQ,MAAM;AAE9D,MAAa,eAAe,OAC1B,OACA,SAAYC,8BACZ,SAAS,UACa,MAAMM,6BAAcP,wCAAW,OAAO,QAAQ,MAAM"}
@@ -1 +1 @@
1
- {"version":3,"file":"frequentQuestions.cjs","names":["getKeys","frequentQuestionsEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/frequentQuestions.ts"],"sourcesContent":["import type { DeclaredLocales, LocalesValues } from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { frequentQuestionsEntry } from './generated/frequentQuestions.entry';\n\nexport type FrequentQuestionKey = keyof typeof frequentQuestionsEntry;\nexport type FrequentQuestions = Record<\n FrequentQuestionKey,\n Record<LocalesValues, Promise<string>>\n>;\nexport type FrequentQuestionMetadata = FileMetadata;\n\nexport const getFrequentQuestionsKeys =\n (): (keyof typeof frequentQuestionsEntry)[] =>\n getKeys(frequentQuestionsEntry);\n\nexport const getFrequentQuestions = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<FrequentQuestionKey, string>> =>\n getFiles(frequentQuestionsEntry, locale);\n\nexport const getFrequentQuestion = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: FrequentQuestionKey,\n locale: L = defaultLocale as L\n): Promise<string> => getFile(frequentQuestionsEntry, docName, locale);\n\nexport const getFrequentQuestionMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<FrequentQuestionKey, FileMetadata>> =>\n getFileMetadataRecord(frequentQuestionsEntry, locale);\n\nexport const getFrequentQuestionMetadata = async <\n D extends FrequentQuestionKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> =>\n getFileMetadata(frequentQuestionsEntry, docName, locale);\n\nexport const getFrequentQuestionMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(frequentQuestionsEntry, slugs, locale, strict);\n\nexport const getFrequentQuestionBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> =>\n await getFileBySlug(frequentQuestionsEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAqBA,MAAa,iCAETA,uBAAQC,iEAAuB;AAEnC,MAAa,uBAAuB,OAGlC,SAAYC,iCAEZC,wBAASF,kEAAwB,OAAO;AAE1C,MAAa,sBAAsB,OAGjC,SACA,SAAYC,iCACQE,uBAAQH,kEAAwB,SAAS,OAAO;AAEtE,MAAa,oCAAoC,OAG/C,SAAYC,iCAEZG,qCAAsBJ,kEAAwB,OAAO;AAEvD,MAAa,8BAA8B,OAIzC,SACA,SAAYC,iCAEZI,+BAAgBL,kEAAwB,SAAS,OAAO;AAE1D,MAAa,oCAAoC,OAG/C,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,kEAAwB,OAAO,QAAQ,OAAO;AAE5E,MAAa,4BAA4B,OAGvC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMM,6BAAcP,kEAAwB,OAAO,QAAQ,OAAO"}
1
+ {"version":3,"file":"frequentQuestions.cjs","names":["getKeys","frequentQuestionsEntry","defaultLocale","getFiles","getFile","getFileMetadataRecord","getFileMetadata","getFileMetadataBySlug","getFileBySlug"],"sources":["../../src/frequentQuestions.ts"],"sourcesContent":["import type {\n DeclaredLocales,\n LocalesValues,\n} from '@intlayer/types/module_augmentation';\nimport {\n defaultLocale,\n type FileMetadata,\n getFile,\n getFileBySlug,\n getFileMetadata,\n getFileMetadataBySlug,\n getFileMetadataRecord,\n getFiles,\n getKeys,\n} from './common';\nimport { frequentQuestionsEntry } from './generated/frequentQuestions.entry';\n\nexport type FrequentQuestionKey = keyof typeof frequentQuestionsEntry;\nexport type FrequentQuestions = Record<\n FrequentQuestionKey,\n Record<LocalesValues, Promise<string>>\n>;\nexport type FrequentQuestionMetadata = FileMetadata;\n\nexport const getFrequentQuestionsKeys =\n (): (keyof typeof frequentQuestionsEntry)[] =>\n getKeys(frequentQuestionsEntry);\n\nexport const getFrequentQuestions = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<FrequentQuestionKey, string>> =>\n getFiles(frequentQuestionsEntry, locale);\n\nexport const getFrequentQuestion = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: FrequentQuestionKey,\n locale: L = defaultLocale as L\n): Promise<string> => getFile(frequentQuestionsEntry, docName, locale);\n\nexport const getFrequentQuestionMetadataRecord = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n locale: L = defaultLocale as L\n): Promise<Record<FrequentQuestionKey, FileMetadata>> =>\n getFileMetadataRecord(frequentQuestionsEntry, locale);\n\nexport const getFrequentQuestionMetadata = async <\n D extends FrequentQuestionKey,\n L extends LocalesValues = DeclaredLocales,\n>(\n docName: D,\n locale: L = defaultLocale as L\n): Promise<FileMetadata> =>\n getFileMetadata(frequentQuestionsEntry, docName, locale);\n\nexport const getFrequentQuestionMetadataBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<FileMetadata[]> =>\n await getFileMetadataBySlug(frequentQuestionsEntry, slugs, locale, strict);\n\nexport const getFrequentQuestionBySlug = async <\n L extends LocalesValues = DeclaredLocales,\n>(\n slugs: string | string[],\n locale: L = defaultLocale as L,\n strict = false\n): Promise<string[]> =>\n await getFileBySlug(frequentQuestionsEntry, slugs, locale, strict);\n"],"mappings":";;;;;AAwBA,MAAa,iCAETA,uBAAQC,gEAAsB;AAElC,MAAa,uBAAuB,OAGlC,SAAYC,iCAEZC,wBAASF,kEAAwB,MAAM;AAEzC,MAAa,sBAAsB,OAGjC,SACA,SAAYC,iCACQE,uBAAQH,kEAAwB,SAAS,MAAM;AAErE,MAAa,oCAAoC,OAG/C,SAAYC,iCAEZG,qCAAsBJ,kEAAwB,MAAM;AAEtD,MAAa,8BAA8B,OAIzC,SACA,SAAYC,iCAEZI,+BAAgBL,kEAAwB,SAAS,MAAM;AAEzD,MAAa,oCAAoC,OAG/C,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMK,qCAAsBN,kEAAwB,OAAO,QAAQ,MAAM;AAE3E,MAAa,4BAA4B,OAGvC,OACA,SAAYC,8BACZ,SAAS,UAET,MAAMM,6BAAcP,kEAAwB,OAAO,QAAQ,MAAM"}
@@ -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\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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"}