@intlayer/docs 7.5.8 → 7.5.10

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 (529) hide show
  1. package/README.md +9 -2
  2. package/dist/cjs/generated/docs.entry.cjs +38 -0
  3. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  4. package/dist/esm/generated/docs.entry.mjs +38 -0
  5. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  6. package/dist/types/generated/docs.entry.d.ts +2 -0
  7. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  8. package/docs/ar/cli/index.md +6 -1
  9. package/docs/ar/cli/init.md +84 -0
  10. package/docs/ar/cli/push.md +1 -1
  11. package/docs/ar/configuration.md +3 -3
  12. package/docs/ar/interest_of_intlayer.md +1 -1
  13. package/docs/ar/intlayer_CMS.md +5 -5
  14. package/docs/ar/intlayer_with_angular.md +5 -2
  15. package/docs/ar/intlayer_with_astro.md +5 -2
  16. package/docs/ar/intlayer_with_create_react_app.md +5 -2
  17. package/docs/ar/intlayer_with_express.md +6 -2
  18. package/docs/ar/intlayer_with_fastify.md +516 -0
  19. package/docs/ar/intlayer_with_lynx+react.md +5 -2
  20. package/docs/ar/intlayer_with_nestjs.md +5 -2
  21. package/docs/ar/intlayer_with_next-i18next.md +1 -1
  22. package/docs/ar/intlayer_with_next-intl.md +1 -1
  23. package/docs/ar/intlayer_with_nextjs_14.md +1 -1
  24. package/docs/ar/intlayer_with_nextjs_15.md +5 -2
  25. package/docs/ar/intlayer_with_nextjs_16.md +5 -2
  26. package/docs/ar/intlayer_with_nextjs_page_router.md +5 -2
  27. package/docs/ar/intlayer_with_nuxt.md +1 -1
  28. package/docs/ar/intlayer_with_react_native+expo.md +5 -2
  29. package/docs/ar/intlayer_with_react_router_v7.md +5 -2
  30. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +5 -2
  31. package/docs/ar/intlayer_with_svelte_kit.md +5 -2
  32. package/docs/ar/intlayer_with_tanstack.md +5 -2
  33. package/docs/ar/intlayer_with_vite+preact.md +5 -2
  34. package/docs/ar/intlayer_with_vite+react.md +5 -2
  35. package/docs/ar/intlayer_with_vite+solid.md +5 -2
  36. package/docs/ar/intlayer_with_vite+svelte.md +5 -2
  37. package/docs/ar/intlayer_with_vite+vue.md +5 -2
  38. package/docs/ar/readme.md +1 -1
  39. package/docs/de/cli/index.md +6 -1
  40. package/docs/de/cli/init.md +92 -0
  41. package/docs/de/cli/push.md +1 -1
  42. package/docs/de/configuration.md +3 -3
  43. package/docs/de/interest_of_intlayer.md +1 -1
  44. package/docs/de/intlayer_CMS.md +5 -5
  45. package/docs/de/intlayer_with_angular.md +5 -2
  46. package/docs/de/intlayer_with_astro.md +5 -2
  47. package/docs/de/intlayer_with_create_react_app.md +1 -1
  48. package/docs/de/intlayer_with_express.md +6 -2
  49. package/docs/de/intlayer_with_fastify.md +449 -0
  50. package/docs/de/intlayer_with_lynx+react.md +5 -2
  51. package/docs/de/intlayer_with_nestjs.md +5 -2
  52. package/docs/de/intlayer_with_next-i18next.md +1 -1
  53. package/docs/de/intlayer_with_next-intl.md +1 -1
  54. package/docs/de/intlayer_with_nextjs_14.md +1 -1
  55. package/docs/de/intlayer_with_nextjs_15.md +5 -2
  56. package/docs/de/intlayer_with_nextjs_16.md +5 -2
  57. package/docs/de/intlayer_with_nextjs_page_router.md +5 -2
  58. package/docs/de/intlayer_with_nuxt.md +1 -1
  59. package/docs/de/intlayer_with_react_native+expo.md +5 -2
  60. package/docs/de/intlayer_with_react_router_v7.md +5 -2
  61. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +5 -2
  62. package/docs/de/intlayer_with_svelte_kit.md +5 -2
  63. package/docs/de/intlayer_with_tanstack.md +5 -2
  64. package/docs/de/intlayer_with_vite+preact.md +5 -2
  65. package/docs/de/intlayer_with_vite+react.md +5 -2
  66. package/docs/de/intlayer_with_vite+solid.md +5 -2
  67. package/docs/de/intlayer_with_vite+svelte.md +5 -2
  68. package/docs/de/intlayer_with_vite+vue.md +5 -2
  69. package/docs/de/readme.md +1 -1
  70. package/docs/en/cli/index.md +6 -1
  71. package/docs/en/cli/init.md +84 -0
  72. package/docs/en/cli/push.md +1 -1
  73. package/docs/en/configuration.md +3 -3
  74. package/docs/en/interest_of_intlayer.md +1 -1
  75. package/docs/en/intlayer_CMS.md +5 -5
  76. package/docs/en/intlayer_with_angular.md +5 -2
  77. package/docs/en/intlayer_with_astro.md +5 -2
  78. package/docs/en/intlayer_with_create_react_app.md +5 -2
  79. package/docs/en/intlayer_with_express.md +6 -2
  80. package/docs/en/intlayer_with_fastify.md +439 -0
  81. package/docs/en/intlayer_with_lynx+react.md +5 -2
  82. package/docs/en/intlayer_with_nestjs.md +5 -2
  83. package/docs/en/intlayer_with_next-i18next.md +1 -1
  84. package/docs/en/intlayer_with_next-intl.md +1 -1
  85. package/docs/en/intlayer_with_nextjs_14.md +5 -2
  86. package/docs/en/intlayer_with_nextjs_15.md +5 -2
  87. package/docs/en/intlayer_with_nextjs_16.md +5 -2
  88. package/docs/en/intlayer_with_nextjs_page_router.md +5 -2
  89. package/docs/en/intlayer_with_nuxt.md +5 -2
  90. package/docs/en/intlayer_with_react_native+expo.md +5 -2
  91. package/docs/en/intlayer_with_react_router_v7.md +5 -2
  92. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +5 -2
  93. package/docs/en/intlayer_with_svelte_kit.md +5 -2
  94. package/docs/en/intlayer_with_tanstack.md +5 -2
  95. package/docs/en/intlayer_with_vite+preact.md +5 -2
  96. package/docs/en/intlayer_with_vite+react.md +5 -2
  97. package/docs/en/intlayer_with_vite+solid.md +5 -2
  98. package/docs/en/intlayer_with_vite+svelte.md +5 -2
  99. package/docs/en/intlayer_with_vite+vue.md +5 -2
  100. package/docs/en/readme.md +3 -1
  101. package/docs/en-GB/cli/index.md +6 -1
  102. package/docs/en-GB/cli/init.md +89 -0
  103. package/docs/en-GB/cli/push.md +1 -1
  104. package/docs/en-GB/configuration.md +3 -3
  105. package/docs/en-GB/interest_of_intlayer.md +1 -1
  106. package/docs/en-GB/intlayer_CMS.md +5 -5
  107. package/docs/en-GB/intlayer_with_angular.md +5 -2
  108. package/docs/en-GB/intlayer_with_astro.md +5 -2
  109. package/docs/en-GB/intlayer_with_create_react_app.md +5 -2
  110. package/docs/en-GB/intlayer_with_express.md +6 -2
  111. package/docs/en-GB/intlayer_with_fastify.md +445 -0
  112. package/docs/en-GB/intlayer_with_lynx+react.md +5 -2
  113. package/docs/en-GB/intlayer_with_nestjs.md +5 -2
  114. package/docs/en-GB/intlayer_with_next-i18next.md +1 -1
  115. package/docs/en-GB/intlayer_with_next-intl.md +1 -1
  116. package/docs/en-GB/intlayer_with_nextjs_14.md +5 -2
  117. package/docs/en-GB/intlayer_with_nextjs_15.md +5 -2
  118. package/docs/en-GB/intlayer_with_nextjs_16.md +5 -2
  119. package/docs/en-GB/intlayer_with_nextjs_page_router.md +5 -2
  120. package/docs/en-GB/intlayer_with_nuxt.md +1 -1
  121. package/docs/en-GB/intlayer_with_react_native+expo.md +5 -2
  122. package/docs/en-GB/intlayer_with_react_router_v7.md +5 -2
  123. package/docs/en-GB/intlayer_with_react_router_v7_fs_routes.md +5 -2
  124. package/docs/en-GB/intlayer_with_svelte_kit.md +5 -2
  125. package/docs/en-GB/intlayer_with_tanstack.md +5 -2
  126. package/docs/en-GB/intlayer_with_vite+preact.md +5 -2
  127. package/docs/en-GB/intlayer_with_vite+react.md +5 -2
  128. package/docs/en-GB/intlayer_with_vite+solid.md +5 -2
  129. package/docs/en-GB/intlayer_with_vite+svelte.md +5 -2
  130. package/docs/en-GB/intlayer_with_vite+vue.md +5 -2
  131. package/docs/en-GB/readme.md +3 -1
  132. package/docs/es/cli/index.md +6 -1
  133. package/docs/es/cli/init.md +84 -0
  134. package/docs/es/cli/push.md +1 -1
  135. package/docs/es/configuration.md +3 -3
  136. package/docs/es/interest_of_intlayer.md +1 -1
  137. package/docs/es/intlayer_CMS.md +5 -5
  138. package/docs/es/intlayer_with_angular.md +5 -2
  139. package/docs/es/intlayer_with_astro.md +5 -2
  140. package/docs/es/intlayer_with_create_react_app.md +5 -2
  141. package/docs/es/intlayer_with_express.md +6 -2
  142. package/docs/es/intlayer_with_fastify.md +480 -0
  143. package/docs/es/intlayer_with_lynx+react.md +5 -2
  144. package/docs/es/intlayer_with_nestjs.md +5 -2
  145. package/docs/es/intlayer_with_next-i18next.md +1 -1
  146. package/docs/es/intlayer_with_next-intl.md +1 -1
  147. package/docs/es/intlayer_with_nextjs_14.md +5 -2
  148. package/docs/es/intlayer_with_nextjs_15.md +5 -2
  149. package/docs/es/intlayer_with_nextjs_16.md +5 -2
  150. package/docs/es/intlayer_with_nextjs_page_router.md +5 -2
  151. package/docs/es/intlayer_with_nuxt.md +1 -1
  152. package/docs/es/intlayer_with_react_native+expo.md +5 -2
  153. package/docs/es/intlayer_with_react_router_v7.md +5 -2
  154. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +5 -2
  155. package/docs/es/intlayer_with_svelte_kit.md +5 -2
  156. package/docs/es/intlayer_with_tanstack.md +5 -2
  157. package/docs/es/intlayer_with_vite+preact.md +5 -2
  158. package/docs/es/intlayer_with_vite+react.md +5 -2
  159. package/docs/es/intlayer_with_vite+solid.md +5 -2
  160. package/docs/es/intlayer_with_vite+svelte.md +5 -2
  161. package/docs/es/intlayer_with_vite+vue.md +5 -2
  162. package/docs/es/readme.md +1 -1
  163. package/docs/fr/cli/index.md +6 -1
  164. package/docs/fr/cli/init.md +84 -0
  165. package/docs/fr/cli/push.md +1 -1
  166. package/docs/fr/configuration.md +3 -3
  167. package/docs/fr/interest_of_intlayer.md +1 -1
  168. package/docs/fr/intlayer_CMS.md +5 -5
  169. package/docs/fr/intlayer_with_angular.md +5 -2
  170. package/docs/fr/intlayer_with_astro.md +5 -2
  171. package/docs/fr/intlayer_with_create_react_app.md +5 -2
  172. package/docs/fr/intlayer_with_express.md +6 -2
  173. package/docs/fr/intlayer_with_fastify.md +439 -0
  174. package/docs/fr/intlayer_with_lynx+react.md +5 -2
  175. package/docs/fr/intlayer_with_nestjs.md +5 -2
  176. package/docs/fr/intlayer_with_next-i18next.md +1 -1
  177. package/docs/fr/intlayer_with_next-intl.md +1 -1
  178. package/docs/fr/intlayer_with_nextjs_14.md +1 -1
  179. package/docs/fr/intlayer_with_nextjs_15.md +5 -2
  180. package/docs/fr/intlayer_with_nextjs_16.md +5 -2
  181. package/docs/fr/intlayer_with_nextjs_page_router.md +5 -2
  182. package/docs/fr/intlayer_with_nuxt.md +1 -1
  183. package/docs/fr/intlayer_with_react_native+expo.md +5 -2
  184. package/docs/fr/intlayer_with_react_router_v7.md +5 -2
  185. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +5 -2
  186. package/docs/fr/intlayer_with_svelte_kit.md +5 -2
  187. package/docs/fr/intlayer_with_tanstack.md +5 -2
  188. package/docs/fr/intlayer_with_vite+preact.md +5 -2
  189. package/docs/fr/intlayer_with_vite+react.md +5 -2
  190. package/docs/fr/intlayer_with_vite+solid.md +5 -2
  191. package/docs/fr/intlayer_with_vite+svelte.md +5 -2
  192. package/docs/fr/intlayer_with_vite+vue.md +5 -2
  193. package/docs/fr/readme.md +1 -1
  194. package/docs/hi/cli/index.md +6 -1
  195. package/docs/hi/cli/init.md +92 -0
  196. package/docs/hi/cli/push.md +1 -1
  197. package/docs/hi/configuration.md +3 -3
  198. package/docs/hi/interest_of_intlayer.md +1 -1
  199. package/docs/hi/intlayer_CMS.md +5 -5
  200. package/docs/hi/intlayer_with_angular.md +5 -2
  201. package/docs/hi/intlayer_with_astro.md +5 -2
  202. package/docs/hi/intlayer_with_create_react_app.md +1 -1
  203. package/docs/hi/intlayer_with_express.md +6 -2
  204. package/docs/hi/intlayer_with_fastify.md +540 -0
  205. package/docs/hi/intlayer_with_lynx+react.md +5 -2
  206. package/docs/hi/intlayer_with_nestjs.md +5 -2
  207. package/docs/hi/intlayer_with_next-i18next.md +1 -1
  208. package/docs/hi/intlayer_with_next-intl.md +1 -1
  209. package/docs/hi/intlayer_with_nextjs_14.md +1 -1
  210. package/docs/hi/intlayer_with_nextjs_15.md +5 -2
  211. package/docs/hi/intlayer_with_nextjs_16.md +5 -2
  212. package/docs/hi/intlayer_with_nextjs_page_router.md +5 -2
  213. package/docs/hi/intlayer_with_nuxt.md +1 -1
  214. package/docs/hi/intlayer_with_react_native+expo.md +5 -2
  215. package/docs/hi/intlayer_with_react_router_v7.md +5 -2
  216. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +5 -2
  217. package/docs/hi/intlayer_with_svelte_kit.md +5 -2
  218. package/docs/hi/intlayer_with_tanstack.md +5 -2
  219. package/docs/hi/intlayer_with_vite+preact.md +5 -2
  220. package/docs/hi/intlayer_with_vite+react.md +5 -2
  221. package/docs/hi/intlayer_with_vite+solid.md +5 -2
  222. package/docs/hi/intlayer_with_vite+svelte.md +5 -2
  223. package/docs/hi/intlayer_with_vite+vue.md +5 -2
  224. package/docs/hi/readme.md +1 -1
  225. package/docs/id/cli/index.md +6 -1
  226. package/docs/id/cli/init.md +89 -0
  227. package/docs/id/cli/push.md +1 -1
  228. package/docs/id/configuration.md +3 -3
  229. package/docs/id/interest_of_intlayer.md +1 -1
  230. package/docs/id/intlayer_CMS.md +5 -5
  231. package/docs/id/intlayer_with_angular.md +5 -2
  232. package/docs/id/intlayer_with_astro.md +5 -2
  233. package/docs/id/intlayer_with_create_react_app.md +5 -2
  234. package/docs/id/intlayer_with_express.md +6 -2
  235. package/docs/id/intlayer_with_fastify.md +470 -0
  236. package/docs/id/intlayer_with_lynx+react.md +5 -2
  237. package/docs/id/intlayer_with_nestjs.md +5 -2
  238. package/docs/id/intlayer_with_next-i18next.md +1 -1
  239. package/docs/id/intlayer_with_next-intl.md +1 -1
  240. package/docs/id/intlayer_with_nextjs_14.md +5 -2
  241. package/docs/id/intlayer_with_nextjs_15.md +5 -2
  242. package/docs/id/intlayer_with_nextjs_16.md +5 -2
  243. package/docs/id/intlayer_with_nextjs_page_router.md +5 -2
  244. package/docs/id/intlayer_with_nuxt.md +1 -1
  245. package/docs/id/intlayer_with_react_native+expo.md +5 -2
  246. package/docs/id/intlayer_with_react_router_v7.md +5 -2
  247. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +5 -2
  248. package/docs/id/intlayer_with_svelte_kit.md +5 -2
  249. package/docs/id/intlayer_with_tanstack.md +5 -2
  250. package/docs/id/intlayer_with_vite+preact.md +5 -2
  251. package/docs/id/intlayer_with_vite+react.md +5 -2
  252. package/docs/id/intlayer_with_vite+solid.md +5 -2
  253. package/docs/id/intlayer_with_vite+svelte.md +5 -2
  254. package/docs/id/intlayer_with_vite+vue.md +5 -2
  255. package/docs/id/readme.md +1 -1
  256. package/docs/it/cli/index.md +6 -1
  257. package/docs/it/cli/init.md +97 -0
  258. package/docs/it/cli/push.md +1 -1
  259. package/docs/it/configuration.md +3 -3
  260. package/docs/it/interest_of_intlayer.md +1 -1
  261. package/docs/it/intlayer_CMS.md +5 -5
  262. package/docs/it/intlayer_with_angular.md +5 -2
  263. package/docs/it/intlayer_with_astro.md +5 -2
  264. package/docs/it/intlayer_with_create_react_app.md +5 -2
  265. package/docs/it/intlayer_with_express.md +6 -2
  266. package/docs/it/intlayer_with_fastify.md +445 -0
  267. package/docs/it/intlayer_with_lynx+react.md +5 -2
  268. package/docs/it/intlayer_with_nestjs.md +5 -2
  269. package/docs/it/intlayer_with_next-i18next.md +1 -1
  270. package/docs/it/intlayer_with_next-intl.md +1 -1
  271. package/docs/it/intlayer_with_nextjs_14.md +1 -1
  272. package/docs/it/intlayer_with_nextjs_15.md +5 -2
  273. package/docs/it/intlayer_with_nextjs_16.md +5 -2
  274. package/docs/it/intlayer_with_nextjs_page_router.md +5 -2
  275. package/docs/it/intlayer_with_nuxt.md +1 -1
  276. package/docs/it/intlayer_with_react_native+expo.md +5 -2
  277. package/docs/it/intlayer_with_react_router_v7.md +5 -2
  278. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +5 -2
  279. package/docs/it/intlayer_with_svelte_kit.md +5 -2
  280. package/docs/it/intlayer_with_tanstack.md +5 -2
  281. package/docs/it/intlayer_with_vite+preact.md +5 -2
  282. package/docs/it/intlayer_with_vite+react.md +5 -2
  283. package/docs/it/intlayer_with_vite+solid.md +5 -2
  284. package/docs/it/intlayer_with_vite+svelte.md +5 -2
  285. package/docs/it/intlayer_with_vite+vue.md +5 -2
  286. package/docs/it/readme.md +1 -1
  287. package/docs/ja/cli/index.md +6 -1
  288. package/docs/ja/cli/init.md +84 -0
  289. package/docs/ja/cli/push.md +1 -1
  290. package/docs/ja/configuration.md +3 -3
  291. package/docs/ja/interest_of_intlayer.md +1 -1
  292. package/docs/ja/intlayer_CMS.md +5 -5
  293. package/docs/ja/intlayer_with_angular.md +5 -2
  294. package/docs/ja/intlayer_with_astro.md +5 -2
  295. package/docs/ja/intlayer_with_create_react_app.md +5 -2
  296. package/docs/ja/intlayer_with_express.md +6 -2
  297. package/docs/ja/intlayer_with_fastify.md +516 -0
  298. package/docs/ja/intlayer_with_lynx+react.md +5 -2
  299. package/docs/ja/intlayer_with_nestjs.md +5 -2
  300. package/docs/ja/intlayer_with_nextjs_14.md +5 -2
  301. package/docs/ja/intlayer_with_nextjs_15.md +5 -2
  302. package/docs/ja/intlayer_with_nextjs_16.md +4 -1
  303. package/docs/ja/intlayer_with_nextjs_page_router.md +5 -2
  304. package/docs/ja/intlayer_with_nuxt.md +1 -1
  305. package/docs/ja/intlayer_with_react_native+expo.md +5 -2
  306. package/docs/ja/intlayer_with_react_router_v7.md +5 -2
  307. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +5 -2
  308. package/docs/ja/intlayer_with_svelte_kit.md +5 -2
  309. package/docs/ja/intlayer_with_tanstack.md +5 -2
  310. package/docs/ja/intlayer_with_vite+preact.md +5 -2
  311. package/docs/ja/intlayer_with_vite+react.md +5 -2
  312. package/docs/ja/intlayer_with_vite+solid.md +5 -2
  313. package/docs/ja/intlayer_with_vite+svelte.md +5 -2
  314. package/docs/ja/intlayer_with_vite+vue.md +5 -2
  315. package/docs/ja/readme.md +1 -1
  316. package/docs/ko/cli/index.md +6 -1
  317. package/docs/ko/cli/init.md +92 -0
  318. package/docs/ko/cli/push.md +1 -1
  319. package/docs/ko/configuration.md +3 -3
  320. package/docs/ko/interest_of_intlayer.md +1 -1
  321. package/docs/ko/intlayer_CMS.md +5 -5
  322. package/docs/ko/intlayer_with_angular.md +5 -2
  323. package/docs/ko/intlayer_with_astro.md +5 -2
  324. package/docs/ko/intlayer_with_create_react_app.md +5 -2
  325. package/docs/ko/intlayer_with_express.md +6 -2
  326. package/docs/ko/intlayer_with_fastify.md +463 -0
  327. package/docs/ko/intlayer_with_lynx+react.md +5 -2
  328. package/docs/ko/intlayer_with_nestjs.md +5 -2
  329. package/docs/ko/intlayer_with_nextjs_14.md +5 -2
  330. package/docs/ko/intlayer_with_nextjs_15.md +5 -2
  331. package/docs/ko/intlayer_with_nextjs_16.md +4 -1
  332. package/docs/ko/intlayer_with_nextjs_page_router.md +5 -2
  333. package/docs/ko/intlayer_with_nuxt.md +1 -1
  334. package/docs/ko/intlayer_with_react_native+expo.md +5 -2
  335. package/docs/ko/intlayer_with_react_router_v7.md +5 -2
  336. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +5 -2
  337. package/docs/ko/intlayer_with_svelte_kit.md +5 -2
  338. package/docs/ko/intlayer_with_tanstack.md +5 -2
  339. package/docs/ko/intlayer_with_vite+preact.md +5 -2
  340. package/docs/ko/intlayer_with_vite+react.md +5 -2
  341. package/docs/ko/intlayer_with_vite+solid.md +5 -2
  342. package/docs/ko/intlayer_with_vite+svelte.md +4 -1
  343. package/docs/ko/intlayer_with_vite+vue.md +5 -2
  344. package/docs/ko/readme.md +1 -1
  345. package/docs/pl/cli/index.md +6 -1
  346. package/docs/pl/cli/init.md +92 -0
  347. package/docs/pl/cli/push.md +1 -1
  348. package/docs/pl/configuration.md +3 -3
  349. package/docs/pl/interest_of_intlayer.md +1 -1
  350. package/docs/pl/intlayer_CMS.md +5 -5
  351. package/docs/pl/intlayer_with_angular.md +5 -2
  352. package/docs/pl/intlayer_with_astro.md +6 -3
  353. package/docs/pl/intlayer_with_create_react_app.md +5 -2
  354. package/docs/pl/intlayer_with_express.md +6 -2
  355. package/docs/pl/intlayer_with_fastify.md +457 -0
  356. package/docs/pl/intlayer_with_lynx+react.md +5 -2
  357. package/docs/pl/intlayer_with_nestjs.md +5 -2
  358. package/docs/pl/intlayer_with_next-i18next.md +1 -1
  359. package/docs/pl/intlayer_with_next-intl.md +1 -1
  360. package/docs/pl/intlayer_with_nextjs_14.md +5 -2
  361. package/docs/pl/intlayer_with_nextjs_15.md +5 -2
  362. package/docs/pl/intlayer_with_nextjs_16.md +5 -2
  363. package/docs/pl/intlayer_with_nextjs_page_router.md +5 -2
  364. package/docs/pl/intlayer_with_nuxt.md +1 -1
  365. package/docs/pl/intlayer_with_react_native+expo.md +5 -2
  366. package/docs/pl/intlayer_with_react_router_v7.md +5 -2
  367. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +5 -2
  368. package/docs/pl/intlayer_with_svelte_kit.md +5 -2
  369. package/docs/pl/intlayer_with_tanstack.md +5 -2
  370. package/docs/pl/intlayer_with_vite+preact.md +5 -2
  371. package/docs/pl/intlayer_with_vite+react.md +5 -2
  372. package/docs/pl/intlayer_with_vite+solid.md +5 -2
  373. package/docs/pl/intlayer_with_vite+svelte.md +5 -2
  374. package/docs/pl/intlayer_with_vite+vue.md +5 -2
  375. package/docs/pl/readme.md +1 -1
  376. package/docs/pt/cli/index.md +6 -1
  377. package/docs/pt/cli/init.md +92 -0
  378. package/docs/pt/cli/push.md +1 -1
  379. package/docs/pt/configuration.md +3 -3
  380. package/docs/pt/interest_of_intlayer.md +1 -1
  381. package/docs/pt/intlayer_CMS.md +5 -5
  382. package/docs/pt/intlayer_with_angular.md +5 -2
  383. package/docs/pt/intlayer_with_astro.md +5 -2
  384. package/docs/pt/intlayer_with_create_react_app.md +5 -2
  385. package/docs/pt/intlayer_with_express.md +6 -2
  386. package/docs/pt/intlayer_with_fastify.md +502 -0
  387. package/docs/pt/intlayer_with_lynx+react.md +5 -2
  388. package/docs/pt/intlayer_with_nestjs.md +5 -2
  389. package/docs/pt/intlayer_with_next-i18next.md +1 -1
  390. package/docs/pt/intlayer_with_next-intl.md +1 -1
  391. package/docs/pt/intlayer_with_nextjs_14.md +1 -1
  392. package/docs/pt/intlayer_with_nextjs_15.md +5 -2
  393. package/docs/pt/intlayer_with_nextjs_16.md +5 -2
  394. package/docs/pt/intlayer_with_nextjs_page_router.md +5 -2
  395. package/docs/pt/intlayer_with_nuxt.md +1 -1
  396. package/docs/pt/intlayer_with_react_native+expo.md +5 -2
  397. package/docs/pt/intlayer_with_react_router_v7.md +5 -2
  398. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +5 -2
  399. package/docs/pt/intlayer_with_svelte_kit.md +5 -2
  400. package/docs/pt/intlayer_with_tanstack.md +5 -2
  401. package/docs/pt/intlayer_with_vite+preact.md +5 -2
  402. package/docs/pt/intlayer_with_vite+react.md +5 -2
  403. package/docs/pt/intlayer_with_vite+solid.md +5 -2
  404. package/docs/pt/intlayer_with_vite+svelte.md +5 -2
  405. package/docs/pt/intlayer_with_vite+vue.md +5 -2
  406. package/docs/pt/readme.md +1 -1
  407. package/docs/ru/cli/index.md +6 -1
  408. package/docs/ru/cli/init.md +92 -0
  409. package/docs/ru/cli/push.md +1 -1
  410. package/docs/ru/configuration.md +3 -3
  411. package/docs/ru/interest_of_intlayer.md +1 -1
  412. package/docs/ru/intlayer_CMS.md +5 -5
  413. package/docs/ru/intlayer_with_angular.md +5 -2
  414. package/docs/ru/intlayer_with_astro.md +5 -2
  415. package/docs/ru/intlayer_with_create_react_app.md +5 -2
  416. package/docs/ru/intlayer_with_express.md +6 -2
  417. package/docs/ru/intlayer_with_fastify.md +468 -0
  418. package/docs/ru/intlayer_with_lynx+react.md +5 -2
  419. package/docs/ru/intlayer_with_nestjs.md +5 -2
  420. package/docs/ru/intlayer_with_next-i18next.md +1 -1
  421. package/docs/ru/intlayer_with_next-intl.md +1 -1
  422. package/docs/ru/intlayer_with_nextjs_14.md +1 -1
  423. package/docs/ru/intlayer_with_nextjs_15.md +5 -2
  424. package/docs/ru/intlayer_with_nextjs_16.md +5 -2
  425. package/docs/ru/intlayer_with_nextjs_page_router.md +5 -2
  426. package/docs/ru/intlayer_with_nuxt.md +1 -1
  427. package/docs/ru/intlayer_with_react_native+expo.md +5 -2
  428. package/docs/ru/intlayer_with_react_router_v7.md +5 -2
  429. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +5 -2
  430. package/docs/ru/intlayer_with_svelte_kit.md +5 -2
  431. package/docs/ru/intlayer_with_tanstack.md +5 -2
  432. package/docs/ru/intlayer_with_vite+preact.md +5 -2
  433. package/docs/ru/intlayer_with_vite+react.md +5 -2
  434. package/docs/ru/intlayer_with_vite+solid.md +5 -2
  435. package/docs/ru/intlayer_with_vite+svelte.md +5 -2
  436. package/docs/ru/intlayer_with_vite+vue.md +5 -2
  437. package/docs/ru/readme.md +1 -1
  438. package/docs/tr/cli/index.md +6 -1
  439. package/docs/tr/cli/init.md +89 -0
  440. package/docs/tr/cli/push.md +1 -1
  441. package/docs/tr/configuration.md +3 -3
  442. package/docs/tr/interest_of_intlayer.md +1 -1
  443. package/docs/tr/intlayer_CMS.md +5 -5
  444. package/docs/tr/intlayer_with_angular.md +5 -2
  445. package/docs/tr/intlayer_with_astro.md +5 -2
  446. package/docs/tr/intlayer_with_create_react_app.md +5 -2
  447. package/docs/tr/intlayer_with_express.md +6 -2
  448. package/docs/tr/intlayer_with_fastify.md +471 -0
  449. package/docs/tr/intlayer_with_lynx+react.md +5 -2
  450. package/docs/tr/intlayer_with_nestjs.md +5 -2
  451. package/docs/tr/intlayer_with_next-i18next.md +1 -1
  452. package/docs/tr/intlayer_with_next-intl.md +1 -1
  453. package/docs/tr/intlayer_with_nextjs_14.md +5 -2
  454. package/docs/tr/intlayer_with_nextjs_15.md +5 -2
  455. package/docs/tr/intlayer_with_nextjs_16.md +5 -2
  456. package/docs/tr/intlayer_with_nextjs_page_router.md +5 -2
  457. package/docs/tr/intlayer_with_nuxt.md +1 -1
  458. package/docs/tr/intlayer_with_react_native+expo.md +5 -2
  459. package/docs/tr/intlayer_with_react_router_v7.md +5 -2
  460. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +5 -2
  461. package/docs/tr/intlayer_with_svelte_kit.md +5 -2
  462. package/docs/tr/intlayer_with_tanstack.md +5 -2
  463. package/docs/tr/intlayer_with_vite+preact.md +5 -2
  464. package/docs/tr/intlayer_with_vite+react.md +5 -2
  465. package/docs/tr/intlayer_with_vite+solid.md +5 -2
  466. package/docs/tr/intlayer_with_vite+svelte.md +5 -2
  467. package/docs/tr/intlayer_with_vite+vue.md +5 -2
  468. package/docs/tr/readme.md +1 -1
  469. package/docs/vi/cli/index.md +6 -1
  470. package/docs/vi/cli/init.md +84 -0
  471. package/docs/vi/cli/push.md +1 -1
  472. package/docs/vi/configuration.md +3 -3
  473. package/docs/vi/interest_of_intlayer.md +1 -1
  474. package/docs/vi/intlayer_CMS.md +5 -5
  475. package/docs/vi/intlayer_with_angular.md +5 -2
  476. package/docs/vi/intlayer_with_astro.md +5 -2
  477. package/docs/vi/intlayer_with_create_react_app.md +5 -2
  478. package/docs/vi/intlayer_with_express.md +6 -2
  479. package/docs/vi/intlayer_with_fastify.md +490 -0
  480. package/docs/vi/intlayer_with_lynx+react.md +5 -2
  481. package/docs/vi/intlayer_with_nestjs.md +5 -2
  482. package/docs/vi/intlayer_with_next-i18next.md +1 -1
  483. package/docs/vi/intlayer_with_next-intl.md +1 -1
  484. package/docs/vi/intlayer_with_nextjs_14.md +5 -2
  485. package/docs/vi/intlayer_with_nextjs_15.md +5 -2
  486. package/docs/vi/intlayer_with_nextjs_16.md +5 -2
  487. package/docs/vi/intlayer_with_nextjs_page_router.md +5 -2
  488. package/docs/vi/intlayer_with_nuxt.md +1 -1
  489. package/docs/vi/intlayer_with_react_native+expo.md +5 -2
  490. package/docs/vi/intlayer_with_react_router_v7.md +5 -2
  491. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +5 -2
  492. package/docs/vi/intlayer_with_svelte_kit.md +5 -2
  493. package/docs/vi/intlayer_with_tanstack.md +5 -2
  494. package/docs/vi/intlayer_with_vite+preact.md +5 -2
  495. package/docs/vi/intlayer_with_vite+react.md +5 -2
  496. package/docs/vi/intlayer_with_vite+solid.md +5 -2
  497. package/docs/vi/intlayer_with_vite+svelte.md +5 -2
  498. package/docs/vi/intlayer_with_vite+vue.md +5 -2
  499. package/docs/vi/readme.md +1 -1
  500. package/docs/zh/cli/index.md +6 -1
  501. package/docs/zh/cli/init.md +84 -0
  502. package/docs/zh/cli/push.md +1 -1
  503. package/docs/zh/configuration.md +3 -3
  504. package/docs/zh/interest_of_intlayer.md +1 -1
  505. package/docs/zh/intlayer_CMS.md +5 -5
  506. package/docs/zh/intlayer_with_angular.md +5 -2
  507. package/docs/zh/intlayer_with_astro.md +5 -2
  508. package/docs/zh/intlayer_with_create_react_app.md +5 -2
  509. package/docs/zh/intlayer_with_express.md +6 -2
  510. package/docs/zh/intlayer_with_fastify.md +451 -0
  511. package/docs/zh/intlayer_with_lynx+react.md +5 -2
  512. package/docs/zh/intlayer_with_nestjs.md +5 -2
  513. package/docs/zh/intlayer_with_nextjs_14.md +5 -2
  514. package/docs/zh/intlayer_with_nextjs_15.md +5 -2
  515. package/docs/zh/intlayer_with_nextjs_16.md +4 -1
  516. package/docs/zh/intlayer_with_nextjs_page_router.md +5 -2
  517. package/docs/zh/intlayer_with_react_native+expo.md +5 -2
  518. package/docs/zh/intlayer_with_react_router_v7.md +5 -2
  519. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +5 -2
  520. package/docs/zh/intlayer_with_svelte_kit.md +4 -1
  521. package/docs/zh/intlayer_with_tanstack.md +5 -2
  522. package/docs/zh/intlayer_with_vite+preact.md +5 -2
  523. package/docs/zh/intlayer_with_vite+react.md +4 -1
  524. package/docs/zh/intlayer_with_vite+solid.md +5 -2
  525. package/docs/zh/intlayer_with_vite+svelte.md +4 -1
  526. package/docs/zh/intlayer_with_vite+vue.md +5 -2
  527. package/docs/zh/readme.md +1 -1
  528. package/package.json +6 -6
  529. package/src/generated/docs.entry.ts +38 -0
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-09-09
3
- updatedAt: 2025-12-11
4
- title: How to translate your Tanstack Start app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Tanstack Start app – i18n guide 2026
5
5
  description: Learn how to add internationalisation (i18n) to your Tanstack Start application using Intlayer. Follow this comprehensive guide to make your app multilingual with locale-aware routing.
