@intlayer/docs 8.9.8 → 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 (791) hide show
  1. package/README.md +14 -0
  2. package/docs/ar/benchmark/nextjs.md +20 -11
  3. package/docs/ar/benchmark/solid.md +14 -5
  4. package/docs/ar/benchmark/svelte.md +14 -5
  5. package/docs/ar/benchmark/tanstack.md +16 -7
  6. package/docs/ar/benchmark/vue.md +14 -5
  7. package/docs/ar/configuration.md +6 -6
  8. package/docs/ar/custom_domains.md +11 -11
  9. package/docs/ar/dictionary/content_file.md +41 -0
  10. package/docs/ar/intlayer_with_analog.md +1 -1
  11. package/docs/ar/intlayer_with_angular.md +1 -1
  12. package/docs/ar/intlayer_with_astro.md +1 -1
  13. package/docs/ar/intlayer_with_astro_lit.md +2 -2
  14. package/docs/ar/intlayer_with_astro_preact.md +3 -3
  15. package/docs/ar/intlayer_with_astro_react.md +2 -2
  16. package/docs/ar/intlayer_with_astro_solid.md +3 -3
  17. package/docs/ar/intlayer_with_astro_svelte.md +1 -1
  18. package/docs/ar/intlayer_with_astro_vanilla.md +1 -1
  19. package/docs/ar/intlayer_with_astro_vue.md +1 -1
  20. package/docs/ar/intlayer_with_nextjs_14.md +2 -2
  21. package/docs/ar/intlayer_with_nextjs_15.md +2 -2
  22. package/docs/ar/intlayer_with_nextjs_16.md +1 -1
  23. package/docs/ar/intlayer_with_nextjs_page_router.md +2 -2
  24. package/docs/ar/intlayer_with_nuxt.md +1 -1
  25. package/docs/ar/intlayer_with_react_native+expo.md +2 -2
  26. package/docs/ar/intlayer_with_react_router_v7.md +1 -1
  27. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +1 -1
  28. package/docs/ar/intlayer_with_storybook.md +7 -7
  29. package/docs/ar/intlayer_with_svelte_kit.md +1 -1
  30. package/docs/ar/intlayer_with_tanstack+solid.md +1 -1
  31. package/docs/ar/intlayer_with_tanstack.md +1 -1
  32. package/docs/ar/intlayer_with_vanilla.md +2 -2
  33. package/docs/ar/intlayer_with_vite+lit.md +1 -1
  34. package/docs/ar/intlayer_with_vite+preact.md +1 -1
  35. package/docs/ar/intlayer_with_vite+react.md +1 -1
  36. package/docs/ar/intlayer_with_vite+react_compiler.md +1 -1
  37. package/docs/ar/intlayer_with_vite+svelte.md +2 -2
  38. package/docs/ar/intlayer_with_vite+vanilla.md +4 -4
  39. package/docs/ar/intlayer_with_vite+vue.md +1 -1
  40. package/docs/ar/readme.md +13 -0
  41. package/docs/bn/cli/init.md +1 -1
  42. package/docs/bn/configuration.md +6 -6
  43. package/docs/bn/custom_domains.md +11 -11
  44. package/docs/bn/intlayer_with_storybook.md +7 -7
  45. package/docs/bn/intlayer_with_vanilla.md +2 -2
  46. package/docs/bn/intlayer_with_vite+lit.md +3 -3
  47. package/docs/bn/intlayer_with_vite+vanilla.md +5 -5
  48. package/docs/cs/cli/init.md +1 -1
  49. package/docs/cs/configuration.md +6 -6
  50. package/docs/cs/custom_domains.md +11 -11
  51. package/docs/cs/intlayer_with_storybook.md +7 -7
  52. package/docs/cs/intlayer_with_vanilla.md +2 -2
  53. package/docs/cs/intlayer_with_vite+lit.md +3 -3
  54. package/docs/cs/intlayer_with_vite+vanilla.md +5 -5
  55. package/docs/de/benchmark/nextjs.md +15 -6
  56. package/docs/de/benchmark/solid.md +14 -5
  57. package/docs/de/benchmark/svelte.md +14 -5
  58. package/docs/de/benchmark/tanstack.md +15 -6
  59. package/docs/de/benchmark/vue.md +14 -5
  60. package/docs/de/configuration.md +6 -6
  61. package/docs/de/custom_domains.md +11 -11
  62. package/docs/de/dictionary/content_file.md +41 -0
  63. package/docs/de/dictionary/markdown.md +36 -1
  64. package/docs/de/intlayer_with_analog.md +1 -1
  65. package/docs/de/intlayer_with_angular.md +1 -1
  66. package/docs/de/intlayer_with_astro.md +1 -1
  67. package/docs/de/intlayer_with_astro_lit.md +2 -2
  68. package/docs/de/intlayer_with_astro_preact.md +3 -3
  69. package/docs/de/intlayer_with_astro_react.md +2 -2
  70. package/docs/de/intlayer_with_astro_solid.md +3 -3
  71. package/docs/de/intlayer_with_astro_svelte.md +1 -1
  72. package/docs/de/intlayer_with_astro_vanilla.md +1 -1
  73. package/docs/de/intlayer_with_astro_vue.md +1 -1
  74. package/docs/de/intlayer_with_nextjs_14.md +2 -2
  75. package/docs/de/intlayer_with_nextjs_15.md +2 -2
  76. package/docs/de/intlayer_with_nextjs_16.md +1 -1
  77. package/docs/de/intlayer_with_nextjs_page_router.md +2 -2
  78. package/docs/de/intlayer_with_nuxt.md +1 -1
  79. package/docs/de/intlayer_with_react_native+expo.md +2 -2
  80. package/docs/de/intlayer_with_react_router_v7.md +1 -1
  81. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +1 -1
  82. package/docs/de/intlayer_with_storybook.md +7 -7
  83. package/docs/de/intlayer_with_svelte_kit.md +1 -1
  84. package/docs/de/intlayer_with_tanstack+solid.md +1 -1
  85. package/docs/de/intlayer_with_tanstack.md +1 -1
  86. package/docs/de/intlayer_with_vanilla.md +2 -2
  87. package/docs/de/intlayer_with_vite+lit.md +2 -2
  88. package/docs/de/intlayer_with_vite+preact.md +2 -2
  89. package/docs/de/intlayer_with_vite+react.md +2 -2
  90. package/docs/de/intlayer_with_vite+react_compiler.md +2 -2
  91. package/docs/de/intlayer_with_vite+solid.md +1 -1
  92. package/docs/de/intlayer_with_vite+svelte.md +3 -3
  93. package/docs/de/intlayer_with_vite+vanilla.md +5 -5
  94. package/docs/de/intlayer_with_vite+vue.md +2 -2
  95. package/docs/de/readme.md +13 -0
  96. package/docs/en/agent_skills.md +2 -2
  97. package/docs/en/benchmark/___nextjs.md +1 -1
  98. package/docs/en/benchmark/___tanstack.md +2 -2
  99. package/docs/en/benchmark/nextjs.md +11 -2
  100. package/docs/en/benchmark/solid.md +10 -1
  101. package/docs/en/benchmark/svelte.md +10 -1
  102. package/docs/en/benchmark/tanstack.md +10 -1
  103. package/docs/en/benchmark/vue.md +10 -1
  104. package/docs/en/configuration.md +7 -7
  105. package/docs/en/custom_domains.md +11 -11
  106. package/docs/en/dictionary/content_file.md +41 -0
  107. package/docs/en/dictionary/markdown.md +38 -1
  108. package/docs/en/intlayer_with_analog.md +1 -1
  109. package/docs/en/intlayer_with_angular.md +1 -1
  110. package/docs/en/intlayer_with_astro.md +1 -1
  111. package/docs/en/intlayer_with_astro_lit.md +4 -4
  112. package/docs/en/intlayer_with_astro_preact.md +3 -3
  113. package/docs/en/intlayer_with_astro_react.md +2 -2
  114. package/docs/en/intlayer_with_astro_solid.md +3 -3
  115. package/docs/en/intlayer_with_astro_svelte.md +1 -1
  116. package/docs/en/intlayer_with_astro_vanilla.md +1 -1
  117. package/docs/en/intlayer_with_astro_vue.md +1 -1
  118. package/docs/en/intlayer_with_nextjs_14.md +1 -1
  119. package/docs/en/intlayer_with_nextjs_15.md +1 -1
  120. package/docs/en/intlayer_with_nextjs_page_router.md +2 -2
  121. package/docs/en/intlayer_with_nuxt.md +1 -1
  122. package/docs/en/intlayer_with_react_native+expo.md +1 -1
  123. package/docs/en/intlayer_with_react_router_v7.md +1 -1
  124. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +1 -1
  125. package/docs/en/intlayer_with_storybook.md +7 -7
  126. package/docs/en/intlayer_with_svelte_kit.md +1 -1
  127. package/docs/en/intlayer_with_tanstack+solid.md +1 -1
  128. package/docs/en/intlayer_with_tanstack.md +1 -1
  129. package/docs/en/intlayer_with_vanilla.md +2 -2
  130. package/docs/en/intlayer_with_vite+lit.md +2 -2
  131. package/docs/en/intlayer_with_vite+preact.md +1 -1
  132. package/docs/en/intlayer_with_vite+react.md +1 -1
  133. package/docs/en/intlayer_with_vite+react_compiler.md +1 -1
  134. package/docs/en/intlayer_with_vite+svelte.md +2 -2
  135. package/docs/en/intlayer_with_vite+vanilla.md +4 -4
  136. package/docs/en/intlayer_with_vite+vue.md +1 -1
  137. package/docs/en/readme.md +13 -0
  138. package/docs/en-GB/agent_skills.md +2 -2
  139. package/docs/en-GB/benchmark/nextjs.md +16 -7
  140. package/docs/en-GB/benchmark/solid.md +14 -5
  141. package/docs/en-GB/benchmark/svelte.md +14 -5
  142. package/docs/en-GB/benchmark/tanstack.md +16 -7
  143. package/docs/en-GB/benchmark/vue.md +14 -5
  144. package/docs/en-GB/cli/init.md +1 -1
  145. package/docs/en-GB/configuration.md +7 -7
  146. package/docs/en-GB/custom_domains.md +11 -11
  147. package/docs/en-GB/dictionary/content_file.md +41 -0
  148. package/docs/en-GB/dictionary/markdown.md +37 -1
  149. package/docs/en-GB/intlayer_with_analog.md +1 -1
  150. package/docs/en-GB/intlayer_with_angular.md +1 -1
  151. package/docs/en-GB/intlayer_with_astro.md +1 -1
  152. package/docs/en-GB/intlayer_with_astro_lit.md +2 -2
  153. package/docs/en-GB/intlayer_with_astro_preact.md +3 -3
  154. package/docs/en-GB/intlayer_with_astro_react.md +2 -2
  155. package/docs/en-GB/intlayer_with_astro_solid.md +3 -3
  156. package/docs/en-GB/intlayer_with_astro_svelte.md +1 -1
  157. package/docs/en-GB/intlayer_with_astro_vanilla.md +1 -1
  158. package/docs/en-GB/intlayer_with_astro_vue.md +1 -1
  159. package/docs/en-GB/intlayer_with_nextjs_14.md +2 -2
  160. package/docs/en-GB/intlayer_with_nextjs_15.md +2 -2
  161. package/docs/en-GB/intlayer_with_nextjs_16.md +1 -1
  162. package/docs/en-GB/intlayer_with_nextjs_page_router.md +2 -2
  163. package/docs/en-GB/intlayer_with_nuxt.md +1 -1
  164. package/docs/en-GB/intlayer_with_react_native+expo.md +2 -2
  165. package/docs/en-GB/intlayer_with_react_router_v7.md +1 -1
  166. package/docs/en-GB/intlayer_with_react_router_v7_fs_routes.md +1 -1
  167. package/docs/en-GB/intlayer_with_storybook.md +7 -7
  168. package/docs/en-GB/intlayer_with_svelte_kit.md +1 -1
  169. package/docs/en-GB/intlayer_with_tanstack+solid.md +1 -1
  170. package/docs/en-GB/intlayer_with_tanstack.md +1 -1
  171. package/docs/en-GB/intlayer_with_vanilla.md +2 -2
  172. package/docs/en-GB/intlayer_with_vite+lit.md +2 -2
  173. package/docs/en-GB/intlayer_with_vite+preact.md +1 -1
  174. package/docs/en-GB/intlayer_with_vite+react.md +1 -1
  175. package/docs/en-GB/intlayer_with_vite+react_compiler.md +1 -1
  176. package/docs/en-GB/intlayer_with_vite+svelte.md +2 -2
  177. package/docs/en-GB/intlayer_with_vite+vanilla.md +4 -4
  178. package/docs/en-GB/intlayer_with_vite+vue.md +1 -1
  179. package/docs/en-GB/readme.md +13 -0
  180. package/docs/es/agent_skills.md +2 -2
  181. package/docs/es/benchmark/nextjs.md +15 -6
  182. package/docs/es/benchmark/solid.md +14 -5
  183. package/docs/es/benchmark/svelte.md +14 -5
  184. package/docs/es/benchmark/tanstack.md +15 -6
  185. package/docs/es/benchmark/vue.md +14 -5
  186. package/docs/es/configuration.md +1 -1
  187. package/docs/es/custom_domains.md +11 -11
  188. package/docs/es/dictionary/content_file.md +41 -0
  189. package/docs/es/dictionary/markdown.md +36 -1
  190. package/docs/es/intlayer_with_analog.md +1 -1
  191. package/docs/es/intlayer_with_angular.md +1 -1
  192. package/docs/es/intlayer_with_astro.md +1 -1
  193. package/docs/es/intlayer_with_astro_lit.md +2 -2
  194. package/docs/es/intlayer_with_astro_preact.md +3 -3
  195. package/docs/es/intlayer_with_astro_react.md +2 -2
  196. package/docs/es/intlayer_with_astro_solid.md +3 -3
  197. package/docs/es/intlayer_with_astro_svelte.md +1 -1
  198. package/docs/es/intlayer_with_astro_vanilla.md +1 -1
  199. package/docs/es/intlayer_with_astro_vue.md +1 -1
  200. package/docs/es/intlayer_with_nextjs_14.md +2 -2
  201. package/docs/es/intlayer_with_nextjs_15.md +2 -2
  202. package/docs/es/intlayer_with_nextjs_16.md +1 -1
  203. package/docs/es/intlayer_with_nextjs_page_router.md +2 -2
  204. package/docs/es/intlayer_with_nuxt.md +1 -1
  205. package/docs/es/intlayer_with_react_native+expo.md +2 -2
  206. package/docs/es/intlayer_with_react_router_v7.md +1 -1
  207. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +1 -1
  208. package/docs/es/intlayer_with_storybook.md +5 -5
  209. package/docs/es/intlayer_with_svelte_kit.md +1 -1
  210. package/docs/es/intlayer_with_tanstack+solid.md +1 -1
  211. package/docs/es/intlayer_with_tanstack.md +1 -1
  212. package/docs/es/intlayer_with_vanilla.md +2 -2
  213. package/docs/es/intlayer_with_vite+lit.md +2 -2
  214. package/docs/es/intlayer_with_vite+preact.md +2 -2
  215. package/docs/es/intlayer_with_vite+react.md +2 -2
  216. package/docs/es/intlayer_with_vite+react_compiler.md +2 -2
  217. package/docs/es/intlayer_with_vite+solid.md +1 -1
  218. package/docs/es/intlayer_with_vite+svelte.md +3 -3
  219. package/docs/es/intlayer_with_vite+vanilla.md +4 -4
  220. package/docs/es/intlayer_with_vite+vue.md +2 -2
  221. package/docs/es/readme.md +13 -0
  222. package/docs/fr/agent_skills.md +2 -2
  223. package/docs/fr/benchmark/nextjs.md +20 -11
  224. package/docs/fr/benchmark/solid.md +14 -5
  225. package/docs/fr/benchmark/svelte.md +14 -5
  226. package/docs/fr/benchmark/tanstack.md +16 -7
  227. package/docs/fr/benchmark/vue.md +14 -5
  228. package/docs/fr/configuration.md +6 -6
  229. package/docs/fr/custom_domains.md +11 -11
  230. package/docs/fr/dictionary/content_file.md +41 -0
  231. package/docs/fr/dictionary/markdown.md +36 -1
  232. package/docs/fr/intlayer_with_analog.md +1 -1
  233. package/docs/fr/intlayer_with_angular.md +1 -1
  234. package/docs/fr/intlayer_with_astro.md +1 -1
  235. package/docs/fr/intlayer_with_astro_lit.md +4 -4
  236. package/docs/fr/intlayer_with_astro_preact.md +3 -3
  237. package/docs/fr/intlayer_with_astro_react.md +2 -2
  238. package/docs/fr/intlayer_with_astro_solid.md +3 -3
  239. package/docs/fr/intlayer_with_astro_svelte.md +1 -1
  240. package/docs/fr/intlayer_with_astro_vanilla.md +1 -1
  241. package/docs/fr/intlayer_with_astro_vue.md +1 -1
  242. package/docs/fr/intlayer_with_nextjs_14.md +2 -2
  243. package/docs/fr/intlayer_with_nextjs_15.md +2 -2
  244. package/docs/fr/intlayer_with_nextjs_16.md +1 -1
  245. package/docs/fr/intlayer_with_nextjs_page_router.md +2 -2
  246. package/docs/fr/intlayer_with_nuxt.md +1 -1
  247. package/docs/fr/intlayer_with_react_native+expo.md +2 -2
  248. package/docs/fr/intlayer_with_react_router_v7.md +1 -1
  249. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  250. package/docs/fr/intlayer_with_storybook.md +7 -7
  251. package/docs/fr/intlayer_with_svelte_kit.md +1 -1
  252. package/docs/fr/intlayer_with_tanstack+solid.md +1 -1
  253. package/docs/fr/intlayer_with_tanstack.md +1 -1
  254. package/docs/fr/intlayer_with_vanilla.md +2 -2
  255. package/docs/fr/intlayer_with_vite+lit.md +3 -3
  256. package/docs/fr/intlayer_with_vite+preact.md +2 -2
  257. package/docs/fr/intlayer_with_vite+react.md +2 -2
  258. package/docs/fr/intlayer_with_vite+react_compiler.md +2 -2
  259. package/docs/fr/intlayer_with_vite+solid.md +1 -1
  260. package/docs/fr/intlayer_with_vite+svelte.md +3 -3
  261. package/docs/fr/intlayer_with_vite+vanilla.md +5 -5
  262. package/docs/fr/intlayer_with_vite+vue.md +2 -2
  263. package/docs/fr/readme.md +15 -0
  264. package/docs/hi/benchmark/nextjs.md +20 -11
  265. package/docs/hi/benchmark/solid.md +14 -5
  266. package/docs/hi/benchmark/svelte.md +14 -5
  267. package/docs/hi/benchmark/tanstack.md +16 -7
  268. package/docs/hi/benchmark/vue.md +14 -5
  269. package/docs/hi/cli/init.md +1 -1
  270. package/docs/hi/configuration.md +6 -6
  271. package/docs/hi/custom_domains.md +11 -11
  272. package/docs/hi/dictionary/content_file.md +41 -0
  273. package/docs/hi/dictionary/markdown.md +36 -1
  274. package/docs/hi/intlayer_with_analog.md +1 -1
  275. package/docs/hi/intlayer_with_angular.md +1 -1
  276. package/docs/hi/intlayer_with_astro.md +1 -1
  277. package/docs/hi/intlayer_with_astro_lit.md +2 -2
  278. package/docs/hi/intlayer_with_astro_preact.md +3 -3
  279. package/docs/hi/intlayer_with_astro_react.md +2 -2
  280. package/docs/hi/intlayer_with_astro_solid.md +3 -3
  281. package/docs/hi/intlayer_with_astro_svelte.md +1 -1
  282. package/docs/hi/intlayer_with_astro_vanilla.md +1 -1
  283. package/docs/hi/intlayer_with_astro_vue.md +1 -1
  284. package/docs/hi/intlayer_with_nextjs_14.md +2 -2
  285. package/docs/hi/intlayer_with_nextjs_15.md +2 -2
  286. package/docs/hi/intlayer_with_nextjs_16.md +1 -1
  287. package/docs/hi/intlayer_with_nextjs_page_router.md +2 -2
  288. package/docs/hi/intlayer_with_nuxt.md +1 -1
  289. package/docs/hi/intlayer_with_react_native+expo.md +2 -2
  290. package/docs/hi/intlayer_with_react_router_v7.md +1 -1
  291. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  292. package/docs/hi/intlayer_with_storybook.md +7 -7
  293. package/docs/hi/intlayer_with_svelte_kit.md +1 -1
  294. package/docs/hi/intlayer_with_tanstack+solid.md +1 -1
  295. package/docs/hi/intlayer_with_tanstack.md +1 -1
  296. package/docs/hi/intlayer_with_vanilla.md +2 -2
  297. package/docs/hi/intlayer_with_vite+lit.md +3 -3
  298. package/docs/hi/intlayer_with_vite+preact.md +2 -2
  299. package/docs/hi/intlayer_with_vite+react.md +2 -2
  300. package/docs/hi/intlayer_with_vite+react_compiler.md +2 -2
  301. package/docs/hi/intlayer_with_vite+solid.md +1 -1
  302. package/docs/hi/intlayer_with_vite+svelte.md +3 -3
  303. package/docs/hi/intlayer_with_vite+vanilla.md +5 -5
  304. package/docs/hi/intlayer_with_vite+vue.md +2 -2
  305. package/docs/hi/readme.md +14 -1
  306. package/docs/id/agent_skills.md +2 -2
  307. package/docs/id/benchmark/nextjs.md +20 -11
  308. package/docs/id/benchmark/solid.md +14 -5
  309. package/docs/id/benchmark/svelte.md +14 -5
  310. package/docs/id/benchmark/tanstack.md +16 -7
  311. package/docs/id/benchmark/vue.md +14 -5
  312. package/docs/id/cli/init.md +1 -1
  313. package/docs/id/configuration.md +6 -6
  314. package/docs/id/custom_domains.md +11 -11
  315. package/docs/id/dictionary/content_file.md +41 -0
  316. package/docs/id/dictionary/markdown.md +36 -1
  317. package/docs/id/intlayer_with_analog.md +1 -1
  318. package/docs/id/intlayer_with_angular.md +1 -1
  319. package/docs/id/intlayer_with_astro.md +1 -1
  320. package/docs/id/intlayer_with_astro_lit.md +2 -2
  321. package/docs/id/intlayer_with_astro_preact.md +3 -3
  322. package/docs/id/intlayer_with_astro_react.md +2 -2
  323. package/docs/id/intlayer_with_astro_solid.md +3 -3
  324. package/docs/id/intlayer_with_astro_svelte.md +1 -1
  325. package/docs/id/intlayer_with_astro_vanilla.md +1 -1
  326. package/docs/id/intlayer_with_astro_vue.md +1 -1
  327. package/docs/id/intlayer_with_nextjs_14.md +1 -1
  328. package/docs/id/intlayer_with_nextjs_15.md +1 -1
  329. package/docs/id/intlayer_with_nextjs_16.md +1 -1
  330. package/docs/id/intlayer_with_nextjs_page_router.md +2 -2
  331. package/docs/id/intlayer_with_nuxt.md +1 -1
  332. package/docs/id/intlayer_with_react_native+expo.md +1 -1
  333. package/docs/id/intlayer_with_react_router_v7.md +1 -1
  334. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +1 -1
  335. package/docs/id/intlayer_with_storybook.md +7 -7
  336. package/docs/id/intlayer_with_svelte_kit.md +1 -1
  337. package/docs/id/intlayer_with_tanstack+solid.md +1 -1
  338. package/docs/id/intlayer_with_tanstack.md +1 -1
  339. package/docs/id/intlayer_with_vanilla.md +2 -2
  340. package/docs/id/intlayer_with_vite+lit.md +2 -2
  341. package/docs/id/intlayer_with_vite+preact.md +1 -1
  342. package/docs/id/intlayer_with_vite+react.md +1 -1
  343. package/docs/id/intlayer_with_vite+react_compiler.md +1 -1
  344. package/docs/id/intlayer_with_vite+svelte.md +2 -2
  345. package/docs/id/intlayer_with_vite+vanilla.md +4 -4
  346. package/docs/id/intlayer_with_vite+vue.md +1 -1
  347. package/docs/id/readme.md +13 -0
  348. package/docs/it/benchmark/nextjs.md +18 -9
  349. package/docs/it/benchmark/solid.md +14 -5
  350. package/docs/it/benchmark/svelte.md +14 -5
  351. package/docs/it/benchmark/tanstack.md +16 -7
  352. package/docs/it/benchmark/vue.md +14 -5
  353. package/docs/it/configuration.md +6 -6
  354. package/docs/it/custom_domains.md +11 -11
  355. package/docs/it/dictionary/content_file.md +41 -0
  356. package/docs/it/dictionary/markdown.md +36 -1
  357. package/docs/it/intlayer_with_analog.md +1 -1
  358. package/docs/it/intlayer_with_angular.md +1 -1
  359. package/docs/it/intlayer_with_astro.md +1 -1
  360. package/docs/it/intlayer_with_astro_lit.md +2 -2
  361. package/docs/it/intlayer_with_astro_preact.md +3 -3
  362. package/docs/it/intlayer_with_astro_react.md +2 -2
  363. package/docs/it/intlayer_with_astro_solid.md +3 -3
  364. package/docs/it/intlayer_with_astro_svelte.md +1 -1
  365. package/docs/it/intlayer_with_astro_vanilla.md +1 -1
  366. package/docs/it/intlayer_with_astro_vue.md +1 -1
  367. package/docs/it/intlayer_with_nextjs_14.md +2 -2
  368. package/docs/it/intlayer_with_nextjs_15.md +2 -2
  369. package/docs/it/intlayer_with_nextjs_16.md +1 -1
  370. package/docs/it/intlayer_with_nextjs_page_router.md +2 -2
  371. package/docs/it/intlayer_with_nuxt.md +1 -1
  372. package/docs/it/intlayer_with_react_native+expo.md +2 -2
  373. package/docs/it/intlayer_with_react_router_v7.md +1 -1
  374. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +1 -1
  375. package/docs/it/intlayer_with_storybook.md +7 -7
  376. package/docs/it/intlayer_with_svelte_kit.md +1 -1
  377. package/docs/it/intlayer_with_tanstack+solid.md +1 -1
  378. package/docs/it/intlayer_with_tanstack.md +1 -1
  379. package/docs/it/intlayer_with_vanilla.md +2 -2
  380. package/docs/it/intlayer_with_vite+lit.md +2 -2
  381. package/docs/it/intlayer_with_vite+preact.md +2 -2
  382. package/docs/it/intlayer_with_vite+react.md +2 -2
  383. package/docs/it/intlayer_with_vite+react_compiler.md +2 -2
  384. package/docs/it/intlayer_with_vite+solid.md +1 -1
  385. package/docs/it/intlayer_with_vite+svelte.md +3 -3
  386. package/docs/it/intlayer_with_vite+vanilla.md +5 -5
  387. package/docs/it/intlayer_with_vite+vue.md +1 -1
  388. package/docs/it/readme.md +13 -0
  389. package/docs/ja/benchmark/nextjs.md +15 -6
  390. package/docs/ja/benchmark/solid.md +10 -1
  391. package/docs/ja/benchmark/svelte.md +10 -1
  392. package/docs/ja/benchmark/tanstack.md +15 -6
  393. package/docs/ja/benchmark/vue.md +10 -1
  394. package/docs/ja/configuration.md +1 -1
  395. package/docs/ja/custom_domains.md +9 -9
  396. package/docs/ja/dictionary/content_file.md +41 -0
  397. package/docs/ja/dictionary/markdown.md +36 -1
  398. package/docs/ja/intlayer_with_analog.md +1 -1
  399. package/docs/ja/intlayer_with_angular.md +1 -1
  400. package/docs/ja/intlayer_with_astro.md +1 -1
  401. package/docs/ja/intlayer_with_astro_lit.md +2 -2
  402. package/docs/ja/intlayer_with_astro_preact.md +2 -2
  403. package/docs/ja/intlayer_with_astro_react.md +1 -1
  404. package/docs/ja/intlayer_with_astro_solid.md +1 -1
  405. package/docs/ja/intlayer_with_astro_svelte.md +1 -1
  406. package/docs/ja/intlayer_with_astro_vanilla.md +1 -1
  407. package/docs/ja/intlayer_with_astro_vue.md +1 -1
  408. package/docs/ja/intlayer_with_nextjs_14.md +2 -2
  409. package/docs/ja/intlayer_with_nextjs_15.md +2 -2
  410. package/docs/ja/intlayer_with_nextjs_16.md +1 -1
  411. package/docs/ja/intlayer_with_nextjs_page_router.md +2 -2
  412. package/docs/ja/intlayer_with_nuxt.md +1 -1
  413. package/docs/ja/intlayer_with_react_native+expo.md +2 -2
  414. package/docs/ja/intlayer_with_react_router_v7.md +2 -2
  415. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +1 -1
  416. package/docs/ja/intlayer_with_storybook.md +5 -5
  417. package/docs/ja/intlayer_with_svelte_kit.md +1 -1
  418. package/docs/ja/intlayer_with_tanstack+solid.md +1 -1
  419. package/docs/ja/intlayer_with_tanstack.md +1 -1
  420. package/docs/ja/intlayer_with_vanilla.md +2 -2
  421. package/docs/ja/intlayer_with_vite+lit.md +1 -1
  422. package/docs/ja/intlayer_with_vite+preact.md +1 -1
  423. package/docs/ja/intlayer_with_vite+react.md +1 -1
  424. package/docs/ja/intlayer_with_vite+react_compiler.md +1 -1
  425. package/docs/ja/intlayer_with_vite+svelte.md +2 -2
  426. package/docs/ja/intlayer_with_vite+vanilla.md +2 -2
  427. package/docs/ja/intlayer_with_vite+vue.md +1 -1
  428. package/docs/ja/readme.md +13 -0
  429. package/docs/ko/benchmark/nextjs.md +15 -6
  430. package/docs/ko/benchmark/solid.md +13 -4
  431. package/docs/ko/benchmark/svelte.md +13 -4
  432. package/docs/ko/benchmark/tanstack.md +15 -6
  433. package/docs/ko/benchmark/vue.md +13 -4
  434. package/docs/ko/configuration.md +1 -1
  435. package/docs/ko/custom_domains.md +9 -9
  436. package/docs/ko/dictionary/content_file.md +41 -0
  437. package/docs/ko/dictionary/markdown.md +36 -1
  438. package/docs/ko/intlayer_with_analog.md +1 -1
  439. package/docs/ko/intlayer_with_angular.md +1 -1
  440. package/docs/ko/intlayer_with_astro.md +1 -1
  441. package/docs/ko/intlayer_with_astro_lit.md +2 -2
  442. package/docs/ko/intlayer_with_astro_preact.md +2 -2
  443. package/docs/ko/intlayer_with_astro_react.md +1 -1
  444. package/docs/ko/intlayer_with_astro_solid.md +1 -1
  445. package/docs/ko/intlayer_with_astro_svelte.md +1 -1
  446. package/docs/ko/intlayer_with_astro_vanilla.md +1 -1
  447. package/docs/ko/intlayer_with_astro_vue.md +1 -1
  448. package/docs/ko/intlayer_with_nextjs_14.md +2 -2
  449. package/docs/ko/intlayer_with_nextjs_15.md +2 -2
  450. package/docs/ko/intlayer_with_nextjs_16.md +1 -1
  451. package/docs/ko/intlayer_with_nextjs_page_router.md +2 -2
  452. package/docs/ko/intlayer_with_nuxt.md +1 -1
  453. package/docs/ko/intlayer_with_react_native+expo.md +2 -2
  454. package/docs/ko/intlayer_with_react_router_v7.md +1 -1
  455. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +1 -1
  456. package/docs/ko/intlayer_with_storybook.md +5 -5
  457. package/docs/ko/intlayer_with_svelte_kit.md +1 -1
  458. package/docs/ko/intlayer_with_tanstack+solid.md +1 -1
  459. package/docs/ko/intlayer_with_tanstack.md +1 -1
  460. package/docs/ko/intlayer_with_vanilla.md +2 -2
  461. package/docs/ko/intlayer_with_vite+lit.md +2 -2
  462. package/docs/ko/intlayer_with_vite+preact.md +2 -2
  463. package/docs/ko/intlayer_with_vite+react.md +2 -2
  464. package/docs/ko/intlayer_with_vite+react_compiler.md +2 -2
  465. package/docs/ko/intlayer_with_vite+solid.md +1 -1
  466. package/docs/ko/intlayer_with_vite+svelte.md +3 -3
  467. package/docs/ko/intlayer_with_vite+vanilla.md +3 -3
  468. package/docs/ko/intlayer_with_vite+vue.md +2 -2
  469. package/docs/ko/readme.md +13 -0
  470. package/docs/nl/configuration.md +6 -6
  471. package/docs/nl/custom_domains.md +11 -11
  472. package/docs/nl/intlayer_with_storybook.md +7 -7
  473. package/docs/nl/intlayer_with_vanilla.md +2 -2
  474. package/docs/nl/intlayer_with_vite+lit.md +2 -2
  475. package/docs/nl/intlayer_with_vite+vanilla.md +4 -4
  476. package/docs/pl/agent_skills.md +2 -2
  477. package/docs/pl/benchmark/nextjs.md +20 -11
  478. package/docs/pl/benchmark/solid.md +15 -6
  479. package/docs/pl/benchmark/svelte.md +15 -6
  480. package/docs/pl/benchmark/tanstack.md +16 -7
  481. package/docs/pl/benchmark/vue.md +16 -7
  482. package/docs/pl/configuration.md +6 -6
  483. package/docs/pl/custom_domains.md +11 -11
  484. package/docs/pl/dictionary/content_file.md +41 -0
  485. package/docs/pl/dictionary/markdown.md +36 -1
  486. package/docs/pl/intlayer_with_analog.md +1 -1
  487. package/docs/pl/intlayer_with_angular.md +1 -1
  488. package/docs/pl/intlayer_with_astro.md +1 -1
  489. package/docs/pl/intlayer_with_astro_lit.md +2 -2
  490. package/docs/pl/intlayer_with_astro_preact.md +3 -3
  491. package/docs/pl/intlayer_with_astro_react.md +2 -2
  492. package/docs/pl/intlayer_with_astro_solid.md +3 -3
  493. package/docs/pl/intlayer_with_astro_svelte.md +1 -1
  494. package/docs/pl/intlayer_with_astro_vanilla.md +1 -1
  495. package/docs/pl/intlayer_with_astro_vue.md +1 -1
  496. package/docs/pl/intlayer_with_nextjs_14.md +1 -1
  497. package/docs/pl/intlayer_with_nextjs_15.md +1 -1
  498. package/docs/pl/intlayer_with_nextjs_16.md +1 -1
  499. package/docs/pl/intlayer_with_nextjs_page_router.md +2 -2
  500. package/docs/pl/intlayer_with_nuxt.md +1 -1
  501. package/docs/pl/intlayer_with_react_native+expo.md +1 -1
  502. package/docs/pl/intlayer_with_react_router_v7.md +1 -1
  503. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +1 -1
  504. package/docs/pl/intlayer_with_storybook.md +7 -7
  505. package/docs/pl/intlayer_with_svelte_kit.md +1 -1
  506. package/docs/pl/intlayer_with_tanstack+solid.md +1 -1
  507. package/docs/pl/intlayer_with_tanstack.md +1 -1
  508. package/docs/pl/intlayer_with_vanilla.md +2 -2
  509. package/docs/pl/intlayer_with_vite+lit.md +3 -3
  510. package/docs/pl/intlayer_with_vite+preact.md +2 -2
  511. package/docs/pl/intlayer_with_vite+react.md +2 -2
  512. package/docs/pl/intlayer_with_vite+react_compiler.md +2 -2
  513. package/docs/pl/intlayer_with_vite+solid.md +1 -1
  514. package/docs/pl/intlayer_with_vite+svelte.md +3 -3
  515. package/docs/pl/intlayer_with_vite+vanilla.md +5 -5
  516. package/docs/pl/intlayer_with_vite+vue.md +2 -2
  517. package/docs/pl/readme.md +13 -0
  518. package/docs/pt/benchmark/nextjs.md +20 -11
  519. package/docs/pt/benchmark/solid.md +14 -5
  520. package/docs/pt/benchmark/svelte.md +14 -5
  521. package/docs/pt/benchmark/tanstack.md +16 -7
  522. package/docs/pt/benchmark/vue.md +14 -5
  523. package/docs/pt/configuration.md +6 -6
  524. package/docs/pt/custom_domains.md +11 -11
  525. package/docs/pt/dictionary/content_file.md +41 -0
  526. package/docs/pt/dictionary/markdown.md +36 -1
  527. package/docs/pt/intlayer_with_analog.md +1 -1
  528. package/docs/pt/intlayer_with_angular.md +1 -1
  529. package/docs/pt/intlayer_with_astro.md +1 -1
  530. package/docs/pt/intlayer_with_astro_lit.md +1 -1
  531. package/docs/pt/intlayer_with_astro_preact.md +3 -3
  532. package/docs/pt/intlayer_with_astro_react.md +2 -2
  533. package/docs/pt/intlayer_with_astro_solid.md +3 -3
  534. package/docs/pt/intlayer_with_astro_svelte.md +1 -1
  535. package/docs/pt/intlayer_with_astro_vanilla.md +1 -1
  536. package/docs/pt/intlayer_with_astro_vue.md +1 -1
  537. package/docs/pt/intlayer_with_nextjs_14.md +2 -2
  538. package/docs/pt/intlayer_with_nextjs_15.md +2 -2
  539. package/docs/pt/intlayer_with_nextjs_16.md +1 -1
  540. package/docs/pt/intlayer_with_nextjs_page_router.md +2 -2
  541. package/docs/pt/intlayer_with_nuxt.md +1 -1
  542. package/docs/pt/intlayer_with_react_native+expo.md +2 -2
  543. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +1 -1
  544. package/docs/pt/intlayer_with_storybook.md +7 -7
  545. package/docs/pt/intlayer_with_svelte_kit.md +1 -1
  546. package/docs/pt/intlayer_with_tanstack+solid.md +1 -1
  547. package/docs/pt/intlayer_with_tanstack.md +1 -1
  548. package/docs/pt/intlayer_with_vanilla.md +2 -2
  549. package/docs/pt/intlayer_with_vite+lit.md +3 -3
  550. package/docs/pt/intlayer_with_vite+preact.md +2 -2
  551. package/docs/pt/intlayer_with_vite+react.md +2 -2
  552. package/docs/pt/intlayer_with_vite+react_compiler.md +2 -2
  553. package/docs/pt/intlayer_with_vite+solid.md +1 -1
  554. package/docs/pt/intlayer_with_vite+svelte.md +3 -3
  555. package/docs/pt/intlayer_with_vite+vanilla.md +5 -5
  556. package/docs/pt/intlayer_with_vite+vue.md +1 -1
  557. package/docs/pt/readme.md +13 -0
  558. package/docs/ru/agent_skills.md +1 -1
  559. package/docs/ru/benchmark/index.md +2 -2
  560. package/docs/ru/benchmark/nextjs.md +28 -19
  561. package/docs/ru/benchmark/solid.md +16 -7
  562. package/docs/ru/benchmark/svelte.md +17 -8
  563. package/docs/ru/benchmark/tanstack.md +20 -11
  564. package/docs/ru/benchmark/vue.md +19 -10
  565. package/docs/ru/bundle_optimization.md +1 -1
  566. package/docs/ru/cli/index.md +23 -23
  567. package/docs/ru/cli/init.md +7 -7
  568. package/docs/ru/cli/standalone.md +5 -5
  569. package/docs/ru/compiler.md +3 -3
  570. package/docs/ru/configuration.md +8 -8
  571. package/docs/ru/custom_domains.md +12 -12
  572. package/docs/ru/dictionary/content_file.md +41 -0
  573. package/docs/ru/dictionary/html.md +6 -6
  574. package/docs/ru/dictionary/markdown.md +42 -7
  575. package/docs/ru/interest_of_intlayer.md +3 -3
  576. package/docs/ru/intlayer_with_analog.md +1 -1
  577. package/docs/ru/intlayer_with_angular.md +1 -1
  578. package/docs/ru/intlayer_with_astro.md +2 -2
  579. package/docs/ru/intlayer_with_astro_lit.md +5 -5
  580. package/docs/ru/intlayer_with_astro_preact.md +4 -4
  581. package/docs/ru/intlayer_with_astro_react.md +3 -3
  582. package/docs/ru/intlayer_with_astro_solid.md +4 -4
  583. package/docs/ru/intlayer_with_astro_svelte.md +2 -2
  584. package/docs/ru/intlayer_with_astro_vanilla.md +2 -2
  585. package/docs/ru/intlayer_with_astro_vue.md +2 -2
  586. package/docs/ru/intlayer_with_fastify.md +1 -1
  587. package/docs/ru/intlayer_with_nextjs_14.md +2 -2
  588. package/docs/ru/intlayer_with_nextjs_15.md +2 -2
  589. package/docs/ru/intlayer_with_nextjs_16.md +1 -1
  590. package/docs/ru/intlayer_with_nextjs_page_router.md +2 -2
  591. package/docs/ru/intlayer_with_nuxt.md +1 -1
  592. package/docs/ru/intlayer_with_react_native+expo.md +2 -2
  593. package/docs/ru/intlayer_with_react_router_v7.md +1 -1
  594. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +1 -1
  595. package/docs/ru/intlayer_with_storybook.md +10 -10
  596. package/docs/ru/intlayer_with_svelte_kit.md +1 -1
  597. package/docs/ru/intlayer_with_tanstack+solid.md +7 -7
  598. package/docs/ru/intlayer_with_tanstack.md +1 -1
  599. package/docs/ru/intlayer_with_vanilla.md +4 -4
  600. package/docs/ru/intlayer_with_vite+lit.md +5 -5
  601. package/docs/ru/intlayer_with_vite+preact.md +2 -2
  602. package/docs/ru/intlayer_with_vite+react.md +2 -2
  603. package/docs/ru/intlayer_with_vite+react_compiler.md +2 -2
  604. package/docs/ru/intlayer_with_vite+solid.md +1 -1
  605. package/docs/ru/intlayer_with_vite+svelte.md +3 -3
  606. package/docs/ru/intlayer_with_vite+vanilla.md +7 -7
  607. package/docs/ru/intlayer_with_vite+vue.md +2 -2
  608. package/docs/ru/readme.md +13 -0
  609. package/docs/tr/benchmark/nextjs.md +16 -7
  610. package/docs/tr/benchmark/solid.md +14 -5
  611. package/docs/tr/benchmark/svelte.md +14 -5
  612. package/docs/tr/benchmark/tanstack.md +16 -7
  613. package/docs/tr/benchmark/vue.md +14 -5
  614. package/docs/tr/configuration.md +6 -6
  615. package/docs/tr/custom_domains.md +11 -11
  616. package/docs/tr/dictionary/content_file.md +41 -0
  617. package/docs/tr/dictionary/markdown.md +36 -1
  618. package/docs/tr/intlayer_with_analog.md +1 -1
  619. package/docs/tr/intlayer_with_angular.md +1 -1
  620. package/docs/tr/intlayer_with_astro.md +1 -1
  621. package/docs/tr/intlayer_with_astro_lit.md +2 -2
  622. package/docs/tr/intlayer_with_astro_preact.md +3 -3
  623. package/docs/tr/intlayer_with_astro_react.md +2 -2
  624. package/docs/tr/intlayer_with_astro_solid.md +3 -3
  625. package/docs/tr/intlayer_with_astro_svelte.md +1 -1
  626. package/docs/tr/intlayer_with_astro_vanilla.md +1 -1
  627. package/docs/tr/intlayer_with_astro_vue.md +1 -1
  628. package/docs/tr/intlayer_with_nextjs_15.md +2 -2
  629. package/docs/tr/intlayer_with_nextjs_16.md +1 -1
  630. package/docs/tr/intlayer_with_nextjs_page_router.md +2 -2
  631. package/docs/tr/intlayer_with_nuxt.md +1 -1
  632. package/docs/tr/intlayer_with_react_native+expo.md +2 -2
  633. package/docs/tr/intlayer_with_react_router_v7.md +1 -1
  634. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  635. package/docs/tr/intlayer_with_storybook.md +7 -7
  636. package/docs/tr/intlayer_with_svelte_kit.md +1 -1
  637. package/docs/tr/intlayer_with_tanstack+solid.md +1 -1
  638. package/docs/tr/intlayer_with_tanstack.md +1 -1
  639. package/docs/tr/intlayer_with_vanilla.md +2 -2
  640. package/docs/tr/intlayer_with_vite+lit.md +3 -3
  641. package/docs/tr/intlayer_with_vite+preact.md +2 -2
  642. package/docs/tr/intlayer_with_vite+react.md +2 -2
  643. package/docs/tr/intlayer_with_vite+react_compiler.md +2 -2
  644. package/docs/tr/intlayer_with_vite+solid.md +1 -1
  645. package/docs/tr/intlayer_with_vite+svelte.md +3 -3
  646. package/docs/tr/intlayer_with_vite+vanilla.md +5 -5
  647. package/docs/tr/intlayer_with_vite+vue.md +2 -2
  648. package/docs/tr/readme.md +13 -0
  649. package/docs/uk/agent_skills.md +1 -1
  650. package/docs/uk/benchmark/index.md +2 -2
  651. package/docs/uk/benchmark/nextjs.md +29 -20
  652. package/docs/uk/benchmark/solid.md +16 -7
  653. package/docs/uk/benchmark/svelte.md +17 -8
  654. package/docs/uk/benchmark/tanstack.md +21 -12
  655. package/docs/uk/benchmark/vue.md +20 -11
  656. package/docs/uk/bundle_optimization.md +1 -1
  657. package/docs/uk/cli/index.md +21 -21
  658. package/docs/uk/cli/init.md +9 -9
  659. package/docs/uk/cli/standalone.md +16 -16
  660. package/docs/uk/compiler.md +3 -3
  661. package/docs/uk/configuration.md +8 -8
  662. package/docs/uk/custom_domains.md +12 -12
  663. package/docs/uk/dictionary/content_file.md +41 -0
  664. package/docs/uk/dictionary/markdown.md +36 -1
  665. package/docs/uk/interest_of_intlayer.md +2 -2
  666. package/docs/uk/intlayer_with_analog.md +1 -1
  667. package/docs/uk/intlayer_with_angular.md +1 -1
  668. package/docs/uk/intlayer_with_astro.md +2 -2
  669. package/docs/uk/intlayer_with_astro_lit.md +3 -3
  670. package/docs/uk/intlayer_with_astro_preact.md +4 -4
  671. package/docs/uk/intlayer_with_astro_react.md +3 -3
  672. package/docs/uk/intlayer_with_astro_solid.md +4 -4
  673. package/docs/uk/intlayer_with_astro_svelte.md +2 -2
  674. package/docs/uk/intlayer_with_astro_vanilla.md +2 -2
  675. package/docs/uk/intlayer_with_astro_vue.md +2 -2
  676. package/docs/uk/intlayer_with_fastify.md +1 -1
  677. package/docs/uk/intlayer_with_nextjs_14.md +1 -1
  678. package/docs/uk/intlayer_with_nextjs_15.md +1 -1
  679. package/docs/uk/intlayer_with_nextjs_16.md +1 -1
  680. package/docs/uk/intlayer_with_nextjs_page_router.md +2 -2
  681. package/docs/uk/intlayer_with_nuxt.md +1 -1
  682. package/docs/uk/intlayer_with_react_native+expo.md +1 -1
  683. package/docs/uk/intlayer_with_react_router_v7.md +1 -1
  684. package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +1 -1
  685. package/docs/uk/intlayer_with_storybook.md +9 -9
  686. package/docs/uk/intlayer_with_svelte_kit.md +1 -1
  687. package/docs/uk/intlayer_with_tanstack+solid.md +4 -4
  688. package/docs/uk/intlayer_with_tanstack.md +1 -1
  689. package/docs/uk/intlayer_with_vanilla.md +3 -3
  690. package/docs/uk/intlayer_with_vite+lit.md +4 -4
  691. package/docs/uk/intlayer_with_vite+preact.md +2 -2
  692. package/docs/uk/intlayer_with_vite+react.md +2 -2
  693. package/docs/uk/intlayer_with_vite+react_compiler.md +2 -2
  694. package/docs/uk/intlayer_with_vite+solid.md +1 -1
  695. package/docs/uk/intlayer_with_vite+svelte.md +3 -3
  696. package/docs/uk/intlayer_with_vite+vanilla.md +6 -6
  697. package/docs/uk/intlayer_with_vite+vue.md +2 -2
  698. package/docs/uk/readme.md +13 -0
  699. package/docs/ur/cli/init.md +1 -1
  700. package/docs/ur/configuration.md +6 -6
  701. package/docs/ur/custom_domains.md +11 -11
  702. package/docs/ur/intlayer_with_storybook.md +7 -7
  703. package/docs/ur/intlayer_with_vanilla.md +2 -2
  704. package/docs/ur/intlayer_with_vite+lit.md +2 -2
  705. package/docs/ur/intlayer_with_vite+vanilla.md +4 -4
  706. package/docs/vi/agent_skills.md +2 -2
  707. package/docs/vi/benchmark/nextjs.md +20 -11
  708. package/docs/vi/benchmark/solid.md +14 -5
  709. package/docs/vi/benchmark/svelte.md +14 -5
  710. package/docs/vi/benchmark/tanstack.md +16 -7
  711. package/docs/vi/benchmark/vue.md +14 -5
  712. package/docs/vi/cli/init.md +1 -1
  713. package/docs/vi/configuration.md +6 -6
  714. package/docs/vi/custom_domains.md +11 -11
  715. package/docs/vi/dictionary/content_file.md +41 -0
  716. package/docs/vi/dictionary/markdown.md +36 -1
  717. package/docs/vi/intlayer_with_analog.md +1 -1
  718. package/docs/vi/intlayer_with_angular.md +1 -1
  719. package/docs/vi/intlayer_with_astro.md +1 -1
  720. package/docs/vi/intlayer_with_astro_lit.md +2 -2
  721. package/docs/vi/intlayer_with_astro_preact.md +3 -3
  722. package/docs/vi/intlayer_with_astro_react.md +2 -2
  723. package/docs/vi/intlayer_with_astro_solid.md +3 -3
  724. package/docs/vi/intlayer_with_astro_svelte.md +1 -1
  725. package/docs/vi/intlayer_with_astro_vanilla.md +1 -1
  726. package/docs/vi/intlayer_with_astro_vue.md +1 -1
  727. package/docs/vi/intlayer_with_nextjs_14.md +1 -1
  728. package/docs/vi/intlayer_with_nextjs_15.md +1 -1
  729. package/docs/vi/intlayer_with_nextjs_16.md +1 -1
  730. package/docs/vi/intlayer_with_nextjs_page_router.md +2 -2
  731. package/docs/vi/intlayer_with_nuxt.md +1 -1
  732. package/docs/vi/intlayer_with_react_native+expo.md +1 -1
  733. package/docs/vi/intlayer_with_react_router_v7.md +1 -1
  734. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  735. package/docs/vi/intlayer_with_storybook.md +7 -7
  736. package/docs/vi/intlayer_with_svelte_kit.md +1 -1
  737. package/docs/vi/intlayer_with_tanstack+solid.md +1 -1
  738. package/docs/vi/intlayer_with_tanstack.md +1 -1
  739. package/docs/vi/intlayer_with_vanilla.md +2 -2
  740. package/docs/vi/intlayer_with_vite+lit.md +2 -2
  741. package/docs/vi/intlayer_with_vite+preact.md +1 -1
  742. package/docs/vi/intlayer_with_vite+react.md +1 -1
  743. package/docs/vi/intlayer_with_vite+react_compiler.md +1 -1
  744. package/docs/vi/intlayer_with_vite+svelte.md +2 -2
  745. package/docs/vi/intlayer_with_vite+vanilla.md +4 -4
  746. package/docs/vi/intlayer_with_vite+vue.md +1 -1
  747. package/docs/vi/readme.md +13 -0
  748. package/docs/zh/benchmark/nextjs.md +20 -11
  749. package/docs/zh/benchmark/solid.md +10 -1
  750. package/docs/zh/benchmark/svelte.md +10 -1
  751. package/docs/zh/benchmark/tanstack.md +16 -7
  752. package/docs/zh/benchmark/vue.md +10 -1
  753. package/docs/zh/cli/init.md +1 -1
  754. package/docs/zh/configuration.md +6 -6
  755. package/docs/zh/custom_domains.md +11 -11
  756. package/docs/zh/dictionary/content_file.md +41 -0
  757. package/docs/zh/dictionary/markdown.md +36 -1
  758. package/docs/zh/intlayer_with_analog.md +1 -1
  759. package/docs/zh/intlayer_with_angular.md +1 -1
  760. package/docs/zh/intlayer_with_astro.md +1 -1
  761. package/docs/zh/intlayer_with_astro_lit.md +2 -2
  762. package/docs/zh/intlayer_with_astro_preact.md +3 -3
  763. package/docs/zh/intlayer_with_astro_react.md +2 -2
  764. package/docs/zh/intlayer_with_astro_solid.md +3 -3
  765. package/docs/zh/intlayer_with_astro_svelte.md +1 -1
  766. package/docs/zh/intlayer_with_astro_vanilla.md +1 -1
  767. package/docs/zh/intlayer_with_astro_vue.md +1 -1
  768. package/docs/zh/intlayer_with_nextjs_14.md +2 -2
  769. package/docs/zh/intlayer_with_nextjs_15.md +2 -2
  770. package/docs/zh/intlayer_with_nextjs_16.md +1 -1
  771. package/docs/zh/intlayer_with_nextjs_page_router.md +2 -2
  772. package/docs/zh/intlayer_with_nuxt.md +1 -1
  773. package/docs/zh/intlayer_with_react_native+expo.md +2 -2
  774. package/docs/zh/intlayer_with_react_router_v7.md +1 -1
  775. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +1 -1
  776. package/docs/zh/intlayer_with_storybook.md +7 -7
  777. package/docs/zh/intlayer_with_svelte_kit.md +1 -1
  778. package/docs/zh/intlayer_with_tanstack+solid.md +1 -1
  779. package/docs/zh/intlayer_with_tanstack.md +1 -1
  780. package/docs/zh/intlayer_with_vanilla.md +2 -2
  781. package/docs/zh/intlayer_with_vite+lit.md +2 -2
  782. package/docs/zh/intlayer_with_vite+preact.md +1 -1
  783. package/docs/zh/intlayer_with_vite+react.md +1 -1
  784. package/docs/zh/intlayer_with_vite+react_compiler.md +1 -1
  785. package/docs/zh/intlayer_with_vite+svelte.md +2 -2
  786. package/docs/zh/intlayer_with_vite+vanilla.md +4 -4
  787. package/docs/zh/intlayer_with_vite+vue.md +1 -1
  788. package/docs/zh/readme.md +13 -0
  789. package/frequent_questions/ru/intlayerNode.md +2 -2
  790. package/frequent_questions/uk/intlayerNode.md +2 -2
  791. package/package.json +7 -7
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2026-04-20
3
- updatedAt: 2026-04-21
3
+ updatedAt: 2026-05-18
4
4
  title: Best i18n solution for Vue in 2026 - Benchmark Report
