@intlayer/docs 8.3.0 → 8.3.2

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 (360) hide show
  1. package/blog/ar/i18n_using_next-i18next.md +1 -0
  2. package/blog/en-GB/next-i18next_vs_next-intl_vs_intlayer.md +0 -29
  3. package/blog/uk/internationalization_and_SEO.md +1 -1
  4. package/docs/ar/compiler.md +84 -49
  5. package/docs/ar/configuration.md +82 -58
  6. package/docs/ar/intlayer_with_analog.md +2 -2
  7. package/docs/ar/intlayer_with_angular.md +2 -2
  8. package/docs/ar/intlayer_with_astro.md +2 -2
  9. package/docs/ar/intlayer_with_lynx+react.md +2 -2
  10. package/docs/ar/intlayer_with_nextjs_16.md +174 -1
  11. package/docs/ar/intlayer_with_nextjs_compiler.md +174 -1
  12. package/docs/ar/intlayer_with_nextjs_no_locale_path.md +4 -7
  13. package/docs/ar/intlayer_with_react_native+expo.md +2 -2
  14. package/docs/ar/intlayer_with_react_router_v7.md +224 -1
  15. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +225 -1
  16. package/docs/ar/intlayer_with_svelte_kit.md +175 -2
  17. package/docs/ar/intlayer_with_tanstack.md +176 -1
  18. package/docs/ar/intlayer_with_vite+preact.md +176 -3
  19. package/docs/ar/intlayer_with_vite+react.md +174 -1
  20. package/docs/ar/intlayer_with_vite+solid.md +176 -3
  21. package/docs/ar/intlayer_with_vite+svelte.md +176 -3
  22. package/docs/ar/intlayer_with_vite+vue.md +178 -5
  23. package/docs/ar/vs_code_extension.md +1 -1
  24. package/docs/de/compiler.md +83 -48
  25. package/docs/de/configuration.md +417 -214
  26. package/docs/de/intlayer_with_analog.md +2 -2
  27. package/docs/de/intlayer_with_angular.md +2 -2
  28. package/docs/de/intlayer_with_astro.md +2 -2
  29. package/docs/de/intlayer_with_lynx+react.md +2 -2
  30. package/docs/de/intlayer_with_nextjs_16.md +176 -1
  31. package/docs/de/intlayer_with_nextjs_compiler.md +106 -349
  32. package/docs/de/intlayer_with_react_native+expo.md +2 -2
  33. package/docs/de/intlayer_with_react_router_v7.md +225 -2
  34. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +221 -79
  35. package/docs/de/intlayer_with_svelte_kit.md +158 -2
  36. package/docs/de/intlayer_with_tanstack.md +159 -1
  37. package/docs/de/intlayer_with_vite+preact.md +159 -3
  38. package/docs/de/intlayer_with_vite+react.md +157 -1
  39. package/docs/de/intlayer_with_vite+solid.md +161 -5
  40. package/docs/de/intlayer_with_vite+svelte.md +159 -3
  41. package/docs/de/intlayer_with_vite+vue.md +159 -3
  42. package/docs/de/vs_code_extension.md +1 -1
  43. package/docs/en/compiler.md +60 -33
  44. package/docs/en/configuration.md +82 -77
  45. package/docs/en/intlayer_with_analog.md +1 -1
  46. package/docs/en/intlayer_with_angular.md +1 -1
  47. package/docs/en/intlayer_with_astro.md +1 -1
  48. package/docs/en/intlayer_with_lynx+react.md +1 -1
  49. package/docs/en/intlayer_with_nextjs_16.md +176 -0
  50. package/docs/en/intlayer_with_nextjs_compiler.md +179 -1
  51. package/docs/en/intlayer_with_react_native+expo.md +1 -1
  52. package/docs/en/intlayer_with_react_router_v7.md +159 -0
  53. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +159 -0
  54. package/docs/en/intlayer_with_svelte_kit.md +159 -0
  55. package/docs/en/intlayer_with_tanstack.md +160 -1
  56. package/docs/en/intlayer_with_vite+preact.md +160 -1
  57. package/docs/en/intlayer_with_vite+react.md +159 -0
  58. package/docs/en/intlayer_with_vite+solid.md +149 -28
  59. package/docs/en/intlayer_with_vite+svelte.md +160 -1
  60. package/docs/en/intlayer_with_vite+vue.md +143 -42
  61. package/docs/en/vs_code_extension.md +1 -1
  62. package/docs/en-GB/compiler.md +66 -34
  63. package/docs/en-GB/configuration.md +80 -57
  64. package/docs/en-GB/intlayer_with_analog.md +1 -1
  65. package/docs/en-GB/intlayer_with_angular.md +1 -1
  66. package/docs/en-GB/intlayer_with_astro.md +1 -1
  67. package/docs/en-GB/intlayer_with_lynx+react.md +1 -1
  68. package/docs/en-GB/intlayer_with_react_native+expo.md +1 -1
  69. package/docs/en-GB/intlayer_with_vite+preact.md +1 -1
  70. package/docs/en-GB/intlayer_with_vite+react.md +1 -1
  71. package/docs/en-GB/intlayer_with_vite+solid.md +1 -1
  72. package/docs/en-GB/intlayer_with_vite+svelte.md +1 -1
  73. package/docs/en-GB/intlayer_with_vite+vue.md +2 -2
  74. package/docs/en-GB/vs_code_extension.md +1 -1
  75. package/docs/es/compiler.md +83 -48
  76. package/docs/es/configuration.md +412 -208
  77. package/docs/es/intlayer_with_adonisjs.md +1 -1
  78. package/docs/es/intlayer_with_analog.md +2 -2
  79. package/docs/es/intlayer_with_angular.md +2 -2
  80. package/docs/es/intlayer_with_astro.md +2 -2
  81. package/docs/es/intlayer_with_express.md +1 -1
  82. package/docs/es/intlayer_with_fastify.md +1 -1
  83. package/docs/es/intlayer_with_hono.md +1 -1
  84. package/docs/es/intlayer_with_lynx+react.md +2 -2
  85. package/docs/es/intlayer_with_nestjs.md +1 -1
  86. package/docs/es/intlayer_with_nextjs_16.md +176 -3
  87. package/docs/es/intlayer_with_nextjs_compiler.md +175 -2
  88. package/docs/es/intlayer_with_nuxt.md +1 -1
  89. package/docs/es/intlayer_with_react_native+expo.md +2 -2
  90. package/docs/es/intlayer_with_react_router_v7.md +227 -4
  91. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +162 -4
  92. package/docs/es/intlayer_with_svelte_kit.md +158 -2
  93. package/docs/es/intlayer_with_tanstack.md +160 -2
  94. package/docs/es/intlayer_with_vite+preact.md +164 -8
  95. package/docs/es/intlayer_with_vite+react.md +160 -4
  96. package/docs/es/intlayer_with_vite+solid.md +165 -9
  97. package/docs/es/intlayer_with_vite+svelte.md +159 -3
  98. package/docs/es/intlayer_with_vite+vue.md +169 -13
  99. package/docs/es/vs_code_extension.md +1 -1
  100. package/docs/fr/compiler.md +81 -46
  101. package/docs/fr/configuration.md +351 -149
  102. package/docs/fr/intlayer_with_adonisjs.md +1 -1
  103. package/docs/fr/intlayer_with_analog.md +2 -2
  104. package/docs/fr/intlayer_with_angular.md +2 -2
  105. package/docs/fr/intlayer_with_astro.md +2 -2
  106. package/docs/fr/intlayer_with_express.md +1 -1
  107. package/docs/fr/intlayer_with_fastify.md +1 -1
  108. package/docs/fr/intlayer_with_hono.md +1 -1
  109. package/docs/fr/intlayer_with_lynx+react.md +2 -2
  110. package/docs/fr/intlayer_with_nestjs.md +1 -1
  111. package/docs/fr/intlayer_with_nextjs_16.md +183 -7
  112. package/docs/fr/intlayer_with_nextjs_compiler.md +179 -3
  113. package/docs/fr/intlayer_with_react_native+expo.md +2 -2
  114. package/docs/fr/intlayer_with_react_router_v7.md +229 -3
  115. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +237 -6
  116. package/docs/fr/intlayer_with_svelte_kit.md +158 -2
  117. package/docs/fr/intlayer_with_tanstack.md +159 -1
  118. package/docs/fr/intlayer_with_vite+preact.md +166 -10
  119. package/docs/fr/intlayer_with_vite+react.md +163 -7
  120. package/docs/fr/intlayer_with_vite+solid.md +165 -9
  121. package/docs/fr/intlayer_with_vite+svelte.md +159 -3
  122. package/docs/fr/intlayer_with_vite+vue.md +168 -12
  123. package/docs/fr/vs_code_extension.md +1 -1
  124. package/docs/hi/compiler.md +81 -46
  125. package/docs/hi/configuration.md +89 -65
  126. package/docs/hi/intlayer_with_analog.md +1 -1
  127. package/docs/hi/intlayer_with_angular.md +2 -2
  128. package/docs/hi/intlayer_with_astro.md +2 -2
  129. package/docs/hi/intlayer_with_lynx+react.md +2 -2
  130. package/docs/hi/intlayer_with_nextjs_16.md +174 -1
  131. package/docs/hi/intlayer_with_nextjs_compiler.md +174 -1
  132. package/docs/hi/intlayer_with_react_native+expo.md +2 -2
  133. package/docs/hi/intlayer_with_react_router_v7.md +224 -1
  134. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +225 -1
  135. package/docs/hi/intlayer_with_svelte_kit.md +158 -2
  136. package/docs/hi/intlayer_with_tanstack.md +159 -1
  137. package/docs/hi/intlayer_with_vite+preact.md +159 -3
  138. package/docs/hi/intlayer_with_vite+react.md +157 -1
  139. package/docs/hi/intlayer_with_vite+solid.md +159 -3
  140. package/docs/hi/intlayer_with_vite+svelte.md +159 -3
  141. package/docs/hi/intlayer_with_vite+vue.md +159 -3
  142. package/docs/hi/vs_code_extension.md +1 -1
  143. package/docs/id/compiler.md +84 -51
  144. package/docs/id/configuration.md +85 -65
  145. package/docs/id/intlayer_with_analog.md +2 -2
  146. package/docs/id/intlayer_with_angular.md +2 -2
  147. package/docs/id/intlayer_with_astro.md +2 -2
  148. package/docs/id/intlayer_with_lynx+react.md +2 -2
  149. package/docs/id/intlayer_with_nextjs_16.md +174 -1
  150. package/docs/id/intlayer_with_nextjs_compiler.md +174 -1
  151. package/docs/id/intlayer_with_react_native+expo.md +2 -2
  152. package/docs/id/intlayer_with_react_router_v7.md +224 -1
  153. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +225 -1
  154. package/docs/id/intlayer_with_svelte_kit.md +158 -2
  155. package/docs/id/intlayer_with_tanstack.md +159 -1
  156. package/docs/id/intlayer_with_vite+preact.md +159 -3
  157. package/docs/id/intlayer_with_vite+react.md +159 -3
  158. package/docs/id/intlayer_with_vite+solid.md +159 -3
  159. package/docs/id/intlayer_with_vite+svelte.md +159 -3
  160. package/docs/id/intlayer_with_vite+vue.md +159 -3
  161. package/docs/id/vs_code_extension.md +1 -1
  162. package/docs/it/compiler.md +81 -46
  163. package/docs/it/configuration.md +410 -208
  164. package/docs/it/intlayer_with_analog.md +2 -2
  165. package/docs/it/intlayer_with_angular.md +2 -2
  166. package/docs/it/intlayer_with_astro.md +2 -2
  167. package/docs/it/intlayer_with_lynx+react.md +2 -2
  168. package/docs/it/intlayer_with_nextjs_16.md +174 -1
  169. package/docs/it/intlayer_with_nextjs_compiler.md +174 -1
  170. package/docs/it/intlayer_with_react_native+expo.md +2 -2
  171. package/docs/it/intlayer_with_react_router_v7.md +225 -2
  172. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +226 -2
  173. package/docs/it/intlayer_with_svelte_kit.md +158 -2
  174. package/docs/it/intlayer_with_tanstack.md +159 -1
  175. package/docs/it/intlayer_with_vite+preact.md +159 -3
  176. package/docs/it/intlayer_with_vite+react.md +159 -3
  177. package/docs/it/intlayer_with_vite+solid.md +161 -5
  178. package/docs/it/intlayer_with_vite+svelte.md +159 -3
  179. package/docs/it/intlayer_with_vite+vue.md +161 -5
  180. package/docs/it/vs_code_extension.md +1 -1
  181. package/docs/ja/compiler.md +94 -58
  182. package/docs/ja/configuration.md +90 -66
  183. package/docs/ja/intlayer_with_analog.md +2 -2
  184. package/docs/ja/intlayer_with_angular.md +2 -2
  185. package/docs/ja/intlayer_with_astro.md +2 -2
  186. package/docs/ja/intlayer_with_lynx+react.md +2 -2
  187. package/docs/ja/intlayer_with_nextjs_16.md +174 -1
  188. package/docs/ja/intlayer_with_nextjs_compiler.md +174 -1
  189. package/docs/ja/intlayer_with_react_native+expo.md +2 -2
  190. package/docs/ja/intlayer_with_react_router_v7.md +184 -394
  191. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +226 -2
  192. package/docs/ja/intlayer_with_svelte_kit.md +119 -595
  193. package/docs/ja/intlayer_with_tanstack.md +131 -642
  194. package/docs/ja/intlayer_with_vite+preact.md +111 -1231
  195. package/docs/ja/intlayer_with_vite+react.md +129 -1304
  196. package/docs/ja/intlayer_with_vite+solid.md +161 -5
  197. package/docs/ja/intlayer_with_vite+svelte.md +159 -3
  198. package/docs/ja/intlayer_with_vite+vue.md +159 -3
  199. package/docs/ja/vs_code_extension.md +1 -1
  200. package/docs/ko/compiler.md +88 -52
  201. package/docs/ko/configuration.md +89 -65
  202. package/docs/ko/intlayer_with_analog.md +2 -2
  203. package/docs/ko/intlayer_with_angular.md +2 -2
  204. package/docs/ko/intlayer_with_astro.md +2 -2
  205. package/docs/ko/intlayer_with_lynx+react.md +2 -2
  206. package/docs/ko/intlayer_with_nextjs_16.md +174 -1
  207. package/docs/ko/intlayer_with_nextjs_compiler.md +174 -1
  208. package/docs/ko/intlayer_with_react_native+expo.md +2 -2
  209. package/docs/ko/intlayer_with_react_router_v7.md +225 -2
  210. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +226 -2
  211. package/docs/ko/intlayer_with_svelte_kit.md +158 -2
  212. package/docs/ko/intlayer_with_tanstack.md +159 -1
  213. package/docs/ko/intlayer_with_vite+preact.md +159 -3
  214. package/docs/ko/intlayer_with_vite+react.md +157 -1
  215. package/docs/ko/intlayer_with_vite+solid.md +161 -5
  216. package/docs/ko/intlayer_with_vite+svelte.md +159 -3
  217. package/docs/ko/intlayer_with_vite+vue.md +159 -3
  218. package/docs/ko/vs_code_extension.md +1 -1
  219. package/docs/pl/compiler.md +84 -51
  220. package/docs/pl/configuration.md +85 -57
  221. package/docs/pl/intlayer_with_analog.md +2 -2
  222. package/docs/pl/intlayer_with_angular.md +2 -2
  223. package/docs/pl/intlayer_with_astro.md +2 -2
  224. package/docs/pl/intlayer_with_lynx+react.md +2 -2
  225. package/docs/pl/intlayer_with_nextjs_16.md +174 -1
  226. package/docs/pl/intlayer_with_nextjs_compiler.md +174 -1
  227. package/docs/pl/intlayer_with_react_native+expo.md +2 -2
  228. package/docs/pl/intlayer_with_react_router_v7.md +224 -1
  229. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +225 -1
  230. package/docs/pl/intlayer_with_svelte_kit.md +158 -2
  231. package/docs/pl/intlayer_with_tanstack.md +159 -1
  232. package/docs/pl/intlayer_with_vite+preact.md +158 -2
  233. package/docs/pl/intlayer_with_vite+react.md +159 -3
  234. package/docs/pl/intlayer_with_vite+solid.md +159 -3
  235. package/docs/pl/intlayer_with_vite+svelte.md +159 -3
  236. package/docs/pl/intlayer_with_vite+vue.md +161 -5
  237. package/docs/pl/vs_code_extension.md +1 -1
  238. package/docs/pt/compiler.md +81 -46
  239. package/docs/pt/configuration.md +399 -199
  240. package/docs/pt/intlayer_with_analog.md +2 -2
  241. package/docs/pt/intlayer_with_angular.md +2 -2
  242. package/docs/pt/intlayer_with_astro.md +2 -2
  243. package/docs/pt/intlayer_with_lynx+react.md +2 -2
  244. package/docs/pt/intlayer_with_nextjs_16.md +174 -1
  245. package/docs/pt/intlayer_with_nextjs_compiler.md +174 -1
  246. package/docs/pt/intlayer_with_react_native+expo.md +2 -2
  247. package/docs/pt/intlayer_with_react_router_v7.md +224 -1
  248. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +225 -1
  249. package/docs/pt/intlayer_with_svelte_kit.md +158 -2
  250. package/docs/pt/intlayer_with_tanstack.md +159 -1
  251. package/docs/pt/intlayer_with_vite+preact.md +158 -2
  252. package/docs/pt/intlayer_with_vite+react.md +157 -1
  253. package/docs/pt/intlayer_with_vite+solid.md +159 -3
  254. package/docs/pt/intlayer_with_vite+svelte.md +159 -3
  255. package/docs/pt/intlayer_with_vite+vue.md +159 -3
  256. package/docs/pt/vs_code_extension.md +1 -1
  257. package/docs/ru/compiler.md +90 -57
  258. package/docs/ru/configuration.md +78 -67
  259. package/docs/ru/intlayer_with_analog.md +2 -2
  260. package/docs/ru/intlayer_with_angular.md +2 -2
  261. package/docs/ru/intlayer_with_astro.md +2 -2
  262. package/docs/ru/intlayer_with_lynx+react.md +2 -2
  263. package/docs/ru/intlayer_with_nextjs_16.md +174 -1
  264. package/docs/ru/intlayer_with_nextjs_compiler.md +174 -1
  265. package/docs/ru/intlayer_with_react_native+expo.md +2 -2
  266. package/docs/ru/intlayer_with_react_router_v7.md +224 -1
  267. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +225 -1
  268. package/docs/ru/intlayer_with_svelte_kit.md +158 -2
  269. package/docs/ru/intlayer_with_tanstack.md +159 -1
  270. package/docs/ru/intlayer_with_vite+preact.md +159 -3
  271. package/docs/ru/intlayer_with_vite+react.md +157 -1
  272. package/docs/ru/intlayer_with_vite+solid.md +159 -3
  273. package/docs/ru/intlayer_with_vite+svelte.md +159 -3
  274. package/docs/ru/intlayer_with_vite+vue.md +159 -3
  275. package/docs/ru/vs_code_extension.md +1 -1
  276. package/docs/tr/compiler.md +85 -52
  277. package/docs/tr/configuration.md +85 -61
  278. package/docs/tr/intlayer_with_analog.md +2 -2
  279. package/docs/tr/intlayer_with_angular.md +2 -2
  280. package/docs/tr/intlayer_with_astro.md +2 -2
  281. package/docs/tr/intlayer_with_lynx+react.md +2 -2
  282. package/docs/tr/intlayer_with_nextjs_16.md +174 -1
  283. package/docs/tr/intlayer_with_nextjs_compiler.md +174 -1
  284. package/docs/tr/intlayer_with_nextjs_no_locale_path.md +6 -14
  285. package/docs/tr/intlayer_with_react_native+expo.md +2 -2
  286. package/docs/tr/intlayer_with_react_router_v7.md +224 -1
  287. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +225 -1
  288. package/docs/tr/intlayer_with_svelte_kit.md +158 -2
  289. package/docs/tr/intlayer_with_tanstack.md +159 -1
  290. package/docs/tr/intlayer_with_vite+preact.md +159 -3
  291. package/docs/tr/intlayer_with_vite+react.md +159 -3
  292. package/docs/tr/intlayer_with_vite+solid.md +159 -3
  293. package/docs/tr/intlayer_with_vite+svelte.md +159 -3
  294. package/docs/tr/intlayer_with_vite+vue.md +159 -3
  295. package/docs/tr/vs_code_extension.md +1 -1
  296. package/docs/uk/compiler.md +96 -61
  297. package/docs/uk/configuration.md +85 -57
  298. package/docs/uk/intlayer_with_analog.md +2 -2
  299. package/docs/uk/intlayer_with_angular.md +2 -2
  300. package/docs/uk/intlayer_with_astro.md +2 -2
  301. package/docs/uk/intlayer_with_lynx+react.md +2 -2
  302. package/docs/uk/intlayer_with_nextjs_16.md +174 -1
  303. package/docs/uk/intlayer_with_nextjs_compiler.md +174 -1
  304. package/docs/uk/intlayer_with_nextjs_no_locale_path.md +4 -22
  305. package/docs/uk/intlayer_with_react_native+expo.md +2 -2
  306. package/docs/uk/intlayer_with_react_router_v7.md +224 -1
  307. package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +225 -1
  308. package/docs/uk/intlayer_with_svelte_kit.md +157 -1
  309. package/docs/uk/intlayer_with_tanstack.md +159 -1
  310. package/docs/uk/intlayer_with_vite+preact.md +159 -3
  311. package/docs/uk/intlayer_with_vite+react.md +157 -1
  312. package/docs/uk/intlayer_with_vite+solid.md +159 -3
  313. package/docs/uk/intlayer_with_vite+svelte.md +159 -3
  314. package/docs/uk/intlayer_with_vite+vue.md +159 -3
  315. package/docs/uk/vs_code_extension.md +1 -1
  316. package/docs/vi/compiler.md +85 -50
  317. package/docs/vi/configuration.md +87 -59
  318. package/docs/vi/intlayer_with_analog.md +2 -2
  319. package/docs/vi/intlayer_with_angular.md +2 -2
  320. package/docs/vi/intlayer_with_astro.md +2 -2
  321. package/docs/vi/intlayer_with_lynx+react.md +2 -2
  322. package/docs/vi/intlayer_with_nextjs_16.md +174 -1
  323. package/docs/vi/intlayer_with_nextjs_compiler.md +174 -1
  324. package/docs/vi/intlayer_with_react_native+expo.md +2 -2
  325. package/docs/vi/intlayer_with_react_router_v7.md +224 -1
  326. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +225 -1
  327. package/docs/vi/intlayer_with_svelte_kit.md +158 -2
  328. package/docs/vi/intlayer_with_tanstack.md +159 -1
  329. package/docs/vi/intlayer_with_vite+preact.md +159 -3
  330. package/docs/vi/intlayer_with_vite+react.md +159 -3
  331. package/docs/vi/intlayer_with_vite+solid.md +159 -3
  332. package/docs/vi/intlayer_with_vite+svelte.md +159 -3
  333. package/docs/vi/intlayer_with_vite+vue.md +159 -3
  334. package/docs/vi/vs_code_extension.md +1 -1
  335. package/docs/zh/compiler.md +84 -49
  336. package/docs/zh/configuration.md +82 -58
  337. package/docs/zh/intlayer_with_adonisjs.md +1 -1
  338. package/docs/zh/intlayer_with_analog.md +2 -2
  339. package/docs/zh/intlayer_with_angular.md +2 -2
  340. package/docs/zh/intlayer_with_astro.md +2 -2
  341. package/docs/zh/intlayer_with_express.md +1 -1
  342. package/docs/zh/intlayer_with_fastify.md +1 -1
  343. package/docs/zh/intlayer_with_hono.md +1 -1
  344. package/docs/zh/intlayer_with_lynx+react.md +2 -2
  345. package/docs/zh/intlayer_with_nestjs.md +1 -1
  346. package/docs/zh/intlayer_with_nextjs_16.md +174 -1
  347. package/docs/zh/intlayer_with_nextjs_compiler.md +174 -1
  348. package/docs/zh/intlayer_with_react_native+expo.md +2 -2
  349. package/docs/zh/intlayer_with_react_router_v7.md +227 -4
  350. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +228 -4
  351. package/docs/zh/intlayer_with_svelte_kit.md +158 -2
  352. package/docs/zh/intlayer_with_tanstack.md +159 -1
  353. package/docs/zh/intlayer_with_vite+preact.md +161 -5
  354. package/docs/zh/intlayer_with_vite+react.md +157 -1
  355. package/docs/zh/intlayer_with_vite+solid.md +163 -7
  356. package/docs/zh/intlayer_with_vite+svelte.md +159 -3
  357. package/docs/zh/intlayer_with_vite+vue.md +162 -6
  358. package/docs/zh/vs_code_extension.md +2 -2
  359. package/package.json +8 -8
  360. package/docs/update_docs.py +0 -65
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-09-09
3
- updatedAt: 2026-03-10
3
+ updatedAt: 2026-03-12
4
4
  title: Intlayer Compiler | Automated Content Extraction for i18n