6
6
  keywords:
7
7
  - Internationalisation
@@ -19,6 +19,9 @@ slugs:
19
19
  applicationTemplate: https://github.com/aymericzip/intlayer-tanstack-start-template
20
20
  youtubeVideo: https://www.youtube.com/watch?v=_XTdKVWaeqg
21
21
  history:
22
+ - version: 7.5.9
23
+ date: 2025-12-30
24
+ changes: Add init command
22
25
  - version: 7.4.0
23
26
  date: 2025-12-11
24
27
  changes: Introduce validatePrefix and add step 14: Handling 404 pages with localized routes.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-06-29
4
- title: How to translate your Vite and Preact app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Vite and Preact app – i18n guide 2026
5
5
  description: Discover how to make your Vite and Preact website multilingual. Follow the documentation to internationalise (i18n) and translate it.
6
6
  keywords:
7
7
  - Internationalisation
@@ -16,6 +16,9 @@ slugs:
16
16
  - vite-and-preact
17
17
  applicationTemplate: https://github.com/aymericzip/intlayer-vite-preact-template
18
18
  history:
19
+ - version: 7.5.9
20
+ date: 2025-12-30
21
+ changes: Add init command
19
22
  - version: 5.5.10
20
23
  date: 2025-06-29
21
24
  changes: Init history
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2024-03-07
3
- updatedAt: 2025-12-10
4
- title: How to translate your Vite and React app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Vite and React app – i18n guide 2026
5
5
  description: Learn how to add internationalisation (i18n) to your Vite and React application using Intlayer. Follow this guide to make your app multilingual.