5
5
  description: Compare Vue internationalization libraries like vue-i18n, fluent-vue, and Intlayer. Detailed performance report on bundle size, leakage, and reactivity.
6
6
  keywords:
@@ -17,6 +17,9 @@ slugs:
17
17
  author: Aymeric PINEAU
18
18
  applicationTemplate: https://github.com/intlayer-org/benchmark-i18n-vue-template
19
19
  history:
20
+ - version: 8.9.8
21
+ date: 2026-05-18
22
+ changes: "Add GitHub star comparative"
20
23
  - version: 8.7.5
21
24
  date: 2026-01-06
22
25
  changes: "Init benchmark"
@@ -135,6 +138,12 @@ I ran the same multilingual app in a real browser for every stack, then wrote do
135
138
 
136
139
  - **Hydration time**: When the app exposes it, how long the client spends turning server HTML into something you can actually click. A dash in the tables means that implementation did not provide a reliable hydration figure in this benchmark.
137
140
 
141
+ ## GitHub STARs
142
+
143
+ GitHub stars are a strong indicator of a project's popularity, community trust, and long-term relevance. While not a direct measure of technical quality, they reflect how many developers find the project useful, follow its progress, and are likely to adopt it. For estimating the value of a project, stars help compare traction across alternatives and provide insights into ecosystem growth.
144
+
145
+ [![Star History Chart](https://api.star-history.com/chart?repos=intlify%2Fvue-i18n%2Cfluent-vue%2Ffluent-vue%2Caymericzip%2Fintlayer&type=date&legend=top-left)](https://www.star-history.com/#intlify/vue-i18n&fluent-vue/fluent-vue&aymericzip/intlayer)
146
+
138
147
  ## Results in detail
139
148
 
140
149
  ### 1 - Solutions to avoid
@@ -610,7 +610,7 @@ Defines settings related to internationalization, including available locales an
610
610
  | ----------------- | ---------------------------------------------------------------------------- | ---------- | ------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
611
611
  | `locales` | The list of supported locales in the application. | `string[]` | `[Locales.ENGLISH]` | `['en', 'fr', 'es']` | |
612
612
  | `requiredLocales` | The list of required locales in the application. | `string[]` | `[]` | `[]` | • If empty, all locales are required in `strict` mode.<br/>• Ensure required locales are also defined in the `locales` field. |
613
- | `strictMode` | Ensure strong implementations of internationalized content using TypeScript. | `string` | `'inclusive'` | | • If `"strict"`: the `t` function requires each declared locale to be defined throws an error if one is missing or undeclared.<br/>• If `"inclusive"`: warns on missing locales but accepts undeclared ones that exist.<br/>• If `"loose"`: accepts any existing locale. |
613
+ | `strictMode` | Ensure strong implementations of internationalized content using TypeScript. | `string` | `'inclusive'` | | • If `"strict"`: the `t` function requires each declared locale to be defined - throws an error if one is missing or undeclared.<br/>• If `"inclusive"`: warns on missing locales but accepts undeclared ones that exist.<br/>• If `"loose"`: accepts any existing locale. |
614
614
  | `defaultLocale` | The default locale used as a fallback if the requested locale is not found. | `string` | `Locales.ENGLISH` | `'en'` | Used to determine the locale when none is specified in the URL, cookie, or header. |
615
615
 
616
616
  ---
@@ -672,10 +672,10 @@ routing: {
672
672
 
673
673
  | Value | Note | Description |
674
674
  | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
675
- | `'cookie'` | • For GDPR compliance, ensure proper user consent.<br/>• Customizable via `CookiesAttributes` (`{ type: 'cookie', name: 'custom-locale', secure: true, httpOnly: false }`). | Stores locale in cookies accessible on both client and server side. |
676
- | `'localStorage'` | • No expiration unless explicitly cleared.<br/>• Intlayer proxy cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'localStorage', name: 'custom-locale' }`). | Stores locale in the browser without expiration client side only. |
677
- | `'sessionStorage'` | • Cleared when tab/window is closed.<br/>• Intlayer proxy cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'sessionStorage', name: 'custom-locale' }`). | Stores locale for the duration of the page session client side only. |
678
- | `'header'` | • Useful for API calls.<br/>• Client side cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'header', name: 'custom-locale' }`). | Stores or transmits locale via HTTP headers server side only. |
675
+ | `'cookie'` | • For GDPR compliance, ensure proper user consent.<br/>• Customizable via `CookiesAttributes` (`{ type: 'cookie', name: 'custom-locale', secure: true, httpOnly: false }`). | Stores locale in cookies - accessible on both client and server side. |
676
+ | `'localStorage'` | • No expiration unless explicitly cleared.<br/>• Intlayer proxy cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'localStorage', name: 'custom-locale' }`). | Stores locale in the browser without expiration - client side only. |
677
+ | `'sessionStorage'` | • Cleared when tab/window is closed.<br/>• Intlayer proxy cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'sessionStorage', name: 'custom-locale' }`). | Stores locale for the duration of the page session - client side only. |
678
+ | `'header'` | • Useful for API calls.<br/>• Client side cannot access it.<br/>• Customizable via `StorageAttributes` (`{ type: 'header', name: 'custom-locale' }`). | Stores or transmits locale via HTTP headers - server side only. |
679
679
 
680
680
  #### Cookie Attributes
681
681
 
@@ -885,7 +885,7 @@ For more information about content declaration files and how configuration value
885
885
  | `location` | Indicates where dictionary files are stored and their CMS synchronization mode. | `'local'` &#124; <br/> `'remote'` &#124; <br/> `'hybrid'` &#124; <br/> `'plugin'` &#124; <br/> `string` | `'local'` | `'hybrid'` | • `'local'`: managed locally only.<br/>• `'remote'`: managed remotely only (CMS).<br/>• `'hybrid'`: managed both locally and remotely.<br/>• `'plugin'` or custom string: managed by a plugin or custom source. |
886
886
  | `importMode` | Controls how dictionaries are imported. | `'static'` &#124; <br/> `'dynamic'` &#124; <br/> `'fetch'` | `'static'` | `'dynamic'` | • `'static'`: imported statically (replaces `useIntlayer` with `useDictionary`).<br/>• `'dynamic'`: imported dynamically via Suspense (replaces with `useDictionaryDynamic`).<br/>• `'fetch'`: fetched via live sync API; falls back to `'dynamic'` on failure.<br/>• Relies on `@intlayer/babel` and `@intlayer/swc` plugins.<br/>• Keys must be declared statically.<br/>• Ignored if `optimize` is disabled.<br/>• Does not affect `getIntlayer`, `getDictionary`, `useDictionary`, etc. |
887
887
  | `priority` | Priority of the dictionary. Higher values take precedence over lower ones when resolving conflicts between dictionaries. | `number` | `undefined` | `1` | |
888
- | `live` | Deprecated use `importMode: 'fetch'` instead. Indicated whether dictionary content was fetched dynamically via the live sync API. | `boolean` | `undefined` | | Renamed to `importMode: 'fetch'` in v8.0.0. |
888
+ | `live` | Deprecated - use `importMode: 'fetch'` instead. Indicated whether dictionary content was fetched dynamically via the live sync API. | `boolean` | `undefined` | | Renamed to `importMode: 'fetch'` in v8.0.0. |
889
889
  | `schema` | Auto-generated by Intlayer for JSON schema validation. | `'https://intlayer.org/schema.json'` | auto-generated | | Do not modify manually. |
890
890
  | `title` | Helps identify the dictionary in the editor and CMS. | `string` | `undefined` | `'User Profile'` | |
891
891
  | `tags` | Categorizes dictionaries and provides context or instructions for the editor and AI. | `string[]` | `undefined` | `['user', 'profile']` | |
@@ -966,7 +966,7 @@ Build options apply to the `@intlayer/babel` and `@intlayer/swc` plugins.
966
966
  | Field | Description | Type | Default | Example | Note |
967
967
  | ----------------- | -------------------------------------------------------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
968
968
  | `mode` | Controls the mode of the build. | `'auto'` &#124; <br/> `'manual'` | `'auto'` | `'manual'` | • `'auto'`: build enabled automatically when the application is built.<br/>• `'manual'`: only runs when the build command is executed.<br/>• Can be used to disable dictionary builds (e.g. to avoid running in Node.js environments). |
969
- | `optimize` | Controls whether the build should be optimized. | `boolean` | `undefined` | `process.env.NODE_ENV === 'production'` | • If unset, optimization is triggered on framework build (Vite/Next.js).<br/>• `true` forces optimization including dev mode.<br/>• `false` disables it.<br/>• When enabled, replaces dictionary calls to optimize chunking only used dictionaries are imported.<br/>• Relies on `@intlayer/babel` and `@intlayer/swc` plugins.<br/>• Keys must be declared statically. |
969
+ | `optimize` | Controls whether the build should be optimized. | `boolean` | `undefined` | `process.env.NODE_ENV === 'production'` | • If unset, optimization is triggered on framework build (Vite/Next.js).<br/>• `true` forces optimization including dev mode.<br/>• `false` disables it.<br/>• When enabled, replaces dictionary calls to optimize chunking - only used dictionaries are imported.<br/>• Relies on `@intlayer/babel` and `@intlayer/swc` plugins.<br/>• Keys must be declared statically. |
970
970
  | `minify` | Whether to minify the dictionaries to reduce the bundle size. | `boolean` | `false` | | • Indicates whether the bundle should be minified.<br/>• Default: `false`.<br/>• This option will be ignored if `optimize` is disabled.<br/>• This option will be ignored if `editor.enabled` is true. |
971
971
  | `purge` | Whether to purge the unused keys in a dictionaries. | `boolean` | `false` | | • Indicates whether the bundle should be purged.<br/>• Default: `false`.<br/>• This option will be ignored if `optimize` is disabled. |
972
972
  | `checkTypes` | Indicates if the build should check TypeScript types and log errors. | `boolean` | `false` | | Can slow down the build. |
@@ -34,8 +34,8 @@ The `domains` map in `routing` associates each locale with a hostname. Intlayer
34
34
 
35
35
  The key distinction is **exclusivity**:
36
36
 
37
- - **Exclusive domain** only one locale maps to that hostname (e.g. `zh → intlayer.zh`). The domain itself identifies the locale, so no locale prefix is added to the path. `https://intlayer.zh/about` serves Chinese content.
38
- - **Shared domain** multiple locales map to the same hostname (e.g. `en` and `fr` both map to `intlayer.org`). Normal prefix-based routing applies. `intlayer.org/fr/about` serves French content.
37
+ - **Exclusive domain** - only one locale maps to that hostname (e.g. `zh → intlayer.zh`). The domain itself identifies the locale, so no locale prefix is added to the path. `https://intlayer.zh/about` serves Chinese content.
38
+ - **Shared domain** - multiple locales map to the same hostname (e.g. `en` and `fr` both map to `intlayer.org`). Normal prefix-based routing applies. `intlayer.org/fr/about` serves French content.
39
39
 