5
5
  description: Automate your internationalisation process with the Intlayer Compiler. Extract content directly from your components for faster, more efficient i18n in Vite, Next.js, and more.
6
6
  keywords:
@@ -149,59 +149,83 @@ This configuration ensures that content declared in your components is automatic
149
149
  See complete tutorial: [Intlayer Compiler with Next.js](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_with_nextjs_compiler.md)
150
150
 
151
151
  </Tab>
152
+ </Tabs>
152
153
 
153
154
  ### Custom config
154
155
 
155
156
  To customise the compiler behaviour, you can update the `intlayer.config.ts` file in the root of your project.
156
157
 
157
- ```ts fileName="intlayer.config.ts"
158
+ ````ts fileName="intlayer.config.ts"
158
159
  import { type IntlayerConfig, Locales } from "intlayer";
159
160
 
160
161
  const config: IntlayerConfig = {
161
162
  compiler: {
162
163
  /**
164
+ * Indicates if the compiler should be enabled.
163
165
  * Set to 'build-only' to skip the compiler during development and speed up start times.
164
166
  */
165
167
  enabled: true,
166
168
 
167
169
  /**
168
- * Pattern to traverse the code to optimize.
170
+ * Defines the output files path. Replaces `outputDir`.
171
+ *
172
+ * - Paths starting with `./` are resolved relatively to the component directory.
173
+ * - Paths starting with `/` are resolved relatively to the project root (`baseDir`).
174
+ *
175
+ * - Including the `{{locale}}` variable in the path will enable the generation of dictionaries separated by locale.
176
+ *
177
+ * Examples:
178
+ * ```ts
179
+ * {
180
+ * // Create multi-locale .content.ts files next to the component
181
+ * output: ({ fileName, extension }) => `./${fileName}${extension}`,
182
+ *
183
+ * // output: './{{fileName}}{{extension}}', // Equivalent using string template
184
+ * }
185
+ * ```
186
+ *
187
+ * ```ts
188
+ * {
189
+ * // Create centralized JSON files by locale in the project root
190
+ * output: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,
191
+ *
192
+ * // output: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using string template
193
+ * }
194
+ * ```
195
+ *
196
+ * List of variables:
197
+ * - `fileName`: The file name.
198
+ * - `key`: The content key.
199
+ * - `locale`: The content locale.
200
+ * - `extension`: The file extension.
201
+ * - `componentFileName`: The component file name.
202
+ * - `componentExtension`: The component file extension.
203
+ * - `format`: The dictionary format.
204
+ * - `componentFormat`: The component dictionary format.
205
+ * - `componentDirPath`: The component directory path.
169
206
  */
170
- transformPattern: [
171
- "**/*.{js,ts,mjs,cjs,jsx,tsx,vue,svelte}",
172
- "!**/node_modules/**",
173
- ],
207
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
174
208
 
175
209
  /**
176
- * Pattern to exclude from the optimization.
177
- */
178
- excludePattern: ["**/node_modules/**"],
179
-
180
- /**
181
- * Output directory for the optimized dictionaries.
210
+ * Indicates if the components should be saved after being transformed.
211
+ * That way, the compiler can be run only once to transform the app, and then it can be removed.
182
212
  */
183
- output: ({ key }) => `compiler/${key}.content.json`,
213
+ saveComponents: false,
184
214
 
185
215
  /**
186
- * Inset only content in generated file, without key.
216
+ * Inset only content in generated file. Useful for i18next or ICU MessageFormat JSON output per locale.
217
+ *
218
+ * - `output: ({ locale, key }) => `./locale/${locale}/${key}.json`,`
187
219
  */
188
220
  noMetadata: false,
189
221
 
190
222
  /**
191
223
  * Dictionary key prefix
192
224
  */
193
- dictionaryKeyPrefix: "", // Remove base prefix
194
-
195
- /**
196
- * Indicates if the components should be saved after being transformed.
197
- * That way, the compiler can be run only once to transform the app, and then it can be removed.
198
- */
199
- saveComponents: false,
225
+ dictionaryKeyPrefix: "", // Add an optional prefix for the extracted dictionary keys
200
226
  },
201
227
  };
202
-
203
- export default config;
204
- ```
228
+ ````
205
229
 