6
6
  keywords:
7
7
  - Internationalisation
@@ -18,6 +18,9 @@ slugs:
18
18
  applicationTemplate: https://github.com/aymericzip/intlayer-vite-react-template
19
19
  youtubeVideo: https://www.youtube.com/watch?v=dS9L7uJeak4
20
20
  history:
21
+ - version: 7.5.9
22
+ date: 2025-12-30
23
+ changes: Add init command
21
24
  - version: 5.5.10
22
25
  date: 2025-06-29
23
26
  changes: Init history
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-06-29
4
- title: How to translate your Vite and Solid app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Vite and Solid app – i18n guide 2026
5
5
  description: Discover how to make your Vite and Solid website multilingual. Follow the documentation to internationalise (i18n) and translate it.
6
6
  keywords:
7
7
  - Internationalisation
@@ -16,6 +16,9 @@ slugs:
16
16
  - vite-and-solid
17
17
  # applicationTemplate: https://github.com/aymericzip/intlayer-vite-solid-template
18
18
  history:
19
+ - version: 7.5.9
20
+ date: 2025-12-30
21
+ changes: Add init command
19
22
  - version: 5.5.10
20
23
  date: 2025-06-29
21
24
  changes: Init history
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-11-19
4
- title: How to translate your Vite and Svelte app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Vite and Svelte app – i18n guide 2026
5
5
  description: Discover how to make your Vite and Svelte website multilingual. Follow the documentation to internationalise (i18n) and translate it.
