@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: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: Tanstack Start i18n - Jak przetłumaczyć aplikację Tanstack Start w 2026
5
5
  description: Dowiedz się, jak dodać internacjonalizację (i18n) do swojej aplikacji Tanstack Start 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:
@@ -773,6 +773,164 @@ Upewnij się, że Twoja konfiguracja TypeScript zawiera automatycznie generowane
773
773
 
774
774
  ---
775
775
 
776
+ ### (Opcjonalnie) Krok 17 : Wyodrębnij zawartość swoich komponentów
777
+
778
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
779
+
780
+ 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ść.
781
+
782
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
783
+
784
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
785
+ import { type IntlayerConfig } from "intlayer";
786
+
787
+ const config: IntlayerConfig = {
788
+ // ... Reszta Twojej konfiguracji
789
+ compiler: {
790
+ /**
791
+ * Wskazuje, czy kompilator powinien być włączony.
792
+ */
793
+ enabled: true,
794
+
795
+ /**
796
+ * Definiuje ścieżkę plików wyjściowych
797
+ */
798
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
799
+
800
+ /**
801
+ * 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ąć.
802
+ */
803
+ saveComponents: false,
804
+
805
+ /**
806
+ * Prefiks klucza słownika
807
+ */
808
+ dictionaryKeyPrefix: "",
809
+ },
810
+ };
811
+
812
+ export default config;
813
+ ```
814
+
815
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
816
+ /** @type {import('intlayer').IntlayerConfig} */
817
+ const config = {
818
+ // ... Reszta Twojej konfiguracji
819
+ compiler: {
820
+ /**
821
+ * Wskazuje, czy kompilator powinien być włączony.
822
+ */
823
+ enabled: true,
824
+
825
+ /**
826
+ * Definiuje ścieżkę plików wyjściowych
827
+ */
828
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
829
+
830
+ /**
831
+ * 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ąć.
832
+ */
833
+ saveComponents: false,
834
+
835
+ /**
836
+ * Prefiks klucza słownika
837
+ */
838
+ dictionaryKeyPrefix: "",
839
+ },
840
+ };
841
+
842
+ export default config;
843
+ ```
844
+
845
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
846
+ /** @type {import('intlayer').IntlayerConfig} */
847
+ const config = {
848
+ // ... Reszta Twojej konfiguracji
849
+ compiler: {
850
+ /**
851
+ * Wskazuje, czy kompilator powinien być włączony.
852
+ */
853
+ enabled: true,
854
+
855
+ /**
856
+ * Definiuje ścieżkę plików wyjściowych
857
+ */
858
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
859
+
860
+ /**
861
+ * 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ąć.
862
+ */
863
+ saveComponents: false,
864
+
865
+ /**
866
+ * Prefiks klucza słownika
867
+ */
868
+ dictionaryKeyPrefix: "",
869
+ },
870
+ };
871
+
872
+ module.exports = config;
873
+ ```
874
+
875
+ <Tabs>
876
+ <Tab value='Polecenie wyodrębniania'>
877
+
878
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
879
+
880
+ ```bash packageManager="npm"
881
+ npx intlayer extract
882
+ ```
883
+
884
+ ```bash packageManager="pnpm"
885
+ pnpm intlayer extract
886
+ ```
887
+
888
+ ```bash packageManager="yarn"
889
+ yarn intlayer extract
890
+ ```
891
+
892
+ ```bash packageManager="bun"
893
+ bunx intlayer extract
894
+ ```
895
+
896
+ </Tab>
897
+ <Tab value='Kompilator Babel'>
898
+
899
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
900
+
901
+ ```ts fileName="vite.config.ts"
902
+ import { defineConfig } from "vite";
903
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
904
+
905
+ export default defineConfig({
906
+ plugins: [
907
+ intlayer(),
908
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
909
+ ],
910
+ });
911
+ ```
912
+
913
+ ```bash packageManager="npm"
914
+ npm run build # Lub npm run dev
915
+ ```
916
+
917
+ ```bash packageManager="pnpm"
918
+ pnpm run build # Or pnpm run dev
919
+ ```
920
+
921
+ ```bash packageManager="yarn"
922
+ yarn build # Or yarn dev
923
+ ```
924
+
925
+ ```bash packageManager="bun"
926
+ bun run build # Or bun run dev
927
+ ```
928
+
929
+ </Tab>
930
+ </Tabs>
931
+
932
+ ---
933
+
776
934
  ### Konfiguracja Git
777
935
 
778
936
  Zaleca się ignorowanie plików generowanych przez Intlayer. Pozwala to uniknąć ich zatwierdzania do repozytorium Git.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: Vite + Preact i18n - Jak przetłumaczyć aplikację Preact w 2026
5
5
  description: Dowiedz się, jak uczynić swoją stronę Vite i Preact wielojęzyczną. Postępuj zgodnie z dokumentacją, aby zinternacjonalizować (i18n) i przetłumaczyć ją.
6
6
  keywords:
@@ -1340,7 +1340,7 @@ Zaleca się ignorowanie plików generowanych przez Intlayer. Pozwala to unikną
1340
1340
 
1341
1341
  Aby to zrobić, możesz dodać następujące instrukcje do swojego pliku `.gitignore`:
1342
1342
 
1343
- ```plaintext
1343
+ ```bash
1344
1344
  # Ignore the files generated by Intlayer
1345
1345
  .intlayer
1346
1346
  ```