206
230
  ### Compiler Configuration Reference
207
231
 
@@ -211,34 +235,34 @@ The following properties can be configured in the `compiler` block of your `intl
211
235
  - _Type_: `boolean | 'build-only'`
212
236
  - _Default_: `true`
213
237
  - _Description_: Indicates if the compiler should be enabled.
238
+
214
239
  - **dictionaryKeyPrefix**:
215
240
  - _Type_: `string`
216
- - _Default_: `'comp-'`
241
+ - _Default_: `''`
217
242
  - _Description_: Prefix for the extracted dictionary keys.
243
+
218
244
  - **transformPattern**:
219
245
  - _Type_: `string | string[]`
220
246
  - _Default_: `['**/*.{js,ts,mjs,cjs,jsx,tsx,vue,svelte}', '!**/node_modules/**']`
221
- - _Description_: Patterns to traverse the code to optimize.
247
+ - _Description_: (Deprecated: use `build.traversePattern` instead) Patterns to traverse the code to optimise.
248
+
222
249
  - **excludePattern**:
223
250
  - _Type_: `string | string[]`
224
251
  - _Default_: `['**/node_modules/**']`
225
- - _Description_: Patterns to exclude from the optimization.
226
- - **outputDir** (Deprecated):
227
- - _Type_: `string`
228
- - _Default_: `'compiler'`
229
- - _Description_: The directory where the extracted dictionaries will be stored.
252
+ - _Description_: (Deprecated: use `build.traversePattern` instead) Patterns to exclude from the optimisation.
230
253
 
231
254
  - **output**:
232
255
  - _Type_: `FilePathPattern`
233
256
  - _Default_: `({ key }) => 'compiler/${key}.content.json'`
234
257
  - _Description_: Defines the output files path. Replaces `outputDir`. Handles dynamic variables like `{{locale}}`, `{{key}}`, `{{fileName}}`, `{{extension}}`, `{{format}}`, `{{dirPath}}`, `{{componentFileName}}`, `{{componentExtension}}`, `{{componentFormat}}`. Can be set as a string using `'my/{{var}}/path'` format, or as a function.
235
258
  - _Note_: `./**/*` Path are resolved relatively to the component. `/**/*` path are resolved relatively to the Intlayer `baseDir`.
259
+ - _Note_: If the locale is defined in the path, the dictionaries will be generated by locale.
236
260
  - _Example_: `output: ({ locale, key }) => 'compiler/${locale}/${key}.json'`
237
261
 
238
262
  - **noMetadata**:
239
263
  - _Type_: `boolean`
240
264
  - _Default_: `false`
241
- - _Description_: Indicates if the metadata should be saved in the file. If true, the compiler will not save the metadata of the dictionaries (key, content wrapper).
265
+ - _Description_: Indicates if the metadata should be saved in the file. If true, the compiler will not save the metadata of the dictionaries (key, content wrapper). Useful for per-locale i18next or ICU MessageFormat JSON outputs.
242
266
  - _Note_: Useful if used with `loadJSON` plugin.
243
267
  - _Example_:
244
268
  If `true`:
@@ -274,4 +298,12 @@ npx intlayer test # Test if there is missing translations
274
298
  npx intlayer fill # Fill missing translations
275
299
  ```