6
6
  keywords:
7
7
  - Internationalisation
@@ -16,6 +16,9 @@ slugs:
16
16
  - vite-and-svelte
17
17
  applicationTemplate: https://github.com/aymericzip/intlayer-vite-svelte-template
18
18
  history:
19
+ - version: 7.5.9
20
+ date: 2025-12-30
21
+ changes: Add init command
19
22
  - version: 5.5.11
20
23
  date: 2025-11-19
21
24
  changes: Update doc
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-06-29
4
- title: How to translate your Vite and Vue app – i18n guide 2025
3
+ updatedAt: 2025-12-30
4
+ title: How to translate your Vite and Vue app – i18n guide 2026
5
5
  description: Discover how to make your Vite and Vue website multilingual. Follow the documentation to internationalise (i18n) and translate it.
6
6
  keywords:
7
7
  - Internationalisation
@@ -17,6 +17,9 @@ slugs:
17
17
  applicationTemplate: https://github.com/aymericzip/intlayer-vite-vue-template
18
18
  youtubeVideo: https://www.youtube.com/watch?v=IE3XWkZ6a5U
19
19
  history:
20
+ - version: 7.5.9
21
+ date: 2025-12-30
22
+ changes: Add init command
20
23
  - version: 5.5.10
21
24
  date: 2025-06-29
