@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-04
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: React Router v7 i18n - Jak przetłumaczyć aplikację React Router v7 w 2026
5
5
  description: Dowiedz się, jak dodać internacjonalizację (i18n) do swojej aplikacji React Router v7 za pomocą Intlayer. Postępuj zgodnie z tym kompleksowym przewodnikiem, aby uczynić swoją aplikację wielojęzyczną z routingiem uwzględniającym lokalizację.
6
6
  keywords:
@@ -496,6 +496,229 @@ export default function RootLayout() {
496
496
  }
497
497
  ```
498
498
 
499
+ ### (Opcjonalnie) Krok 12 : Wyodrębnij zawartość swoich komponentów
500
+
501
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
502
+
503
+ Aby ułatwić ten proces, Intlayer proponuje [kompilator](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/compiler.md) / [ekstraktor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/extract.md), aby przetransformować komponenty i wyodrębnić zawartość.
504
+
505
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
506
+
507
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
508
+ import { type IntlayerConfig } from "intlayer";
509
+
510
+ const config: IntlayerConfig = {
511
+ // ... Reszta Twojej konfiguracji
512
+ compiler: {
513
+ /**
514
+ * Wskazuje, czy kompilator powinien być włączony.
515
+ */
516
+ enabled: true,
517
+
518
+ /**
519
+ * Definiuje ścieżkę plików wyjściowych
520
+ */
521
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
522
+
523
+ /**
524
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
525
+ */
526
+ saveComponents: false,
527
+
528
+ /**
529
+ * Prefiks klucza słownika
530
+ */
531
+ dictionaryKeyPrefix: "",
532
+ },
533
+ };
534
+
535
+ export default config;
536
+ ```
537
+
538
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
539
+ /** @type {import('intlayer').IntlayerConfig} */
540
+ const config = {
541
+ // ... Reszta Twojej konfiguracji
542
+ compiler: {
543
+ /**
544
+ * Wskazuje, czy kompilator powinien być włączony.
545
+ */
546
+ enabled: true,
547
+
548
+ /**
549
+ * Definiuje ścieżkę plików wyjściowych
550
+ */
551
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
552
+
553
+ /**
554
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
555
+ */
556
+ saveComponents: false,
557
+
558
+ /**
559
+ * Prefiks klucza słownika
560
+ */
561
+ dictionaryKeyPrefix: "",
562
+ },
563
+ };
564
+
565
+ export default config;
566
+ ```
567
+
568
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
569
+ /** @type {import('intlayer').IntlayerConfig} */
570
+ const config = {
571
+ // ... Reszta Twojej konfiguracji
572
+ compiler: {
573
+ /**
574
+ * Wskazuje, czy kompilator powinien być włączony.
575
+ */
576
+ enabled: true,
577
+
578
+ /**
579
+ * Definiuje ścieżkę plików wyjściowych
580
+ */
581
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
582
+
583
+ /**
584
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
585
+ */
586
+ saveComponents: false,
587
+
588
+ /**
589
+ * Prefiks klucza słownika
590
+ */
591
+ dictionaryKeyPrefix: "",
592
+ },
593
+ };
594
+
595
+ module.exports = config;
596
+ ```
597
+
598
+ <Tabs>
599
+ <Tab value='Polecenie wyodrębniania'>
600
+
601
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
602
+
603
+ ```bash packageManager="npm"
604
+ npx intlayer extract
605
+ ```
606
+
607
+ ```bash packageManager="pnpm"
608
+ pnpm intlayer extract
609
+ ```
610
+
611
+ ```bash packageManager="yarn"
612
+ yarn intlayer extract
613
+ ```
614
+
615
+ ```bash packageManager="bun"
616
+ bunx intlayer extract
617
+ ```
618
+
619
+ </Tab>
620
+ <Tab value='Kompilator Babel'>
621
+
622
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
623
+
624
+ ```ts fileName="vite.config.ts"
625
+ import { defineConfig } from "vite";
626
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
627
+
628
+ export default defineConfig({
629
+ plugins: [
630
+ intlayer(),
631
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
632
+ ],
633
+ });
634
+ ```
635
+
636
+ ```bash packageManager="npm"
637
+ npm run build # Lub npm run dev
638
+ ```
639
+
640
+ ```bash packageManager="pnpm"
641
+ pnpm run build # Or pnpm run dev
642
+ ```
643
+
644
+ ```bash packageManager="yarn"
645
+ yarn build # Or yarn dev
646
+ ```
647
+
648
+ ```bash packageManager="bun"
649
+ bun run build # Or bun run dev
650
+ ```
651
+
652
+ </Tab>
653
+ </Tabs>
654
+
655
+ ---
656
+
657
+ ## Configure TypeScript
658
+
659
+ Intlayer uses module augmentation to get benefits of TypeScript and make your codebase stronger.
660
+
661
+ Ensure your TypeScript configuration includes the autogenerated types:
662
+
663
+ ```json5 fileName="tsconfig.json"
664
+ {
665
+ // ... your existing configurations
666
+ include: [
667
+ // ... your existing includes
668
+ ".intlayer/**/*.ts", // Include the auto-generated types
669
+ ],
670
+ }
671
+ ```
672
+
673
+ ---
674
+
675
+ ## Git Configuration
676
+
677
+ It is recommended to ignore the files generated by Intlayer. This allows you to avoid committing them to your Git repository.
678
+
679
+ To do this, you can add the following instructions to your `.gitignore` file:
680
+
681
+ ```plaintext fileName=".gitignore"
682
+ # Ignore the files generated by Intlayer
683
+ .intlayer
684
+ ```
685
+
686
+ ---
687
+
688
+ ## VS Code Extension
689
+
690
+ To improve your development experience with Intlayer, you can install the official **Intlayer VS Code Extension**.
691
+
692
+ [Install from the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=intlayer.intlayer-vs-code-extension)
693
+
694
+ This extension provides:
695
+
696
+ - **Autocompletion** for translation keys.
697
+ - **Real-time error detection** for missing translations.
698
+ - **Inline previews** of translated content.
699
+ - **Quick actions** to easily create and update translations.
700
+
701
+ For more details on how to use the extension, refer to the [Intlayer VS Code Extension documentation](https://intlayer.org/doc/vs-code-extension).
702
+
703
+ ---
704
+
705
+ ## Go Further
706
+
707
+ To go further, you can implement the [visual editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_visual_editor.md) or externalize your content using the [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_CMS.md).
708
+
709
+ ---
710
+
711
+ ## Documentation References
712
+
713
+ - [Intlayer Documentation](https://intlayer.org)
714
+ - [React Router v7 Documentation](https://reactrouter.com/)
715
+ - [useIntlayer hook](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/react-intlayer/useIntlayer.md)
716
+ - [useLocale hook](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/react-intlayer/useLocale.md)
717
+ - [Content Declaration](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/dictionary/content_file.md)
718
+ - [Configuration](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/configuration.md)
719
+
720
+ This comprehensive guide provides everything you need to integrate Intlayer with React Router v7 for a fully internationalized application with locale-aware routing and TypeScript support.
721
+
499
722
  ### Krok 11: Dodaj middleware (opcjonalnie)
500
723
 
501
724
  Możesz również użyć `intlayerProxy`, aby dodać routing po stronie serwera do swojej aplikacji. Ten plugin automatycznie wykryje aktualny locale na podstawie URL i ustawi odpowiedni cookie locale. Jeśli locale nie jest określone, plugin wybierze najbardziej odpowiedni locale na podstawie preferencji językowych przeglądarki użytkownika. Jeśli nie zostanie wykryty żaden locale, nastąpi przekierowanie do domyślnego locale.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-12-07
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: React Router v7 i18n - Jak przetłumaczyć aplikację React Router v7 w 2026
5
5
  description: Dowiedz się, jak dodać internacjonalizację (i18n) do swojej aplikacji React Router v7 za pomocą Intlayer z routingiem opartym na systemie plików. Postępuj zgodnie z tym kompleksowym przewodnikiem, aby uczynić swoją aplikację wielojęzyczną z routingiem uwzględniającym lokalizację.
6
6
  keywords:
@@ -618,6 +618,230 @@ export default function RootLayout() {
618
618
  }
619
619
  ```
620
620
 
621
+ ### (Opcjonalnie) Krok 11 : Wyodrębnij zawartość swoich komponentów
622
+
623
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
624
+
625
+ Aby ułatwić ten proces, Intlayer proponuje [kompilator](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/compiler.md) / [ekstraktor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/extract.md), aby przetransformować komponenty i wyodrębnić zawartość.
626
+
627
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
628
+
629
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
630
+ import { type IntlayerConfig } from "intlayer";
631
+
632
+ const config: IntlayerConfig = {
633
+ // ... Reszta Twojej konfiguracji
634
+ compiler: {
635
+ /**
636
+ * Wskazuje, czy kompilator powinien być włączony.
637
+ */
638
+ enabled: true,
639
+
640
+ /**
641
+ * Definiuje ścieżkę plików wyjściowych
642
+ */
643
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
644
+
645
+ /**
646
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
647
+ */
648
+ saveComponents: false,
649
+
650
+ /**
651
+ * Prefiks klucza słownika
652
+ */
653
+ dictionaryKeyPrefix: "",
654
+ },
655
+ };
656
+
657
+ export default config;
658
+ ```
659
+
660
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
661
+ /** @type {import('intlayer').IntlayerConfig} */
662
+ const config = {
663
+ // ... Reszta Twojej konfiguracji
664
+ compiler: {
665
+ /**
666
+ * Wskazuje, czy kompilator powinien być włączony.
667
+ */
668
+ enabled: true,
669
+
670
+ /**
671
+ * Definiuje ścieżkę plików wyjściowych
672
+ */
673
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
674
+
675
+ /**
676
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
677
+ */
678
+ saveComponents: false,
679
+
680
+ /**
681
+ * Prefiks klucza słownika
682
+ */
683
+ dictionaryKeyPrefix: "",
684
+ },
685
+ };
686
+
687
+ export default config;
688
+ ```
689
+
690
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
691
+ /** @type {import('intlayer').IntlayerConfig} */
692
+ const config = {
693
+ // ... Reszta Twojej konfiguracji
694
+ compiler: {
695
+ /**
696
+ * Wskazuje, czy kompilator powinien być włączony.
697
+ */
698
+ enabled: true,
699
+
700
+ /**
701
+ * Definiuje ścieżkę plików wyjściowych
702
+ */
703
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
704
+
705
+ /**
706
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
707
+ */
708
+ saveComponents: false,
709
+
710
+ /**
711
+ * Prefiks klucza słownika
712
+ */
713
+ dictionaryKeyPrefix: "",
714
+ },
715
+ };
716
+
717
+ module.exports = config;
718
+ ```
719
+
720
+ <Tabs>
721
+ <Tab value='Polecenie wyodrębniania'>
722
+
723
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
724
+
725
+ ```bash packageManager="npm"
726
+ npx intlayer extract
727
+ ```
728
+
729
+ ```bash packageManager="pnpm"
730
+ pnpm intlayer extract
731
+ ```
732
+
733
+ ```bash packageManager="yarn"
734
+ yarn intlayer extract
735
+ ```
736
+
737
+ ```bash packageManager="bun"
738
+ bunx intlayer extract
739
+ ```
740
+
741
+ </Tab>
742
+ <Tab value='Kompilator Babel'>
743
+
744
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
745
+
746
+ ```ts fileName="vite.config.ts"
747
+ import { defineConfig } from "vite";
748
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
749
+
750
+ export default defineConfig({
751
+ plugins: [
752
+ intlayer(),
753
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
754
+ ],
755
+ });
756
+ ```
757
+
758
+ ```bash packageManager="npm"
759
+ npm run build # Lub npm run dev
760
+ ```
761
+
762
+ ```bash packageManager="pnpm"
763
+ pnpm run build # Or pnpm run dev
764
+ ```
765
+
766
+ ```bash packageManager="yarn"
767
+ yarn build # Or yarn dev
768
+ ```
769
+
770
+ ```bash packageManager="bun"
771
+ bun run build # Or bun run dev
772
+ ```
773
+
774
+ </Tab>
775
+ </Tabs>
776
+
777
+ ---
778
+
779
+ ## Configure TypeScript
780
+
781
+ Intlayer uses module augmentation to get benefits of TypeScript and make your codebase stronger.
782
+
783
+ Ensure your TypeScript configuration includes the autogenerated types:
784
+
785
+ ```json5 fileName="tsconfig.json"
786
+ {
787
+ // ... your existing configurations
788
+ include: [
789
+ // ... your existing includes
790
+ ".intlayer/**/*.ts", // Include the auto-generated types
791
+ ],
792
+ }
793
+ ```
794
+
795
+ ---
796
+
797
+ ## Git Configuration
798
+
799
+ It is recommended to ignore the files generated by Intlayer. This allows you to avoid committing them to your Git repository.
800
+
801
+ To do this, you can add the following instructions to your `.gitignore` file:
802
+
803
+ ```plaintext fileName=".gitignore"
804
+ # Ignore the files generated by Intlayer
805
+ .intlayer
806
+ ```
807
+
808
+ ---
809
+
810
+ ## VS Code Extension
811
+
812
+ To improve your development experience with Intlayer, you can install the official **Intlayer VS Code Extension**.
813
+
814
+ [Install from the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=intlayer.intlayer-vs-code-extension)
815
+
816
+ This extension provides:
817
+
818
+ - **Autocompletion** for translation keys.
819
+ - **Real-time error detection** for missing translations.
820
+ - **Inline previews** of translated content.
821
+ - **Quick actions** to easily create and update translations.
822
+
823
+ For more details on how to use the extension, refer to the [Intlayer VS Code Extension documentation](https://intlayer.org/doc/vs-code-extension).
824
+
825
+ ---
826
+
827
+ ## Go Further
828
+
829
+ To go further, you can implement the [visual editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_visual_editor.md) or externalize your content using the [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_CMS.md).
830
+
831
+ ---
832
+
833
+ ## Documentation References
834
+
835
+ - [Intlayer Documentation](https://intlayer.org)
836
+ - [React Router v7 Documentation](https://reactrouter.com/)
837
+ - [React Router fs-routes Documentation](https://reactrouter.com/how-to/file-route-conventions)
838
+ - [useIntlayer hook](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/react-intlayer/useIntlayer.md)
839
+ - [useLocale hook](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/react-intlayer/useLocale.md)
840
+ - [Content Declaration](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/dictionary/content_file.md)
841
+ - [Configuration](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/configuration.md)
842
+
843
+ This comprehensive guide provides everything you need to integrate Intlayer with React Router v7 using file-system based routing for a fully internationalized application with locale-aware routing and TypeScript support.
844
+
621
845
  ### Krok 10: Dodaj middleware (opcjonalnie)
622
846
 
623
847
  Możesz również użyć `intlayerProxy`, aby dodać routing po stronie serwera do swojej aplikacji. Ten plugin automatycznie wykryje aktualny locale na podstawie URL i ustawi odpowiedni cookie locale. Jeśli locale nie jest określone, plugin wybierze najbardziej odpowiedni locale na podstawie preferencji językowych przeglądarki użytkownika. Jeśli nie zostanie wykryty żaden locale, nastąpi przekierowanie do domyślnego locale.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-11-20
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: SvelteKit i18n - Jak przetłumaczyć aplikację SvelteKit w 2026
5
5
  description: Dowiedz się, jak uczynić swoją stronę SvelteKit wielojęzyczną. Postępuj zgodnie z dokumentacją, aby zinternacjonalizować (i18n) i przetłumaczyć ją za pomocą Server-Side Rendering (SSR).
6
6
  keywords:
@@ -187,7 +187,7 @@ Teraz możesz użyć funkcji `useIntlayer` w dowolnym komponencie Svelte. Zwraca
187
187
 
188
188
  > **Uwaga:** `useIntlayer` zwraca store Svelte, więc musisz użyć prefiksu `---
189
189
  > createdAt: 2025-11-20
190
- > updatedAt: 2025-11-20
190
+ > updatedAt: 2026-03-12
191
191
  > title: Jak przetłumaczyć swoją aplikację SvelteKit – przewodnik i18n 2026
192
192
  > description: Dowiedz się, jak uczynić swoją stronę SvelteKit wielojęzyczną. Postępuj zgodnie z dokumentacją, aby zinternacjonalizować (i18n) i przetłumaczyć ją za pomocą Server-Side Rendering (SSR).
193
193
  > keywords:
@@ -746,6 +746,162 @@ Zaleca się ignorowanie plików generowanych przez Intlayer.
746
746
 
747
747
  ---
748
748
 
749
+ ### (Opcjonalnie) Krok 12 : Wyodrębnij zawartość swoich komponentów
750
+
751
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
752
+
753
+ Aby ułatwić ten proces, Intlayer proponuje [kompilator](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/compiler.md) / [ekstraktor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/cli/extract.md), aby przetransformować komponenty i wyodrębnić zawartość.
754
+
755
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
756
+
757
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
758
+ import { type IntlayerConfig } from "intlayer";
759
+
760
+ const config: IntlayerConfig = {
761
+ // ... Reszta Twojej konfiguracji
762
+ compiler: {
763
+ /**
764
+ * Wskazuje, czy kompilator powinien być włączony.
765
+ */
766
+ enabled: true,
767
+
768
+ /**
769
+ * Definiuje ścieżkę plików wyjściowych
770
+ */
771
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
772
+
773
+ /**
774
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
775
+ */
776
+ saveComponents: false,
777
+
778
+ /**
779
+ * Prefiks klucza słownika
780
+ */
781
+ dictionaryKeyPrefix: "",
782
+ },
783
+ };
784
+
785
+ export default config;
786
+ ```
787
+
788
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
789
+ /** @type {import('intlayer').IntlayerConfig} */
790
+ const config = {
791
+ // ... Reszta Twojej konfiguracji
792
+ compiler: {
793
+ /**
794
+ * Wskazuje, czy kompilator powinien być włączony.
795
+ */
796
+ enabled: true,
797
+
798
+ /**
799
+ * Definiuje ścieżkę plików wyjściowych
800
+ */
801
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
802
+
803
+ /**
804
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
805
+ */
806
+ saveComponents: false,
807
+
808
+ /**
809
+ * Prefiks klucza słownika
810
+ */
811
+ dictionaryKeyPrefix: "",
812
+ },
813
+ };
814
+
815
+ export default config;
816
+ ```
817
+
818
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
819
+ /** @type {import('intlayer').IntlayerConfig} */
820
+ const config = {
821
+ // ... Reszta Twojej konfiguracji
822
+ compiler: {
823
+ /**
824
+ * Wskazuje, czy kompilator powinien być włączony.
825
+ */
826
+ enabled: true,
827
+
828
+ /**
829
+ * Definiuje ścieżkę plików wyjściowych
830
+ */
831
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
832
+
833
+ /**
834
+ * Wskazuje, czy komponenty powinny zostać zapisane po transformacji. W ten sposób kompilator można uruchomić tylko raz, aby przetransformować aplikację, a następnie go usunąć.
835
+ */
836
+ saveComponents: false,
837
+
838
+ /**
839
+ * Prefiks klucza słownika
840
+ */
841
+ dictionaryKeyPrefix: "",
842
+ },
843
+ };
844
+
845
+ module.exports = config;
846
+ ```
847
+
848
+ <Tabs>
849
+ <Tab value='Polecenie wyodrębniania'>
850
+
851
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
852
+
853
+ ```bash packageManager="npm"
854
+ npx intlayer extract
855
+ ```
856
+
857
+ ```bash packageManager="pnpm"
858
+ pnpm intlayer extract
859
+ ```
860
+
861
+ ```bash packageManager="yarn"
862
+ yarn intlayer extract
863
+ ```
864
+
865
+ ```bash packageManager="bun"
866
+ bunx intlayer extract
867
+ ```
868
+
869
+ </Tab>
870
+ <Tab value='Kompilator Babel'>
871
+
872
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
873
+
874
+ ```ts fileName="vite.config.ts"
875
+ import { defineConfig } from "vite";
876
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
877
+
878
+ export default defineConfig({
879
+ plugins: [
880
+ intlayer(),
881
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
882
+ ],
883
+ });
884
+ ```
885
+
886
+ ```bash packageManager="npm"
887
+ npm run build # Lub npm run dev
888
+ ```
889
+
890
+ ```bash packageManager="pnpm"
891
+ pnpm run build # Or pnpm run dev
892
+ ```
893
+
894
+ ```bash packageManager="yarn"
895
+ yarn build # Or yarn dev
896
+ ```
897
+
898
+ ```bash packageManager="bun"
899
+ bun run build # Or bun run dev
900
+ ```
901
+
902
+ </Tab>
903
+ </Tabs>
904
+
749
905
  ### Idź dalej
750
906
 
751
907
  - **Edytor wizualny**: Zintegruj [Intlayer Visual Editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md), aby edytować tłumaczenia bezpośrednio z interfejsu użytkownika.