276
300
 
277
- > For more details, refer to the [CLI documentation](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en-GB/cli/ci.md)
301
+ ### Extraction
302
+
303
+ Intlayer provides a CLI tool to extract content from your code. You can use the `intlayer extract` command to extract the content from your code.
304
+
305
+ ```bash
306
+ npx intlayer extract
307
+ ```
308
+
309
+ > For more details, refer to the [CLI documentation](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en-GB/cli/index.md)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-08-13
3
- updatedAt: 2026-03-11
3
+ updatedAt: 2026-03-12
4
4
  title: Configuration
5
5
  description: Learn how to configure Intlayer for your application. Understand the various settings and options available to customise Intlayer to your needs.
6
6
  keywords:
@@ -15,7 +15,7 @@ slugs:
15
15
  - configuration
16
16
  history:
17
17
  - version: 8.3.0
18
- data: 2026-03-11
18
+ date: 2026-03-11
19
19
  changes: Move 'baseDir' from 'content' to 'system' config
20
20
  - version: 8.2.0
21
21
  date: 2026-03-09
@@ -92,7 +92,7 @@ Intlayer accepts JSON, JS, MJS, and TS configuration file formats:
92
92
 
93
93
  ## Example config file
94
94
 
95
- ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
95
+ ````typescript fileName="intlayer.config.ts" codeFormat="typescript"
96
96
  import { Locales, type IntlayerConfig } from "intlayer";