22
25
  changes: Init history
@@ -50,7 +50,7 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
50
50
  | Feature | Description |
51
51
  | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
52
52
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/frameworks.png?raw=true" alt="Feature" width="700"> | **Cross-Framework Support**<br><br>Intlayer is compatible with all major frameworks and libraries, including Next.js, React, Vite, Vue.js, Nuxt, Preact, Express, and more. |
53
- | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/javascript_content_management.png?raw=true" alt="Feature" width="700"> | **JavaScript-Powered Content Management**<br><br>Harness the flexibility of JavaScript to define and manage your content efficiently. <br><br> - [Content declaration](https://intlayer.org/doc/concept/content) |
53
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/javascript_content_management.jpg?raw=true" alt="Feature" width="700"> | **JavaScript-Powered Content Management**<br><br>Harness the flexibility of JavaScript to define and manage your content efficiently. <br><br> - [Content declaration](https://intlayer.org/doc/concept/content) |
54
54
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/per_locale_content_declaration_file.png?raw=true" alt="Feature" width="700"> | **Per-Locale Content Declaration File**<br><br>Accelerate your development by declaring your content once, prior to auto-generation.<br><br> - [Per-Locale Content Declaration File](https://intlayer.org/doc/concept/per-locale-file) |
55
55
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/autocompletion.png?raw=true" alt="Feature" width="700"> | **Type-Safe Environment**<br><br>Utilise TypeScript to ensure your content definitions and code are error-free, while also benefiting from IDE autocompletion.<br><br> - [TypeScript configuration](https://intlayer.org/doc/environment/vite-and-react#configure-typescript) |
56
56
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/config_file.png?raw=true" alt="Feature" width="700"> | **Simplified Setup**<br><br>Get up and running quickly with minimal configuration. Adjust settings for internationalisation, routing, AI, build, and content handling with ease. <br><br> - [Explore Next.js integration](https://intlayer.org/doc/environment/nextjs) |
@@ -254,6 +254,8 @@ You can also follow us on:
254
254
 