@@ -1362,6 +1362,162 @@ Więcej szczegółów na temat korzystania z rozszerzenia znajdziesz w [dokument
1362
1362
 
1363
1363
  ---
1364
1364
 
1365
+ ### (Opcjonalnie) Krok 12 : Wyodrębnij zawartość swoich komponentów
1366
+
1367
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
1368
+
1369
+ 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ść.
1370
+
1371
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
1372
+
1373
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
1374
+ import { type IntlayerConfig } from "intlayer";
1375
+
1376
+ const config: IntlayerConfig = {
1377
+ // ... Reszta Twojej konfiguracji
1378
+ compiler: {
1379
+ /**
1380
+ * Wskazuje, czy kompilator powinien być włączony.
1381
+ */
1382
+ enabled: true,
1383
+
1384
+ /**
1385
+ * Definiuje ścieżkę plików wyjściowych
1386
+ */
1387
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1388
+
1389
+ /**
1390
+ * 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ąć.
1391
+ */
1392
+ saveComponents: false,
1393
+
1394
+ /**
1395
+ * Prefiks klucza słownika
1396
+ */
1397
+ dictionaryKeyPrefix: "",
1398
+ },
1399
+ };
1400
+
1401
+ export default config;
1402
+ ```
1403
+
1404
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
1405
+ /** @type {import('intlayer').IntlayerConfig} */
1406
+ const config = {
1407
+ // ... Reszta Twojej konfiguracji
1408
+ compiler: {
1409
+ /**
1410
+ * Wskazuje, czy kompilator powinien być włączony.
1411
+ */
1412
+ enabled: true,
1413
+
1414
+ /**
1415
+ * Definiuje ścieżkę plików wyjściowych
1416
+ */
1417
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1418
+
1419
+ /**
1420
+ * 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ąć.
1421
+ */
1422
+ saveComponents: false,
1423
+
1424
+ /**
1425
+ * Prefiks klucza słownika
1426
+ */
1427
+ dictionaryKeyPrefix: "",
1428
+ },
1429
+ };
1430
+
1431
+ export default config;
1432
+ ```
1433
+
1434
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
1435
+ /** @type {import('intlayer').IntlayerConfig} */
1436
+ const config = {
1437
+ // ... Reszta Twojej konfiguracji
1438
+ compiler: {
1439
+ /**
1440
+ * Wskazuje, czy kompilator powinien być włączony.
1441
+ */
1442
+ enabled: true,
1443
+
1444
+ /**
1445
+ * Definiuje ścieżkę plików wyjściowych
1446
+ */
1447
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1448
+
1449
+ /**
1450
+ * 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ąć.
1451
+ */
1452
+ saveComponents: false,
1453
+
1454
+ /**
1455
+ * Prefiks klucza słownika
1456
+ */
1457
+ dictionaryKeyPrefix: "",
1458
+ },
1459
+ };
1460
+
1461
+ module.exports = config;
1462
+ ```
1463
+
1464
+ <Tabs>
1465
+ <Tab value='Polecenie wyodrębniania'>
1466
+
1467
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
1468
+
1469
+ ```bash packageManager="npm"
1470
+ npx intlayer extract
1471
+ ```
1472
+
1473
+ ```bash packageManager="pnpm"
1474
+ pnpm intlayer extract
1475
+ ```
1476
+
1477
+ ```bash packageManager="yarn"
1478
+ yarn intlayer extract
1479
+ ```
1480
+
1481
+ ```bash packageManager="bun"
1482
+ bunx intlayer extract
1483
+ ```
1484
+
1485
+ </Tab>
1486
+ <Tab value='Kompilator Babel'>
1487
+
1488
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
1489
+
1490
+ ```ts fileName="vite.config.ts"
1491
+ import { defineConfig } from "vite";
1492
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
1493
+
1494
+ export default defineConfig({
1495
+ plugins: [
1496
+ intlayer(),
1497
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
1498
+ ],
1499
+ });
1500
+ ```
1501
+
1502
+ ```bash packageManager="npm"
1503
+ npm run build # Lub npm run dev
1504
+ ```
1505
+
1506
+ ```bash packageManager="pnpm"
1507
+ pnpm run build # Or pnpm run dev
1508
+ ```
1509
+
1510
+ ```bash packageManager="yarn"
1511
+ yarn build # Or yarn dev
1512
+ ```
1513
+
1514
+ ```bash packageManager="bun"
1515
+ bun run build # Or bun run dev
1516
+ ```
1517
+
1518
+ </Tab>
1519
+ </Tabs>
1520
+
1365
1521
  ### Idź dalej
1366
1522
 
1367
1523
  Aby pójść dalej, możesz zaimplementować [edytor wizualny](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md) lub wyeksportować swoją treść za pomocą [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_CMS.md).
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-03-07
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: Vite + React i18n - Jak przetłumaczyć aplikację React w 2026
5
5
  description: Dowiedz się, jak dodać internacjonalizację (i18n) do swojej aplikacji Vite i React za pomocą Intlayer. Postępuj zgodnie z tym przewodnikiem, aby uczynić swoją aplikację wielojęzyczną.
6
6
  keywords:
@@ -1429,8 +1429,8 @@ Zaleca się ignorowanie plików generowanych przez Intlayer. Pozwala to unikną
1429
1429
 
1430
1430
  Aby to zrobić, możesz dodać następujące instrukcje do pliku `.gitignore`:
1431
1431
 
1432
- ```plaintext
1433
- # Ignoruj pliki generowane przez Intlayer
1432
+ ```bash
1433
+ # Ignoruj pliki generowane przez Intlayer
1434
1434
  .intlayer
1435
1435
  ```
1436
1436
 
@@ -1451,6 +1451,162 @@ Aby uzyskać więcej informacji na temat korzystania z rozszerzenia, zapoznaj si
1451
1451
 
1452
1452
  ---
1453
1453
 
1454
+ ### (Opcjonalnie) Krok 11 : Wyodrębnij zawartość swoich komponentów
1455
+
1456
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
1457
+
1458
+ 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ść.
1459
+
1460
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
1461
+
1462
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
1463
+ import { type IntlayerConfig } from "intlayer";
1464
+
1465
+ const config: IntlayerConfig = {
1466
+ // ... Reszta Twojej konfiguracji
1467
+ compiler: {
1468
+ /**
1469
+ * Wskazuje, czy kompilator powinien być włączony.
1470
+ */
1471
+ enabled: true,
1472
+
1473
+ /**
1474
+ * Definiuje ścieżkę plików wyjściowych
1475
+ */
1476
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1477
+
1478
+ /**
1479
+ * 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ąć.
1480
+ */
1481
+ saveComponents: false,
1482
+
1483
+ /**
1484
+ * Prefiks klucza słownika
1485
+ */
1486
+ dictionaryKeyPrefix: "",
1487
+ },
1488
+ };
1489
+
1490
+ export default config;
1491
+ ```
1492
+
1493
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
1494
+ /** @type {import('intlayer').IntlayerConfig} */
1495
+ const config = {
1496
+ // ... Reszta Twojej konfiguracji
1497
+ compiler: {
1498
+ /**
1499
+ * Wskazuje, czy kompilator powinien być włączony.
1500
+ */
1501
+ enabled: true,
1502
+
1503
+ /**
1504
+ * Definiuje ścieżkę plików wyjściowych
1505
+ */
1506
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1507
+
1508
+ /**
1509
+ * 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ąć.
1510
+ */
1511
+ saveComponents: false,
1512
+
1513
+ /**
1514
+ * Prefiks klucza słownika
1515
+ */
1516
+ dictionaryKeyPrefix: "",
1517
+ },
1518
+ };
1519
+
1520
+ export default config;
1521
+ ```
1522
+
1523
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
1524
+ /** @type {import('intlayer').IntlayerConfig} */
1525
+ const config = {
1526
+ // ... Reszta Twojej konfiguracji
1527
+ compiler: {
1528
+ /**
1529
+ * Wskazuje, czy kompilator powinien być włączony.
1530
+ */
1531
+ enabled: true,
1532
+
1533
+ /**
1534
+ * Definiuje ścieżkę plików wyjściowych
1535
+ */
1536
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1537
+
1538
+ /**
1539
+ * 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ąć.
1540
+ */
1541
+ saveComponents: false,
1542
+
1543
+ /**
1544
+ * Prefiks klucza słownika
1545
+ */
1546
+ dictionaryKeyPrefix: "",
1547
+ },
1548
+ };
1549
+
1550
+ module.exports = config;
1551
+ ```
1552
+
1553
+ <Tabs>
1554
+ <Tab value='Polecenie wyodrębniania'>
1555
+
1556
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
1557
+
1558
+ ```bash packageManager="npm"
1559
+ npx intlayer extract
1560
+ ```
1561
+
1562
+ ```bash packageManager="pnpm"
1563
+ pnpm intlayer extract
1564
+ ```
1565
+
1566
+ ```bash packageManager="yarn"
1567
+ yarn intlayer extract
1568
+ ```
1569
+
1570
+ ```bash packageManager="bun"
1571
+ bunx intlayer extract
1572
+ ```
1573
+
1574
+ </Tab>
1575
+ <Tab value='Kompilator Babel'>
1576
+
1577
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
1578
+
1579
+ ```ts fileName="vite.config.ts"
1580
+ import { defineConfig } from "vite";
1581
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
1582
+
1583
+ export default defineConfig({
1584
+ plugins: [
1585
+ intlayer(),
1586
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
1587
+ ],
1588
+ });
1589
+ ```
1590
+
1591
+ ```bash packageManager="npm"
1592
+ npm run build # Lub npm run dev
1593
+ ```
1594
+
1595
+ ```bash packageManager="pnpm"
1596
+ pnpm run build # Or pnpm run dev
1597
+ ```
1598
+
1599
+ ```bash packageManager="yarn"
1600
+ yarn build # Or yarn dev
1601
+ ```
1602
+
1603
+ ```bash packageManager="bun"
1604
+ bun run build # Or bun run dev
1605
+ ```
1606
+
1607
+ </Tab>
1608
+ </Tabs>
1609
+
1454
1610
  ### Idź dalej
1455
1611
 
1456
1612
  Aby pójść dalej, możesz zaimplementować [edytor wizualny](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md) lub wyodrębnić swoją zawartość, korzystając z [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_CMS.md).
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-04-18
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: Vite + Solid i18n - Jak przetłumaczyć aplikację Solid w 2026
5
5
  description: Dowiedz się, jak uczynić swoją stronę Vite i Solid wielojęzyczną. Postępuj zgodnie z dokumentacją, aby internacjonalizować (i18n) i tłumaczyć ją.
6
6
  keywords:
@@ -555,8 +555,8 @@ Zaleca się ignorowanie plików generowanych przez Intlayer. Pozwala to unikną
555
555
 
556
556
  Aby to zrobić, możesz dodać następujące instrukcje do swojego pliku `.gitignore`:
557
557
 
558
- ```plaintext
559
- # Ignoruj pliki generowane przez Intlayer
558
+ ```bash
559
+ # Ignoruj pliki generowane przez Intlayer
560
560
  .intlayer
561
561
  ```
562
562
 
@@ -577,6 +577,162 @@ Aby uzyskać więcej szczegółów na temat korzystania z rozszerzenia, zapoznaj
577
577
 
578
578
  ---
579
579
 
580
+ ### (Opcjonalnie) Krok 12 : Wyodrębnij zawartość swoich komponentów
581
+
582
+ Jeśli masz istniejącą bazę kodu, transformacja tysięcy plików może być czasochłonna.
583
+
584
+ 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ść.
585
+
586
+ Aby go skonfigurować, możesz dodać sekcję `compiler` w pliku `intlayer.config.ts`:
587
+
588
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
589
+ import { type IntlayerConfig } from "intlayer";
590
+
591
+ const config: IntlayerConfig = {
592
+ // ... Reszta Twojej konfiguracji
593
+ compiler: {
594
+ /**
595
+ * Wskazuje, czy kompilator powinien być włączony.
596
+ */
597
+ enabled: true,
598
+
599
+ /**
600
+ * Definiuje ścieżkę plików wyjściowych
601
+ */
602
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
603
+
604
+ /**
605
+ * 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ąć.
606
+ */
607
+ saveComponents: false,
608
+
609
+ /**
610
+ * Prefiks klucza słownika
611
+ */
612
+ dictionaryKeyPrefix: "",
613
+ },
614
+ };
615
+
616
+ export default config;
617
+ ```
618
+
619
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
620
+ /** @type {import('intlayer').IntlayerConfig} */
621
+ const config = {
622
+ // ... Reszta Twojej konfiguracji
623
+ compiler: {
624
+ /**
625
+ * Wskazuje, czy kompilator powinien być włączony.
626
+ */
627
+ enabled: true,
628
+
629
+ /**
630
+ * Definiuje ścieżkę plików wyjściowych
631
+ */
632
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
633
+
634
+ /**
635
+ * 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ąć.
636
+ */
637
+ saveComponents: false,
638
+
639
+ /**
640
+ * Prefiks klucza słownika
641
+ */
642
+ dictionaryKeyPrefix: "",
643
+ },
644
+ };
645
+
646
+ export default config;
647
+ ```
648
+
649
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
650
+ /** @type {import('intlayer').IntlayerConfig} */
651
+ const config = {
652
+ // ... Reszta Twojej konfiguracji
653
+ compiler: {
654
+ /**
655
+ * Wskazuje, czy kompilator powinien być włączony.
656
+ */
657
+ enabled: true,
658
+
659
+ /**
660
+ * Definiuje ścieżkę plików wyjściowych
661
+ */
662
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
663
+
664
+ /**
665
+ * 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ąć.
666
+ */
667
+ saveComponents: false,
668
+
669
+ /**
670
+ * Prefiks klucza słownika
671
+ */
672
+ dictionaryKeyPrefix: "",
673
+ },
674
+ };
675
+
676
+ module.exports = config;
677
+ ```
678
+
679
+ <Tabs>
680
+ <Tab value='Polecenie wyodrębniania'>
681
+
682
+ Uruchom ekstraktor, aby przetransformować komponenty i wyodrębnić zawartość
683
+
684
+ ```bash packageManager="npm"
685
+ npx intlayer extract
686
+ ```
687
+
688
+ ```bash packageManager="pnpm"
689
+ pnpm intlayer extract
690
+ ```
691
+
692
+ ```bash packageManager="yarn"
693
+ yarn intlayer extract
694
+ ```
695
+
696
+ ```bash packageManager="bun"
697
+ bunx intlayer extract
698
+ ```
699
+
700
+ </Tab>
701
+ <Tab value='Kompilator Babel'>
702
+
703
+ Zaktualizuj `vite.config.ts`, aby dołączyć wtyczkę `intlayerCompiler`:
704
+
705
+ ```ts fileName="vite.config.ts"
706
+ import { defineConfig } from "vite";
707
+ import { intlayer, intlayerCompiler } from "vite-intlayer";
708
+
709
+ export default defineConfig({
710
+ plugins: [
711
+ intlayer(),
712
+ intlayerCompiler(), // Dodaje wtyczkę kompilatora
713
+ ],
714
+ });
715
+ ```
716
+
717
+ ```bash packageManager="npm"
718
+ npm run build # Lub npm run dev
719
+ ```
720
+
721
+ ```bash packageManager="pnpm"
722
+ pnpm run build # Or pnpm run dev
723
+ ```
724
+
725
+ ```bash packageManager="yarn"
726
+ yarn build # Or yarn dev
727
+ ```
728
+
729
+ ```bash packageManager="bun"
730
+ bun run build # Or bun run dev
731
+ ```
732
+
733
+ </Tab>
734
+ </Tabs>
735
+
580
736
  ### Idź dalej
581
737
 
582
738
  Aby pójść dalej, możesz zaimplementować [edytor wizualny](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_visual_editor.md) lub wyeksportować swoją zawartość, korzystając z [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/pl/intlayer_CMS.md).