97
97
  import { nextjsRewrite } from "intlayer/routing";
98
98
  import { z } from "zod";
@@ -190,7 +190,7 @@ const config: IntlayerConfig = {
190
190
  * Options: 'cookie', 'localStorage', 'sessionStorage', 'header', or an array of these.
191
191
  * Default: ['cookie', 'header']
192
192
  */
193
- storage: "cookie",
193
+ storage: ["cookie", "header"],
194
194
 
195
195
  /**
196
196
  * Base path for the application URLs.
@@ -256,13 +256,13 @@ const config: IntlayerConfig = {
256
256
  editor: {
257
257
  /**
258
258
  * Whether the visual editor is enabled.
259
- * Default: true
259
+ * Default: false
260
260
  */
261
261
  enabled: true,
262
262
 
263
263
  /**
264
264
  * URL of your application for origin validation.
265
- * Default: "*"
265
+ * Default: ""
266
266
  */
267
267
  applicationURL: "http://localhost:3000",
268
268
 
@@ -327,6 +327,17 @@ const config: IntlayerConfig = {
327
327
  * Base URL for the AI API.
328
328
  */
329
329
  baseURL: "http://localhost:3000",
330
+
331
+ /**
332
+ * Data serialisation
333
+ *
334
+ * Options:
335
+ * - "json": Standard, reliable; uses more tokens.
336
+ * - "toon": Fewer tokens, less consistent than JSON.
337
+ *
338
+ * Default: "json"
339
+ */
340
+ dataSerialization: "json",
330
341
  },
331
342
 
332
343
  /**
@@ -426,42 +437,70 @@ const config: IntlayerConfig = {
426
437
  compiler: {
427
438
  /**
428
439
  * Indicates if the compiler should be enabled.
440
+ *
441
+ * - false : Disables the compiler.
442
+ * - true : Enables the compiler.
443
+ * - "build-only" : Skips the compiler during development to speed up start times.
444
+ *
445
+ * Default: false
429
446
  */
430
447
  enabled: true,
431
448
 
432
449
  /**
433
- * Pattern to traverse the code to optimize.
450
+ * Defines the output files path. Replaces `outputDir`.
451
+ *
452
+ * - Paths starting with `./` are resolved relatively to the component directory.
453
+ * - Paths starting with `/` are resolved relatively to the project root (`baseDir`).
454
+ *
455
+ * - Including the `{{locale}}` variable in the path will trigger the generation of separate dictionaries per locale.
456
+ *
457
+ * Examples:
458
+ * ```ts
459
+ * {
460
+ * // Create multi-locale .content.ts files next to the component
461
+ * output: ({ fileName, extension }) => `./${fileName}${extension}`,
462
+ *
463
+ * // output: './{{fileName}}{{extension}}', // Equivalent using a string template
464
+ * }
465
+ * ```
466
+ *
467
+ * ```ts
468
+ * {
469
+ * // Create centralised JSON files by locale in the project root
470
+ * output: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,
471
+ *
472
+ * // output: '/locales/{{locale}}/{{key}}.content.json', // Equivalent using a string template
473
+ * }
474
+ * ```
475
+ *
476
+ * List of variables:
477
+ * - `fileName`: The file name.
478
+ * - `key`: The content key.
479
+ * - `locale`: The content locale.
480
+ * - `extension`: The file extension.
481
+ * - `componentFileName`: The component file name.
482
+ * - `componentExtension`: The component file extension.
483
+ * - `format`: The dictionary format.
484
+ * - `componentFormat`: The component dictionary format.
485
+ * - `componentDirPath`: The component directory path.
434
486
  */
435
- transformPattern: [
436
- "**/*.{js,ts,mjs,cjs,jsx,tsx,vue,svelte}",
437
- "!**/node_modules/**",
438
- ],
487
+ output: ({ locale, key }) => `compiler/${locale}/${key}.json`,
439
488
 
440
489
  /**
441
- * Pattern to exclude from the optimization.
442
- */
443
- excludePattern: ["**/node_modules/**"],
444
-
445
- /**
446
- * Output directory for the optimized dictionaries.
490
+ * Indicates if the components should be saved after being transformed.
491
+ * That way, the compiler can be run only once to transform the app, and then it can be removed.
447
492
  */
448
- output: ({ key }) => `compiler/${key}.content.json`,
493
+ saveComponents: false,
449
494
 
450
495
  /**
451
- * Inset only content in generated file, without key.
496
+ * Insert only content into the generated file. Useful for per-locale i18next or ICU MessageFormat JSON outputs.
452
497
  */
453
498
  noMetadata: false,
454
499
 
455
500
  /**
456
501
  * Dictionary key prefix
457
502
  */
458
- dictionaryKeyPrefix: "", // Remove base prefix
459
-
460
- /**
461
- * Indicates if the components should be saved after being transformed.
462
- * That way, the compiler can be run only once to transform the app, and then it can be removed.
463
- */
464
- saveComponents: false,
503
+ dictionaryKeyPrefix: "", // Add optional prefix for the extracted dictionary keys
465
504
  },