255
255
  For more detailed guidelines on contributing to this project, please refer to the [`CONTRIBUTING.md`](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md) file. It contains essential information on our development process, commit message conventions, and release procedures. Your contributions are valuable to us, and we appreciate your efforts in making this project better!
256
256
 
257
+ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https://gitlab.com/ay.pineau/intlayer), or [Bitbucket](https://bitbucket.org/intlayer/intlayer/).
258
+
257
259
  ### Thank You for the Support
258
260
 
259
261
  If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project!
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-08-11
3
- updatedAt: 2025-11-22
3
+ updatedAt: 2025-12-30
4
4
  title: CLI
5
5
  description: Descubre cómo usar el CLI de Intlayer para gestionar tu sitio web multilingüe. Sigue los pasos en esta documentación en línea para configurar tu proyecto en pocos minutos.
6
6
  keywords:
@@ -17,6 +17,9 @@ slugs:
17
17
  - concept
18
18
  - cli
19
19
  history:
20
+ - version: 7.5.9
21
+ date: 2025-12-30
22
+ changes: Añadir comando init
20
23
  - version: 7.2.3
21
24
  date: 2025-11-22
22
25
  changes: Añadir comando transform
@@ -131,6 +134,7 @@ Para ver cómo configurar los locales disponibles u otros parámetros, consulta
131
134
 
132
135
  ### Configuración
133
136
 
137
+ - **[Inicializar Intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/cli/init.md)** - Configurar Intlayer en tu proyecto con configuración automática
134
138
  - **[Gestionar Configuración](https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/cli/configuration.md)** - Obtener y enviar tu configuración de Intlayer al CMS
135
139
 
136
140
  ### Gestión de Documentación
@@ -152,6 +156,7 @@ Para ver cómo configurar los locales disponibles u otros parámetros, consulta
152
156
 