40
40
  ## Configuration
41
41
 
@@ -50,9 +50,9 @@ const config: IntlayerConfig = {
50
50
  routing: {
51
51
  mode: "prefix-no-default",
52
52
  domains: {
53
- // Shared domain en and fr use prefix routing on intlayer.org
53
+ // Shared domain - en and fr use prefix routing on intlayer.org
54
54
  en: "intlayer.org",
55
- // Exclusive domain zh has its own hostname, no /zh/ prefix needed
55
+ // Exclusive domain - zh has its own hostname, no /zh/ prefix needed
56
56
  zh: "intlayer.zh",
57
57
  },
58
58
  },
@@ -91,7 +91,7 @@ getLocalizedUrl("/about", "zh", { currentDomain: "intlayer.org" });
91
91
  ```ts
92
92
  // Current page: intlayer.zh/about
93
93
  getLocalizedUrl("/about", "zh", { currentDomain: "intlayer.zh" });
94
- // → "/about" (already on the correct domain relative URL)
94
+ // → "/about" (already on the correct domain - relative URL)
95
95
 
96
96
  getLocalizedUrl("/about", "fr", { currentDomain: "intlayer.zh" });
97
97
  // → "https://intlayer.org/fr/about" (cross-domain link back to intlayer.org)
@@ -103,14 +103,14 @@ getLocalizedUrl("/about", "fr", { currentDomain: "intlayer.zh" });
103
103
 
104
104
  1. The hostname of an absolute input URL (e.g. `https://intlayer.org/about` → `intlayer.org`).
105
105
  2. `window.location.hostname` in browser environments.
106
- 3. If neither is available (SSR without explicit option), a relative URL is returned for same-domain locales and no absolute URL is produced this is the safe fallback.
106
+ 3. If neither is available (SSR without explicit option), a relative URL is returned for same-domain locales and no absolute URL is produced - this is the safe fallback.
107
107
 
108
108
  ```ts
109
- // Browser window.location.hostname === 'intlayer.org'
109
+ // Browser - window.location.hostname === 'intlayer.org'
110
110
  getLocalizedUrl("/about", "zh");
111
111
  // → "https://intlayer.zh/about" (auto-detected from window)
112
112
 
113
- // From an absolute URL domain detected automatically
113
+ // From an absolute URL - domain detected automatically
114
114
  getLocalizedUrl("https://intlayer.org/about", "zh");
115
115
  // → "https://intlayer.zh/about"
116
116
  ```
@@ -146,14 +146,14 @@ export const config = {
146
146
  };
147
147
  ```
148
148
 
149
- **Redirect** request arrives on the wrong domain for a given locale prefix:
149
+ **Redirect** - request arrives on the wrong domain for a given locale prefix:
150
150
 
151
151
  ```
152
152
  GET intlayer.org/zh/about
153
153
  → 301 https://intlayer.zh/about
154
154
  ```
155
155
 
156
- **Rewrite** request arrives on the locale's exclusive domain without a prefix:
156
+ **Rewrite** - request arrives on the locale's exclusive domain without a prefix:
157
157
 
158
158
  ```
159
159
  GET intlayer.zh/about
@@ -204,7 +204,7 @@ export const LocaleSwitcher = () => {
204
204
  };
205
205
  ```
206
206
 
207
- No extra configuration is required `useLocale` detects `window.location.hostname` internally and decides between `router.replace` (same domain) and `window.location.href` (cross-domain).
207
+ No extra configuration is required - `useLocale` detects `window.location.hostname` internally and decides between `router.replace` (same domain) and `window.location.href` (cross-domain).
208
208
 
209
209
  ## SEO: `hreflang` Alternate Links
210
210
 
@@ -12,6 +12,9 @@ slugs:
12
12
  - concept
13
13
  - content
14
14
  history:
15
+ - version: 8.10.0
16
+ date: 2026-05-19
17
+ changes: "Add support of YAML and Markdown file formats"
15
18
  - version: 8.9.0
16
19
  date: 2026-05-12
17
20
  changes: "Add `plural` content node type"
@@ -794,6 +797,40 @@ You can also create content files in JSON format:
794
797
  }
795
798
  ```
796
799
 
800
+ ### Markdown Content File
801
+
802
+ ```markdown
803
+ ---
804
+ key: welcome-page
805
+ locale: en
806
+ title: Welcome Page Content
807
+ description: Content for the main welcome page
808
+ tags:
809
+ - page
810
+ - welcome
811
+ ---
812
+
813
+ # Welcome to Our Platform
814
+
815
+ ## Build amazing applications with ease
816
+ ```
817
+
818
+ ### YAML Content File
819
+
820
+ ```yaml
821
+ key: welcome-page
822
+ title: Welcome Page Content
823
+ description: Content for the main welcome page
824
+ locale: "en"
825
+ tags:
826
+ - page
827
+ - welcome
828
+ content:
829
+ hero:
830
+ title: Welcome to Our Platform
831
+ subtitle: Build amazing applications with ease
832
+ ```
833
+
797
834
  ### Per-Locale Content Files
798
835
 
799
836
  For per-locale dictionaries, specify the `locale` property:
@@ -845,6 +882,10 @@ By default, Intlayer watches all files with the following extensions for content
845
882
  - `.content.mjx`
846
883
  - `.content.cjs`
847
884
  - `.content.cjx`
885
+ - `.content.md`
886
+ - `.content.mdx`
887
+ - `.content.yaml`
888
+ - `.content.yml`
848
889
 
849
890
  These default extensions are suitable for most applications. However, when you have specific needs, you can define custom extensions to streamline the build process and reduce the risk of conflicts with other components.
850
891
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-02-07
3
- updatedAt: 2026-03-24
3
+ updatedAt: 2026-05-19
4
4
  title: Markdown
5
5
  description: Learn how to declare and use Markdown content in your multilingual website with Intlayer. Follow the steps in this online documentation to integrate Markdown seamlessly into your project.
6
6
  keywords:
@@ -17,6 +17,9 @@ slugs:
17
17
  - content
18
18
  - markdown
19
19
  history:
20
+ - version: 8.10.0
21
+ date: 2026-05-19
22
+ changes: "Add `.content.md` files support"
20
23
  - version: 8.5.0
21
24
  date: 2026-03-24
22
25
  changes: "Add `intlayerMarkdown` plugin object; use `app.use(intlayerMarkdown)` instead of `app.use(installIntlayerMarkdown)`"
@@ -43,6 +46,39 @@ Intlayer supports rich text content defined using Markdown syntax. This allows y
43
46
  You can declare Markdown content using the `md` function or simply as a string (if it contains Markdown syntax).
44
47
 
45
48
  <Tabs>
49
+ <Tab label=".content.md" value=".content.md">
50
+ Since version `8.10.0`, you can declare Markdown content directly in `.content.md` files. Intlayer will
51
+ automatically detect and parse the Markdown content.
52
+
53
+ ```md fileName="markdown-file.en.content.md"
54
+ ---
55
+ key: my-markdown-content
56
+ description: My content
57
+ locale: en
58
+ ---
59
+
60
+ # My content
61
+
62
+ Here an example of markdown content
63
+ ```
64
+
65
+ The `locale` front-matter field is the field that define the locale of the content. It is optional. If not provided, Intlayer will use the default locale, which is also used as fallback locale if no translation is available for a specific locale.
66
+
67
+ Example of file structure:
68
+
69
+ ```text
70
+ content/
71
+ ├── en/
72
+ │ └── markdown-file.en.content.md
73
+ ├── fr/
74
+ │ └── markdown-file.fr.content.md
75
+ └── es/
76
+ └── markdown-file.es.content.md
77
+ ```
78
+
79
+ You can add in front-matter any properties defined in the [Dictionary definition](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/dictionary/content_file.md)
80
+
81
+ </Tab>
46
82
  <Tab label="Manual Wrapping" value="manual-wrapping">
47
83
  Use the `md` function to explicitly declare Markdown content. This is useful if you want to ensure a string is treated as Markdown even if it doesn't contain obvious syntax.
48
84
 
@@ -74,6 +110,7 @@ You can declare Markdown content using the `md` function or simply as a string (
74
110
  ```
75
111
 
76
112
  </Tab>
113
+
77
114
  <Tab label="External Files" value="external-files">
78
115
  Import `.md` files directly using the `file` function.
79
116
 
@@ -44,7 +44,7 @@ history:
44
44
  <iframe
45
45
  src="https://intlayer-analog-template.vercel.app"
46
46
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
47
- title="Demo intlayer-analog-template"
47
+ title="Demo - intlayer-analog-template"
48
48
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
49
49
  loading="lazy"
50
50
  />
@@ -68,7 +68,7 @@ With Intlayer, you can:
68
68
  <iframe
69
69
  src="https://intlayer-angular-template.vercel.app"
70
70
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
71
- title="Demo intlayer-angular-template"
71
+ title="Demo - intlayer-angular-template"
72
72
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
73
73
  loading="lazy"
74
74
  />
@@ -48,7 +48,7 @@ history:
48
48
  <iframe
49
49
  src="https://intlayer-astro-template.vercel.app"
50
50
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
51
- title="Demo intlayer-astro-template"
51
+ title="Demo - intlayer-astro-template"
52
52
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
53
53
  loading="lazy"
54
54
  />
@@ -47,7 +47,7 @@ history:
47
47
  <iframe
48
48
  src="https://intlayer-astro-template.vercel.app"
49
49
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
50
- title="Demo intlayer-astro-template"
50
+ title="Demo - intlayer-astro-template"
51
51
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
52
52
  loading="lazy"
53
53
  />
@@ -259,7 +259,7 @@ const { greeting } = getIntlayer("lit-demo", locale);
259
259
  />
260
260
  </head>
261
261
  <body>
262
- <!-- The Lit custom element receives the server-detected locale as a property -->
262
+ <!-- The Lit custom element - receives the server-detected locale as a property -->
263
263
  <lit-demo locale={locale}></lit-demo>
264
264
  </body>
265
265
  </html>
@@ -361,7 +361,7 @@ customElements.define("lit-demo", LitDemo);
361
361
 
362
362
  > The `locale` property is passed from the Astro page (server-detected) and used in `connectedCallback` to initialise `installIntlayer`, making it the initial locale for all `ReactiveController` hooks in the element.
363
363
 
364
- > `useIntlayer` registers itself as a `ReactiveController`. The element re-renders automatically when the locale changes no extra setup required.
364
+ > `useIntlayer` registers itself as a `ReactiveController`. The element re-renders automatically when the locale changes - no extra setup required.
365
365
 
366
366
  ### Step 7: Add a Locale Switcher
367
367
 
@@ -404,7 +404,7 @@ override render() {
404
404
  ```
405
405
 
406
406
  > **Note on Lit Reactivity:**
407
- > `useLocale` returns a `ReactiveController`. When `setLocale` is called, the controller schedules a re-render automatically so the active button state updates without manual DOM manipulation.
407
+ > `useLocale` returns a `ReactiveController`. When `setLocale` is called, the controller schedules a re-render automatically - so the active button state updates without manual DOM manipulation.
408
408
 
409
409
  > **Note on Persistence:**
410
410
  > Using `onLocaleChange` to redirect via `window.location.href` ensures that the new locale URL is visited, allowing Intlayer middleware to set the locale cookie and remember the user's preference on future visits.
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -110,7 +110,7 @@ bun x intlayer init
110
110
  Includes the Astro integration plugin for integrating Intlayer with the [Vite bundler](https://vite.dev/guide/why.html#why-bundle-for-production), as well as middleware for detecting the user's preferred locale, managing cookies, and handling URL redirection.
111
111
 
112
112
  - **preact**
113
- The core Preact package a fast, lightweight alternative to React.
113
+ The core Preact package - a fast, lightweight alternative to React.
114
114
 
115
115
  - **preact-intlayer**
116
116
  The package that integrates Intlayer with Preact applications. It provides `IntlayerProvider`, `useIntlayer`, and `useLocale` hooks for Preact internationalization.
@@ -362,7 +362,7 @@ export const LocaleSwitcher: FunctionalComponent = () => {
362
362
  > **Note on Persistence:**
363
363
  > Using `onLocaleChange` to redirect via `window.location.href` ensures that the new locale URL is visited, allowing Intlayer middleware to set the locale cookie and remember the user's preference on future visits.
364
364
 
365
- > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` use it inside your island component (as shown in Step 6).
365
+ > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` - use it inside your island component (as shown in Step 6).
366
366
 
367
367
  ### Step 8: Sitemap and Robots.txt
368
368
 
@@ -49,7 +49,7 @@ history:
49
49
  <iframe
50
50
  src="https://intlayer-astro-template.vercel.app"
51
51
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
52
- title="Demo intlayer-astro-template"
52
+ title="Demo - intlayer-astro-template"
53
53
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
54
54
  loading="lazy"
55
55
  />
@@ -359,7 +359,7 @@ export function LocaleSwitcher() {
359
359
  > **Note on Persistence:**
360
360
  > Using `onLocaleChange` to redirect via `window.location.href` ensures that the new locale URL is visited, allowing Intlayer middleware to set the locale cookie and remember the user's preference on future visits.
361
361
 
362
- > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` use it inside your island component (as shown in Step 6).
362
+ > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` - use it inside your island component (as shown in Step 6).
363
363
 
364
364
  ### Step 8: Sitemap and Robots.txt
365
365
 
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -354,12 +354,12 @@ export function LocaleSwitcher() {
354
354
  ```
355
355
 
356
356
  > **Note on Solid Reactivity:**
357
- > In Solid, `locale` is a reactive signal accessor always call it as `locale()` when reading its current value.
357
+ > In Solid, `locale` is a reactive signal accessor - always call it as `locale()` when reading its current value.
358
358
 
359
359
  > **Note on Persistence:**
360
360
  > Using `onLocaleChange` to redirect via `window.location.href` ensures that the new locale URL is visited, allowing Intlayer middleware to set the locale cookie and remember the user's preference on future visits.
361
361
 
362
- > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` use it inside your island component (as shown in Step 6).
362
+ > The `LocaleSwitcher` must be rendered inside `IntlayerProvider` - use it inside your island component (as shown in Step 6).
363
363
 
364
364
  ### Step 8: Sitemap and Robots.txt
365
365
 
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -82,7 +82,7 @@ With Intlayer, you can:
82
82
  <iframe
83
83
  src="https://intlayer-next-14-template.vercel.app"
84
84
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
85
- title="Demo intlayer-next-14-template"
85
+ title="Demo - intlayer-next-14-template"
86
86
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
87
87
  loading="lazy"
88
88
  />
@@ -97,7 +97,7 @@ With Intlayer, you can:
97
97
  <iframe
98
98
  src="https://next-15-intlayer-template-xt83.vercel.app"
99
99
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
100
- title="Demo intlayer-next-15-template"
100
+ title="Demo - intlayer-next-15-template"
101
101
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
102
102
  loading="lazy"
103
103
  />
@@ -41,7 +41,7 @@ history:
41
41
  <iframe
42
42
  src="https://ide.intlayer.org/aymericzip/intlayer-next-14-template?file=intlayer.config.ts"
43
43
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
44
- title="Demo CodeSandbox Intlayer"
44
+ title="Demo CodeSandbox - Intlayer"
45
45
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
46
46
  loading="lazy"
47
47
  />
@@ -52,7 +52,7 @@ history:
52
52
  <iframe
53
53
  src="https://intlayer-next-14-template.vercel.app"
54
54
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
55
- title="Demo intlayer-next-14-template"
55
+ title="Demo - intlayer-next-14-template"
56
56
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
57
57
  loading="lazy"
58
58
  />
@@ -78,7 +78,7 @@ With Intlayer, you can:
78
78
  <iframe
79
79
  src="https://intlayer-nuxt-4-template.vercel.app"
80
80
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
81
- title="Demo intlayer-nuxt-4-template"
81
+ title="Demo - intlayer-nuxt-4-template"
82
82
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
83
83
  loading="lazy"
84
84
  />
@@ -50,7 +50,7 @@ history:
50
50
  <iframe
51
51
  src="https://intlayer-react-native.vercel.app"
52
52
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
53
- title="Demo intlayer-react-native-template"
53
+ title="Demo - intlayer-react-native-template"
54
54
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
55
55
  loading="lazy"
56
56
  />
@@ -128,7 +128,7 @@ bun x intlayer init
128
128
  <iframe
129
129
  src="https://intlayer-react-router-v7.vercel.app"
130
130
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
131
- title="Demo intlayer-react-router-v7-template"
131
+ title="Demo - intlayer-react-router-v7-template"
132
132
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
133
133
  loading="lazy"
134
134
  />
@@ -85,7 +85,7 @@ With Intlayer, you can:
85
85
  <iframe
86
86
  src="https://intlayer-react-router-v7-fs-routes.vercel.app"
87
87
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
88
- title="Demo intlayer-react-router-v7-fs-routes-template"
88
+ title="Demo - intlayer-react-router-v7-fs-routes-template"
89
89
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
90
90
  loading="lazy"
91
91
  />
@@ -2,7 +2,7 @@
2
2
  createdAt: 2026-03-20
3
3
  updatedAt: 2026-05-06
4
4
  title: How to set up Intlayer with Storybook
5
- description: Learn how to make your design system multilingual using Intlayer with Storybook compile content declarations, add a locale switcher, and preview your components in any language.
5
+ description: Learn how to make your design system multilingual using Intlayer with Storybook - compile content declarations, add a locale switcher, and preview your components in any language.
6
6
  keywords:
7
7
  - Internationalization
8
8
  - Documentation
@@ -33,7 +33,7 @@ history:
33
33
 
34
34
  ## What is Intlayer?
35
35
 
36
- **Intlayer** is an innovative, open-source internationalization (i18n) library designed to simplify multilingual support in modern web applications. It works at the **component level** each component owns its content declarations keeping translations co-located with the code that uses them.
36
+ **Intlayer** is an innovative, open-source internationalization (i18n) library designed to simplify multilingual support in modern web applications. It works at the **component level** - each component owns its content declarations - keeping translations co-located with the code that uses them.
37
37
 
38
38
  With Intlayer you can:
39
39
 
@@ -83,9 +83,9 @@ bun add vite-intlayer --dev
83
83
 
84
84
  | Package | Role |
85
85
  | ---------------- | ------------------------------------------------------------ |
86
- | `intlayer` | Core config, content compilation, CLI |
87
- | `react-intlayer` | React bindings `IntlayerProvider`, `useIntlayer` hook |
88
- | `vite-intlayer` | Vite plugin watches and compiles content declaration files |
86
+ | `intlayer` | Core - config, content compilation, CLI |
87
+ | `react-intlayer` | React bindings - `IntlayerProvider`, `useIntlayer` hook |
88
+ | `vite-intlayer` | Vite plugin - watches and compiles content declaration files |
89
89
 
90
90
  ---
91
91
 
@@ -291,7 +291,7 @@ export default config;
291
291
 
292
292
  ### Step 4: Add the `IntlayerProvider` Decorator and a Locale Toolbar
293
293
 
294
- Same as the Vite setup add the decorator and global locale type in `.storybook/preview.tsx`:
294
+ Same as the Vite setup - add the decorator and global locale type in `.storybook/preview.tsx`:
295
295
 
296
296
  ```tsx fileName=".storybook/preview.tsx" codeFormat="typescript"
297
297
  import type { Preview, StoryContext } from "@storybook/react";
@@ -411,7 +411,7 @@ const meta: Meta<typeof CopyButton> = {
411
411
  export default meta;
412
412
  type Story = StoryObj<typeof CopyButton>;
413
413
 
414
- /** Default story switch the locale in the toolbar to preview translations. */
414
+ /** Default story - switch the locale in the toolbar to preview translations. */
415
415
  export const Default: Story = {
416
416
  args: {
417
417
  content: "npm install intlayer react-intlayer",
@@ -47,7 +47,7 @@ history:
47
47
  <iframe
48
48
  src="https://intlayer-sveltekit-template.vercel.app"
49
49
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
50
- title="Demo intlayer-sveltekit-template"
50
+ title="Demo - intlayer-sveltekit-template"
51
51
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
52
52
  loading="lazy"
53
53
  />
@@ -79,7 +79,7 @@ With Intlayer, you can:
79
79
  <iframe
80
80
  src="https://intlayer-tanstack-start-solid.vercel.app"
81
81
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
82
- title="Demo intlayer-tanstack-start-solid-template"
82
+ title="Demo - intlayer-tanstack-start-solid-template"
83
83
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
84
84
  loading="lazy"
85
85
  />