466
505
 
467
506
  /**
@@ -480,7 +519,7 @@ const config: IntlayerConfig = {
480
519
  };
481
520
 
482
521
  export default config;
483
- ```
522
+ ````
484
523
 
485
524
  ## Configuration Reference
486
525
 
@@ -994,25 +1033,6 @@ Build options apply to the `@intlayer/babel` and `@intlayer/swc` plugins.
994
1033
  - _Note_: This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.
995
1034
  - _Note_: Ensure all keys are declared statically in the `useIntlayer` calls. e.g. `useIntlayer('navbar')`.
996
1035
 
997
- - **importMode**:
998
- - _Note_: **Deprecated**: Use `dictionary.importMode` instead.
999
- - _Type_: `'static' | 'dynamic' | 'fetch'`
1000
- - _Default_: `'static'`
1001
- - _Description_: Controls how dictionaries are imported.
1002
- - _Example_: `'dynamic'`
1003
- - _Note_: Available modes:
1004
- - "static": Dictionaries are imported statically. Replaces `useIntlayer` with `useDictionary`.
1005
- - "dynamic": Dictionaries are imported dynamically using Suspense. Replaces `useIntlayer` with `useDictionaryDynamic`.
1006
- - "fetch": Dictionaries are fetched dynamically using the live sync API. Replaces `useIntlayer` with `useDictionaryFetch`.
1007
- - _Note_: Dynamic imports rely on Suspense and may slightly affect rendering performance.
1008
- - _Note_: If disabled, all locales will be loaded at once, even if they are not used.
1009
- - _Note_: This option relies on the `@intlayer/babel` and `@intlayer/swc` plugins.
1010
- - _Note_: Ensure all keys are declared statically in the `useIntlayer` calls, e.g. `useIntlayer('navbar')`.
1011
- - _Note_: This option will be ignored if `optimize` is disabled.
1012
- - _Note_: If set to "fetch", only the dictionaries that include remote content and are flagged as "live" will be transformed into fetch mode. Others will be imported dynamically as "dynamic" mode to optimise the number of fetch queries and load performance.
1013
- - _Note_: Fetch mode will use the live sync API to fetch the dictionaries. If the API call fails, the dictionaries will be imported dynamically as "dynamic" mode.
1014
- - _Note_: This option will not affect the `getIntlayer`, `getDictionary`, `useDictionary`, `useDictionaryAsync` and `useDictionaryDynamic` functions.
1015
-
1016
1036
  - **outputFormat**:
1017
1037
  - _Type_: `'esm' | 'cjs'`
1018
1038
  - _Default_: `'esm'`
@@ -1046,7 +1066,7 @@ Settings that control the Intlayer compiler, which extracts dictionaries straigh
1046
1066
 
1047
1067
  - **dictionaryKeyPrefix**:
1048
1068
  - _Type_: `string`
1049
- - _Default_: `'comp-'`
1069
+ - _Default_: `''`
1050
1070
  - _Description_: Prefix for the extracted dictionary keys.
1051
1071
  - _Example_: `'my-key-'`
1052
1072
  - _Note_: When dictionaries are extracted, the key is generated based on the file name. This prefix is added to the generated key to prevent conflicts.
@@ -1070,22 +1090,25 @@ Settings that control the Intlayer compiler, which extracts dictionaries straigh
1070
1090
  - _Description_: Patterns that define which files should be excluded during optimisation.
1071
1091
  - _Example_: `['**/node_modules/**', '!**/node_modules/react/**']`
1072
1092
 
1073
- - **outputDir**:
1074
- - _Type_: `string`
1075
- - _Default_: `'compiler'`
1076
- - _Description_: The directory where the extracted dictionaries will be stored, relative to your project base path.
1077
-
1078
1093
  - **output**:
1079
1094
  - _Type_: `FilePathPattern`
1080
- - _Default_: `({ key }) => 'compiler/${key}.content.json'`
1081
- - _Description_: Defines the output files path. Replaces `outputDir`. Handles dynamic variables like `{{locale}}`, `{{key}}`, `{{fileName}}`, `{{extension}}`, `{{format}}`, `{{dirPath}}`, `{{componentFileName}}`, `{{componentExtension}}`, `{{componentFormat}}`. Can be set as a string using `'my/{{var}}/path'` format, or as a function.
1082
- - _Note_: `./**/*` Path are resolved relatively to the component. `/**/*` path are resolved relatively to the Intlayer `baseDir`.
1083
- - _Example_: `output: ({ locale, key }) => 'compiler/${locale}/${key}.json'`
1095
+ - _Default_: `undefined`
1096
+ - _Description_: Defines the output files path. Replaces `outputDir`. Supports dynamic variables via a template string or a function. Supported variables: `{{fileName}}`, `{{key}}`, `{{locale}}`, `{{extension}}`, `{{componentFileName}}`, `{{componentExtension}}`, `{{format}}`, `{{componentFormat}}`, `{{componentDirPath}}`.
1097
+ - _Note_: Paths starting with `./` are resolved relatively to the component directory. Paths starting with `/` are resolved relatively to the project root (`baseDir`).
1098
+ - _Note_: Including the `{{locale}}` variable in the path will enable the generation of separate dictionaries per locale.
1099
+ - _Example_:
1100
+ - **Create multi-locale files next to the component**:
1101
+ - String: `'./{{fileName}}{{extension}}'`
1102
+ - Function: `({ fileName, extension }) => \`./${fileName}${extension}\``
1103
+
1104
+ - **Output centralised JSON files per locale**:
1105
+ - String: `'/locales/{{locale}}/{{key}}.content.json'`
1106
+ - Function: `({ key, locale }) => \`/locales/${locale}/${key}.content.json\``
1084
1107
 