153
157
  ```json fileName="package.json"
154
158
  "scripts": {
159
+ "intlayer:init": "npx intlayer init",
155
160
  "intlayer:login": "npx intlayer login",
156
161
  "intlayer:build": "npx intlayer build",
157
162
  "intlayer:watch": "npx intlayer build --watch",
@@ -0,0 +1,84 @@
1
+ ---
2
+ createdAt: 2025-12-30
3
+ updatedAt: 2025-12-30
4
+ title: Inicializar Intlayer
5
+ description: Aprende a inicializar Intlayer en tu proyecto.
6
+ keywords:
7
+ - Inicializar
8
+ - CLI
9
+ - Intlayer
10
+ - AI
11
+ slugs:
12
+ - doc
13
+ - concept
14
+ - cli
15
+ - init
16
+ history:
17
+ - version: 7.5.9
18
+ date: 2025-12-30
19
+ changes: Agregar comando init
20
+ ---
21
+
22
+ # Inicializar Intlayer
23
+
24
+ ```bash
25
+ npx intlayer init
26
+ ```
27
+
28
+ El comando `init` configura Intlayer automáticamente en tu proyecto ajustando los archivos y la configuración necesarios. Es la forma recomendada para comenzar con Intlayer.
29
+
30
+ ## Alias:
31
+
32
+ - `npx intlayer init`
33
+
34
+ ## Argumentos:
35
+
36
+ - `--project-root [projectRoot]` - Opcional. Especifica el directorio raíz del proyecto. Si no se proporciona, el comando buscará el directorio raíz del proyecto empezando desde el directorio de trabajo actual.
37
+
38
+ ## Qué hace:
39
+
40
+ The `init` command performs the following setup tasks:
41
+
42
+ 1. **Valida la estructura del proyecto** - Asegura que estés en un directorio de proyecto válido con un archivo `package.json`
43
+ 2. **Actualiza `.gitignore`** - Agrega `.intlayer` a tu archivo `.gitignore` para excluir archivos generados del control de versiones
44
+ 3. **Configura TypeScript** - Actualiza todos los archivos `tsconfig.json` para incluir las definiciones de tipos de Intlayer (`.intlayer/**/*.ts`)
45
+ 4. **Crea archivo de configuración** - Genera un `intlayer.config.ts` (para proyectos TypeScript) o `intlayer.config.mjs` (para proyectos JavaScript) con la configuración por defecto
46
+ 5. **Actualiza la configuración de Vite** - Si se detecta un archivo de configuración de Vite, añade la importación del plugin `vite-intlayer`
47
+ 6. **Actualiza la configuración de Next.js** - Si se detecta un archivo de configuración de Next.js, agrega la importación del plugin `next-intlayer`
48
+
49
+ ## Ejemplos:
50
+
51
+ ### Inicialización básica:
52
+
53
+ ```bash
54
+ npx intlayer init
55
+ ```
56
+
57
+ Esto inicializará Intlayer en el directorio actual, detectando automáticamente la raíz del proyecto.
58
+
59
+ ### Inicializar con raíz de proyecto personalizada:
60
+
61
+ ```bash
62
+ npx intlayer init --project-root ./my-project
63
+ ```
64
+
65
+ Esto inicializará Intlayer en el directorio especificado.
66
+
67
+ ## Ejemplo de salida:
68
+
69
+ ```bash
70
+ npx intlayer init
71
+ Comprobando la configuración de Intlayer...
72
+ ✓ Agregado .intlayer a .gitignore
73
+ ✓ Actualizado tsconfig.json para incluir los tipos de Intlayer
74
+ Creado intlayer.config.ts
75
+ ✓ Inyectada la importación en vite.config.ts
76
+ ✓ Inicialización de Intlayer completada.
77
+ ```
78
+
79
+ ## Notas:
80
+
81
+ - El comando es idempotente - puedes ejecutarlo varias veces de forma segura. Omitirá los pasos que ya estén configurados.
82
+ - Si ya existe un archivo de configuración, no será sobrescrito.
83
+ - Se omiten los archivos de configuración de TypeScript que no tienen un `include` array (p. ej., configuraciones solution-style con referencias).
84
+ - El comando finalizará con un error si no se encuentra un `package.json` en la raíz del proyecto.
@@ -23,7 +23,7 @@ slugs:
23
23
  npx intlayer dictionary push
24
24
  ```
25
25
 
26
- Si el [editor de intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/intlayer_visual_editor.md) está instalado, también puedes empujar diccionarios al editor. Este comando permitirá que los diccionarios estén disponibles para [el editor](https://intlayer.org/dashboard). De esta manera, puedes compartir tus diccionarios con tu equipo y editar tu contenido sin modificar el código de tu aplicación.
26
+ Si el [editor de intlayer](https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/intlayer_visual_editor.md) está instalado, también puedes empujar diccionarios al editor. Este comando permitirá que los diccionarios estén disponibles para [el editor](https://app.intlayer.org/). De esta manera, puedes compartir tus diccionarios con tu equipo y editar tu contenido sin modificar el código de tu aplicación.
27
27
 
28
28
  ## Alias:
29
29
 
@@ -242,14 +242,14 @@ Define configuraciones relacionadas con el editor integrado, incluyendo el puert
242
242
  - **clientId**:
243
243
  - _Tipo_: `string` | `undefined`
244
244
  - _Por defecto_: `undefined`
245
- - _Descripción_: clientId y clientSecret permiten que los paquetes de intlayer se autentiquen con el backend utilizando la autenticación oAuth2. Un token de acceso se usa para autenticar al usuario relacionado con el proyecto. Para obtener un token de acceso, visite https://intlayer.org/dashboard/project y cree una cuenta.
245
+ - _Descripción_: clientId y clientSecret permiten que los paquetes de intlayer se autentiquen con el backend utilizando la autenticación oAuth2. Un token de acceso se usa para autenticar al usuario relacionado con el proyecto. Para obtener un token de acceso, visite https://app.intlayer.org/project y cree una cuenta.
246
246
  - _Ejemplo_: `true`
247
247
  - _Nota_: Importante: El clientId y clientSecret deben mantenerse en secreto y no compartirse públicamente. Asegúrese de guardarlos en un lugar seguro, como variables de entorno.
248
248
 
249
249
  - **clientSecret**:
250
250
  - _Tipo_: `string` | `undefined`
251
251
  - _Por defecto_: `undefined`
252
- - _Descripción_: clientId y clientSecret permiten que los paquetes de intlayer se autentiquen con el backend utilizando la autenticación oAuth2. Se utiliza un token de acceso para autenticar al usuario relacionado con el proyecto. Para obtener un token de acceso, vaya a https://intlayer.org/dashboard/project y cree una cuenta.
252
+ - _Descripción_: clientId y clientSecret permiten que los paquetes de intlayer se autentiquen con el backend utilizando la autenticación oAuth2. Se utiliza un token de acceso para autenticar al usuario relacionado con el proyecto. Para obtener un token de acceso, vaya a https://app.intlayer.org/project y cree una cuenta.
253
253
  - _Ejemplo_: `true`
254
254
  - _Nota_: Importante: El clientId y clientSecret deben mantenerse en secreto y no compartirse públicamente. Por favor, asegúrese de mantenerlos en un lugar seguro, como variables de entorno.
255
255
 
@@ -465,7 +465,7 @@ Configuraciones que controlan el logger, incluyendo el prefijo a usar.
465
465
 
466
466
  Configuraciones que controlan las funciones de IA de Intlayer, incluyendo el proveedor, modelo y clave API.
467
467
 
468
- Esta configuración es opcional si estás registrado en el [Panel de Control de Intlayer](https://intlayer.org/dashboard/project) usando una clave de acceso. Intlayer gestionará automáticamente la solución de IA más eficiente y rentable para tus necesidades. Usar las opciones predeterminadas asegura un mejor mantenimiento a largo plazo, ya que Intlayer se actualiza continuamente para usar los modelos más relevantes.
468
+ Esta configuración es opcional si estás registrado en el [Panel de Control de Intlayer](https://app.intlayer.org/project) usando una clave de acceso. Intlayer gestionará automáticamente la solución de IA más eficiente y rentable para tus necesidades. Usar las opciones predeterminadas asegura un mejor mantenimiento a largo plazo, ya que Intlayer se actualiza continuamente para usar los modelos más relevantes.
469
469
 
470
470
  Si prefieres usar tu propia clave API o un modelo específico, puedes definir tu configuración personalizada de IA.
471
471
  Esta configuración de IA se utilizará globalmente en todo su entorno Intlayer. Los comandos CLI usarán estas configuraciones como valores predeterminados para los comandos (por ejemplo, `fill`), así como el SDK, el Editor Visual y el CMS. Puede anular estos valores predeterminados para casos de uso específicos utilizando parámetros de comando.
@@ -225,7 +225,7 @@ Este enfoque te permite:
225
225
  | Funcionalidad | Descripción |
226
226
  | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
227
227
  | ![Característica](https://github.com/aymericzip/intlayer/blob/main/docs/assets/frameworks.png?raw=true) | **Compatibilidad entre Frameworks**<br><br>Intlayer es compatible con todos los principales frameworks y bibliotecas, incluyendo Next.js, React, Vite, Vue.js, Nuxt, Preact, Express y más. |
228
- | ![Característica](https://github.com/aymericzip/intlayer/blob/main/docs/assets/javascript_content_management.png?raw=true) | **Gestión de Contenido Potenciada por JavaScript**<br><br>Aprovecha la flexibilidad de JavaScript para definir y gestionar tu contenido de manera eficiente. <br><br> - [Declaración de contenido](https://intlayer.org/doc/concept/content) |
228
+ | ![Característica](https://github.com/aymericzip/intlayer/blob/main/docs/assets/javascript_content_management.jpg?raw=true) | **Gestión de Contenido Potenciada por JavaScript**<br><br>Aprovecha la flexibilidad de JavaScript para definir y gestionar tu contenido de manera eficiente. <br><br> - [Declaración de contenido](https://intlayer.org/doc/concept/content) |
229
229
  | ![Característica](https://github.com/aymericzip/intlayer/blob/main/docs/assets/per_locale_content_declaration_file.png?raw=true) | **Archivo de Declaración de Contenido por Localidad**<br><br>Acelera tu desarrollo declarando tu contenido una vez, antes de la generación automática.<br><br> - [Archivo de Declaración de Contenido por Localidad](https://intlayer.org/doc/concept/per-locale-file) |
230
230
  | ![Característica](https://github.com/aymericzip/intlayer/blob/main/docs/assets/autocompletion.png?raw=true) | **Entorno con Tipos Seguros**<br><br>Aprovecha TypeScript para asegurar que tus definiciones de contenido y código estén libres de errores, además de beneficiarte de la autocompletación en el IDE.<br><br> - [Configuración de TypeScript](https://intlayer.org/doc/environment/vite-and-react#configure-typescript) |
231
231
  | ![Feature](https://github.com/aymericzip/intlayer/blob/main/docs/assets/config_file.png?raw=true) | **Configuración Simplificada**<br><br>Pon en marcha rápidamente con una configuración mínima. Ajusta fácilmente los ajustes para internacionalización, enrutamiento, IA, compilación y manejo de contenido.<br><br> - [Explora la integración con Next.js](https://intlayer.org/doc/environment/nextjs) |
@@ -92,7 +92,7 @@ const config: IntlayerConfig = {
92
92
  *
93
93
  * El ID de cliente y el secreto de cliente son necesarios para habilitar el editor.
94
94
  * Permiten identificar al usuario que está editando el contenido.
95
- * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://intlayer.org/dashboard/projects).
95
+ * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://app.intlayer.org/projects).
96
96
  * clientId: process.env.INTLAYER_CLIENT_ID,
97
97
  * clientSecret: process.env.INTLAYER_CLIENT_SECRET,
98
98
  */
@@ -142,7 +142,7 @@ const config = {
142
142
  *
143
143
  * El ID de cliente y el secreto de cliente son necesarios para habilitar el editor.
144
144
  * Permiten identificar al usuario que está editando el contenido.
145
- * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://intlayer.org/dashboard/projects).
145
+ * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://app.intlayer.org/projects).
146
146
  * clientId: process.env.INTLAYER_CLIENT_ID,
147
147
  * clientSecret: process.env.INTLAYER_CLIENT_SECRET,
148
148
  */
@@ -192,7 +192,7 @@ const config = {
192
192
  *
193
193
  * El ID de cliente y el secreto de cliente son necesarios para habilitar el editor.
194
194
  * Permiten identificar al usuario que está editando el contenido.
195
- * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://intlayer.org/dashboard/projects).
195
+ * Se pueden obtener creando un nuevo cliente en el Panel de Intlayer - Proyectos (https://app.intlayer.org/projects).
196
196
  * clientId: process.env.INTLAYER_CLIENT_ID,
197
197
  * clientSecret: process.env.INTLAYER_CLIENT_SECRET,
198
198
  */
@@ -224,7 +224,7 @@ const config = {
224
224
  module.exports = config;
225
225
  ```
226
226
 
227
- > Si no tienes un ID de cliente y un secreto de cliente, puedes obtenerlos creando un nuevo cliente en el [Panel de Intlayer - Proyectos](https://intlayer.org/dashboard/projects).
227
+ > Si no tienes un ID de cliente y un secreto de cliente, puedes obtenerlos creando un nuevo cliente en el [Panel de Intlayer - Proyectos](https://app.intlayer.org/projects).
228
228
 
229
229
  > Para ver todos los parámetros disponibles, consulta la [documentación de configuración](https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/configuration.md).
230
230
 
@@ -264,7 +264,7 @@ Este comando sube tus diccionarios de contenido inicial, haciéndolos disponible
264
264
 
265
265
  ### Editar el diccionario
266
266
 
267
- Luego podrás ver y gestionar tu diccionario en el [Intlayer CMS](https://intlayer.org/dashboard/content).
267
+ Luego podrás ver y gestionar tu diccionario en el [Intlayer CMS](https://app.intlayer.org/content).
268
268
 
269
269
  ## Sincronización en vivo
270
270
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-06-29
4
- title: Cómo traducir tu Angular – guía i18n 2025
3
+ updatedAt: 2025-12-30
4
+ title: Cómo traducir tu Angular – guía i18n 2026
5
5
  description: Descubre cómo hacer que tu sitio web con Angular sea multilingüe. Sigue la documentación para internacionalizarlo (i18n) y traducirlo.
6
6
  keywords:
7
7
  - Internacionalización
@@ -15,6 +15,9 @@ slugs:
15
15
  - angular
16
16
  # applicationTemplate: https://github.com/aymericzip/intlayer-angular-template
17
17
  history:
18
+ - version: 7.5.9
19
+ date: 2025-12-30
20
+ changes: Agregar comando init
18
21
  - version: 5.5.10
19
22
  date: 2025-06-29
20
23
  changes: Historial inicial
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2024-03-07
3
- updatedAt: 2025-10-03
4
- title: Cómo traducir tu Astro – guía i18n 2025
3
+ updatedAt: 2025-12-30
4
+ title: Cómo traducir tu Astro – guía i18n 2026
5
5
  description: Aprende cómo agregar internacionalización (i18n) a tu sitio web Astro usando Intlayer. Sigue esta guía para hacer tu sitio multilingüe.
6
6
  keywords:
7
7
  - Internacionalización
@@ -17,6 +17,9 @@ slugs:
17
17
  - astro
18
18
  applicationTemplate: https://github.com/aymericzip/intlayer-astro-template
19
19
  history:
20
+ - version: 7.5.9
21
+ date: 2025-12-30
22
+ changes: Agregar comando init
20
23
  - version: 6.2.0
21
24
  date: 2025-10-03
22
25
  changes: Actualización para integración con Astro, configuración, uso
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2024-08-11
3
- updatedAt: 2025-06-29
4
- title: Cómo traducir tu Create React App – guía i18n 2025
3
+ updatedAt: 2025-12-30
4
+ title: Cómo traducir tu Create React App – guía i18n 2026
5
5
  description: Descubre cómo hacer que tu sitio web de Create React App (CRA) sea multilingüe. Sigue la documentación para internacionalizar (i18n) y traducirlo.
6
6
  keywords:
7
7
  - Internacionalización
@@ -17,6 +17,9 @@ slugs:
17
17
  - create-react-app
18
18
  applicationTemplate: https://github.com/aymericzip/intlayer-react-cra-template
19
19
  history:
20
+ - version: 7.5.9
21
+ date: 2025-12-30
22
+ changes: Agregar comando init
20
23
  - version: 5.5.10
21
24
  date: 2025-06-29
22
25
  changes: Historial inicial
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  createdAt: 2024-08-11
3
- updatedAt: 2025-06-29
4
- title: Cómo traducir tu Express backend – guía i18n 2025
3
+ updatedAt: 2025-12-30
4
+ title: Cómo traducir tu Express backend – guía i18n 2026
5
5
  description: Descubre cómo hacer que tu backend de Express sea multilingüe. Sigue la documentación para internacionalizar (i18n) y traducirlo.
6
6
  keywords:
7
7
  - Internacionalización
@@ -14,7 +14,11 @@ slugs:
14
14
  - doc
15
15
  - environment
16
16
  - express
17
+ applicationTemplate: https://github.com/aymericzip/intlayer-express-template
17
18
  history:
19
+ - version: 7.5.9
20
+ date: 2025-12-30
21
+ changes: Agregar comando init
18
22
  - version: 5.5.10
19
23
  date: 2025-06-29
20
24
  changes: Historial inicial