1085
1108
  - **noMetadata**:
1086
1109
  - _Type_: `boolean`
1087
1110
  - _Default_: `false`
1088
- - _Description_: Indicates if the metadata should be saved in the file. If true, the compiler will not save the metadata of the dictionaries (key, content wrapper).
1111
+ - _Description_: Indicates if the metadata should be saved in the file. If true, the compiler will not save the metadata of the dictionaries (key, content wrapper). Useful for per-locale i18next or ICU MessageFormat JSON outputs.
1089
1112
  - _Note_: Useful if used with `loadJSON` plugin.
1090
1113
  - _Example_:
1091
1114
  If `true`:
@@ -342,7 +342,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
342
342
 
343
343
  To do this, you can add the following instructions to your `.gitignore` file:
344
344
 
345
- ```plaintext
345
+ ```bash
346
346
  # Ignore the files generated by Intlayer
347
347
  .intlayer
348
348
  ```
@@ -398,7 +398,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
398
398
 
399
399
  To do this, you can add the following instructions to your `.gitignore` file:
400
400
 
401
- ```plaintext
401
+ ```bash
402
402
  # Ignore the files generated by Intlayer
403
403
  .intlayer
404
404
  ```
@@ -218,7 +218,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
218
218
 
219
219
  To do this, you can add the following instructions to your `.gitignore` file:
220
220
 
221
- ```plaintext
221
+ ```bash
222
222
  # Ignore the files generated by Intlayer
223
223
  .intlayer
224
224
  ```
@@ -538,7 +538,7 @@ This is what enables features like:
538
538
 
539
539
  To avoid committing auto-generated files by Intlayer, add the following to your `.gitignore`:
540
540
 
541
- ```plaintext
541
+ ```bash
542
542
  # Ignore the files generated by Intlayer
543
543
  .intlayer
544
544
  ```
@@ -628,7 +628,7 @@ This enables features such as:
628
628
 
629
629
  To prevent committing auto-generated files by Intlayer, add the following to your `.gitignore`:
630
630
 
631
- ```plaintext
631
+ ```bash
632
632
  # Ignore the files generated by Intlayer
633
633
  .intlayer
634
634
  ```
@@ -1333,7 +1333,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
1333
1333
 
1334
1334
  To do this, you can add the following instructions to your `.gitignore` file:
1335
1335
 
1336
- ```plaintext
1336
+ ```bash
1337
1337
  # Ignore the files generated by Intlayer
1338
1338
  .intlayer
1339
1339
  ```
@@ -1665,7 +1665,7 @@ It is recommended to ignore the files generated by Intlayer. This prevents you f
1665
1665
 
1666
1666
  To do this, you can add the following instructions to your `.gitignore` file:
1667
1667
 
1668
- ```plaintext
1668
+ ```bash
1669
1669
  # Ignore the files generated by Intlayer
1670
1670
  .intlayer
1671
1671
  ```
@@ -553,7 +553,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
553
553
 
554
554
  To do this, you can add the following instructions to your `.gitignore` file:
555
555
 
556
- ```plaintext
556
+ ```bash
557
557
  # Ignore the files generated by Intlayer
558
558
  .intlayer
559
559
  ```
@@ -470,7 +470,7 @@ It is recommended to ignore the files generated by Intlayer. This prevents you f
470
470
 
471
471
  To do this, you can add the following instructions to your `.gitignore` file:
472
472
 
473
- ```plaintext
473
+ ```bash
474
474
  # Ignore the files generated by Intlayer
475
475
  .intlayer
476
476
  ```
@@ -1106,7 +1106,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
1106
1106
 
1107
1107
  To do this, you can add the following instructions to your `.gitignore` file:
1108
1108
 
1109
- ```plaintext
1109
+ ```bash
1110
1110
  # Ignore the files generated by Intlayer
1111
1111
  .intlayer
1112
1112
  ```
@@ -1128,7 +1128,7 @@ It is recommended to ignore the files generated by Intlayer. This allows you to
1128
1128
 
1129
1129
  To do this, you can add the following instructions to your `.gitignore` file:
1130
1130
 
1131
- ```plaintext
1131
+ ```bash
1132
1132
  # Ignore the files generated by Intlayer
1133
1133
  .intlayer
1134
1134
  ```
@@ -120,7 +120,7 @@ The extension can load environment variables from your workspace to run Intlayer
120
120
 
121
121
  #### Selecting the active environment
122
122
 
123
- - **Command Palette**: open the palette and run `Intlayer: Select Environment`, then choose the environment (e.g., `development`, `staging`, `production`). The extension will attempt to load the first available file in the priority list above and show a notification like “Loaded env from .env.<env>.local”.
123
+ - **Command Palette**: open the palette and run `Intlayer: Select Environment`, then choose the environment (e.g., `development`, `staging`, `production`). The extension will attempt to load the first available file in the priority list above and show a notification like “Loaded env from `.env.<env>.local`”.
124
124
  - **Settings**: go to `Settings → Extensions → Intlayer`, and set:
125
125
  - **Environment**: the environment name used to resolve `.env.<env>*` files.
126
126
  - (Optional) **Env File**: an explicit path to a `.env` file. When provided, it takes precedence over the inferred list.