@intlayer/docs 8.9.7 → 8.10.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (851) hide show
  1. package/README.md +14 -0
  2. package/blog/en/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  3. package/blog/en/vue-i18n_vs_intlayer.md +0 -2
  4. package/blog/id/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  5. package/blog/id/vue-i18n_vs_intlayer.md +0 -2
  6. package/blog/pl/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  7. package/blog/pl/vue-i18n_vs_intlayer.md +0 -2
  8. package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +0 -2
  9. package/blog/tr/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  10. package/blog/tr/vue-i18n_vs_intlayer.md +0 -2
  11. package/blog/uk/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  12. package/blog/uk/vue-i18n_vs_intlayer.md +0 -2
  13. package/blog/vi/react-i18next_vs_react-intl_vs_intlayer.md +0 -2
  14. package/blog/vi/vue-i18n_vs_intlayer.md +0 -2
  15. package/dist/cjs/blog.cjs.map +1 -1
  16. package/dist/cjs/common.cjs.map +1 -1
  17. package/dist/cjs/doc.cjs.map +1 -1
  18. package/dist/cjs/frequentQuestions.cjs.map +1 -1
  19. package/dist/cjs/generated/blog.entry.cjs.map +1 -1
  20. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  21. package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
  22. package/dist/cjs/generated/legal.entry.cjs.map +1 -1
  23. package/dist/cjs/legal.cjs.map +1 -1
  24. package/dist/esm/blog.mjs.map +1 -1
  25. package/dist/esm/common.mjs.map +1 -1
  26. package/dist/esm/doc.mjs.map +1 -1
  27. package/dist/esm/frequentQuestions.mjs.map +1 -1
  28. package/dist/esm/generated/blog.entry.mjs.map +1 -1
  29. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  30. package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
  31. package/dist/esm/generated/legal.entry.mjs.map +1 -1
  32. package/dist/esm/legal.mjs.map +1 -1
  33. package/dist/types/blog.d.ts.map +1 -1
  34. package/dist/types/common.d.ts.map +1 -1
  35. package/dist/types/doc.d.ts.map +1 -1
  36. package/dist/types/frequentQuestions.d.ts.map +1 -1
  37. package/dist/types/legal.d.ts.map +1 -1
  38. package/docs/ar/benchmark/nextjs.md +20 -11
  39. package/docs/ar/benchmark/solid.md +14 -5
  40. package/docs/ar/benchmark/svelte.md +14 -5
  41. package/docs/ar/benchmark/tanstack.md +16 -7
  42. package/docs/ar/benchmark/vue.md +14 -5
  43. package/docs/ar/configuration.md +6 -6
  44. package/docs/ar/custom_domains.md +11 -11
  45. package/docs/ar/dictionary/content_file.md +41 -0
  46. package/docs/ar/interest_of_intlayer.md +0 -2
  47. package/docs/ar/intlayer_with_analog.md +1 -1
  48. package/docs/ar/intlayer_with_angular.md +1 -1
  49. package/docs/ar/intlayer_with_astro.md +1 -1
  50. package/docs/ar/intlayer_with_astro_lit.md +2 -2
  51. package/docs/ar/intlayer_with_astro_preact.md +3 -3
  52. package/docs/ar/intlayer_with_astro_react.md +2 -2
  53. package/docs/ar/intlayer_with_astro_solid.md +3 -3
  54. package/docs/ar/intlayer_with_astro_svelte.md +1 -1
  55. package/docs/ar/intlayer_with_astro_vanilla.md +1 -1
  56. package/docs/ar/intlayer_with_astro_vue.md +1 -1
  57. package/docs/ar/intlayer_with_nextjs_14.md +2 -2
  58. package/docs/ar/intlayer_with_nextjs_15.md +2 -2
  59. package/docs/ar/intlayer_with_nextjs_16.md +1 -1
  60. package/docs/ar/intlayer_with_nextjs_page_router.md +2 -2
  61. package/docs/ar/intlayer_with_nuxt.md +1 -1
  62. package/docs/ar/intlayer_with_react_native+expo.md +2 -2
  63. package/docs/ar/intlayer_with_react_router_v7.md +1 -1
  64. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +1 -1
  65. package/docs/ar/intlayer_with_storybook.md +7 -7
  66. package/docs/ar/intlayer_with_svelte_kit.md +1 -1
  67. package/docs/ar/intlayer_with_tanstack+solid.md +1 -1
  68. package/docs/ar/intlayer_with_tanstack.md +1 -1
  69. package/docs/ar/intlayer_with_vanilla.md +2 -2
  70. package/docs/ar/intlayer_with_vite+lit.md +1 -1
  71. package/docs/ar/intlayer_with_vite+preact.md +1 -1
  72. package/docs/ar/intlayer_with_vite+react.md +1 -1
  73. package/docs/ar/intlayer_with_vite+react_compiler.md +1 -1
  74. package/docs/ar/intlayer_with_vite+svelte.md +2 -2
  75. package/docs/ar/intlayer_with_vite+vanilla.md +4 -4
  76. package/docs/ar/intlayer_with_vite+vue.md +1 -1
  77. package/docs/ar/readme.md +13 -0
  78. package/docs/bn/cli/init.md +1 -1
  79. package/docs/bn/configuration.md +6 -6
  80. package/docs/bn/custom_domains.md +11 -11
  81. package/docs/bn/interest_of_intlayer.md +0 -2
  82. package/docs/bn/intlayer_with_storybook.md +7 -7
  83. package/docs/bn/intlayer_with_vanilla.md +2 -2
  84. package/docs/bn/intlayer_with_vite+lit.md +3 -3
  85. package/docs/bn/intlayer_with_vite+vanilla.md +5 -5
  86. package/docs/cs/cli/init.md +1 -1
  87. package/docs/cs/configuration.md +6 -6
  88. package/docs/cs/custom_domains.md +11 -11
  89. package/docs/cs/interest_of_intlayer.md +0 -2
  90. package/docs/cs/intlayer_with_storybook.md +7 -7
  91. package/docs/cs/intlayer_with_vanilla.md +2 -2
  92. package/docs/cs/intlayer_with_vite+lit.md +3 -3
  93. package/docs/cs/intlayer_with_vite+vanilla.md +5 -5
  94. package/docs/de/benchmark/nextjs.md +15 -6
  95. package/docs/de/benchmark/solid.md +14 -5
  96. package/docs/de/benchmark/svelte.md +14 -5
  97. package/docs/de/benchmark/tanstack.md +15 -6
  98. package/docs/de/benchmark/vue.md +14 -5
  99. package/docs/de/configuration.md +6 -6
  100. package/docs/de/custom_domains.md +11 -11
  101. package/docs/de/dictionary/content_file.md +41 -0
  102. package/docs/de/dictionary/markdown.md +36 -1
  103. package/docs/de/interest_of_intlayer.md +0 -2
  104. package/docs/de/intlayer_with_analog.md +1 -1
  105. package/docs/de/intlayer_with_angular.md +1 -1
  106. package/docs/de/intlayer_with_astro.md +1 -1
  107. package/docs/de/intlayer_with_astro_lit.md +2 -2
  108. package/docs/de/intlayer_with_astro_preact.md +3 -3
  109. package/docs/de/intlayer_with_astro_react.md +2 -2
  110. package/docs/de/intlayer_with_astro_solid.md +3 -3
  111. package/docs/de/intlayer_with_astro_svelte.md +1 -1
  112. package/docs/de/intlayer_with_astro_vanilla.md +1 -1
  113. package/docs/de/intlayer_with_astro_vue.md +1 -1
  114. package/docs/de/intlayer_with_nextjs_14.md +2 -2
  115. package/docs/de/intlayer_with_nextjs_15.md +2 -2
  116. package/docs/de/intlayer_with_nextjs_16.md +1 -1
  117. package/docs/de/intlayer_with_nextjs_page_router.md +2 -2
  118. package/docs/de/intlayer_with_nuxt.md +1 -1
  119. package/docs/de/intlayer_with_react_native+expo.md +2 -2
  120. package/docs/de/intlayer_with_react_router_v7.md +1 -1
  121. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +1 -1
  122. package/docs/de/intlayer_with_storybook.md +7 -7
  123. package/docs/de/intlayer_with_svelte_kit.md +1 -1
  124. package/docs/de/intlayer_with_tanstack+solid.md +1 -1
  125. package/docs/de/intlayer_with_tanstack.md +1 -1
  126. package/docs/de/intlayer_with_vanilla.md +2 -2
  127. package/docs/de/intlayer_with_vite+lit.md +2 -2
  128. package/docs/de/intlayer_with_vite+preact.md +2 -2
  129. package/docs/de/intlayer_with_vite+react.md +2 -2
  130. package/docs/de/intlayer_with_vite+react_compiler.md +2 -2
  131. package/docs/de/intlayer_with_vite+solid.md +1 -1
  132. package/docs/de/intlayer_with_vite+svelte.md +3 -3
  133. package/docs/de/intlayer_with_vite+vanilla.md +5 -5
  134. package/docs/de/intlayer_with_vite+vue.md +2 -2
  135. package/docs/de/readme.md +13 -0
  136. package/docs/en/agent_skills.md +2 -2
  137. package/docs/en/benchmark/___nextjs.md +1 -1
  138. package/docs/en/benchmark/___tanstack.md +2 -2
  139. package/docs/en/benchmark/nextjs.md +11 -2
  140. package/docs/en/benchmark/solid.md +10 -1
  141. package/docs/en/benchmark/svelte.md +10 -1
  142. package/docs/en/benchmark/tanstack.md +10 -1
  143. package/docs/en/benchmark/vue.md +10 -1
  144. package/docs/en/configuration.md +7 -7
  145. package/docs/en/custom_domains.md +11 -11
  146. package/docs/en/dictionary/content_file.md +41 -0
  147. package/docs/en/dictionary/markdown.md +38 -1
  148. package/docs/en/interest_of_intlayer.md +0 -2
  149. package/docs/en/intlayer_with_analog.md +1 -1
  150. package/docs/en/intlayer_with_angular.md +1 -1
  151. package/docs/en/intlayer_with_astro.md +1 -1
  152. package/docs/en/intlayer_with_astro_lit.md +4 -4
  153. package/docs/en/intlayer_with_astro_preact.md +3 -3
  154. package/docs/en/intlayer_with_astro_react.md +2 -2
  155. package/docs/en/intlayer_with_astro_solid.md +3 -3
  156. package/docs/en/intlayer_with_astro_svelte.md +1 -1
  157. package/docs/en/intlayer_with_astro_vanilla.md +1 -1
  158. package/docs/en/intlayer_with_astro_vue.md +1 -1
  159. package/docs/en/intlayer_with_nextjs_14.md +1 -1
  160. package/docs/en/intlayer_with_nextjs_15.md +1 -1
  161. package/docs/en/intlayer_with_nextjs_page_router.md +2 -2
  162. package/docs/en/intlayer_with_nuxt.md +1 -1
  163. package/docs/en/intlayer_with_react_native+expo.md +1 -1
  164. package/docs/en/intlayer_with_react_router_v7.md +1 -1
  165. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +1 -1
  166. package/docs/en/intlayer_with_storybook.md +7 -7
  167. package/docs/en/intlayer_with_svelte_kit.md +1 -1
  168. package/docs/en/intlayer_with_tanstack+solid.md +1 -1
  169. package/docs/en/intlayer_with_tanstack.md +1 -1
  170. package/docs/en/intlayer_with_vanilla.md +2 -2
  171. package/docs/en/intlayer_with_vite+lit.md +2 -2
  172. package/docs/en/intlayer_with_vite+preact.md +1 -1
  173. package/docs/en/intlayer_with_vite+react.md +1 -1
  174. package/docs/en/intlayer_with_vite+react_compiler.md +1 -1
  175. package/docs/en/intlayer_with_vite+svelte.md +2 -2
  176. package/docs/en/intlayer_with_vite+vanilla.md +4 -4
  177. package/docs/en/intlayer_with_vite+vue.md +1 -1
  178. package/docs/en/readme.md +13 -0
  179. package/docs/en-GB/agent_skills.md +2 -2
  180. package/docs/en-GB/benchmark/nextjs.md +16 -7
  181. package/docs/en-GB/benchmark/solid.md +14 -5
  182. package/docs/en-GB/benchmark/svelte.md +14 -5
  183. package/docs/en-GB/benchmark/tanstack.md +16 -7
  184. package/docs/en-GB/benchmark/vue.md +14 -5
  185. package/docs/en-GB/cli/init.md +1 -1
  186. package/docs/en-GB/configuration.md +7 -7
  187. package/docs/en-GB/custom_domains.md +11 -11
  188. package/docs/en-GB/dictionary/content_file.md +41 -0
  189. package/docs/en-GB/dictionary/markdown.md +37 -1
  190. package/docs/en-GB/interest_of_intlayer.md +0 -2
  191. package/docs/en-GB/intlayer_with_analog.md +1 -1
  192. package/docs/en-GB/intlayer_with_angular.md +1 -1
  193. package/docs/en-GB/intlayer_with_astro.md +1 -1
  194. package/docs/en-GB/intlayer_with_astro_lit.md +2 -2
  195. package/docs/en-GB/intlayer_with_astro_preact.md +3 -3
  196. package/docs/en-GB/intlayer_with_astro_react.md +2 -2
  197. package/docs/en-GB/intlayer_with_astro_solid.md +3 -3
  198. package/docs/en-GB/intlayer_with_astro_svelte.md +1 -1
  199. package/docs/en-GB/intlayer_with_astro_vanilla.md +1 -1
  200. package/docs/en-GB/intlayer_with_astro_vue.md +1 -1
  201. package/docs/en-GB/intlayer_with_nextjs_14.md +2 -2
  202. package/docs/en-GB/intlayer_with_nextjs_15.md +2 -2
  203. package/docs/en-GB/intlayer_with_nextjs_16.md +1 -1
  204. package/docs/en-GB/intlayer_with_nextjs_page_router.md +2 -2
  205. package/docs/en-GB/intlayer_with_nuxt.md +1 -1
  206. package/docs/en-GB/intlayer_with_react_native+expo.md +2 -2
  207. package/docs/en-GB/intlayer_with_react_router_v7.md +1 -1
  208. package/docs/en-GB/intlayer_with_react_router_v7_fs_routes.md +1 -1
  209. package/docs/en-GB/intlayer_with_storybook.md +7 -7
  210. package/docs/en-GB/intlayer_with_svelte_kit.md +1 -1
  211. package/docs/en-GB/intlayer_with_tanstack+solid.md +1 -1
  212. package/docs/en-GB/intlayer_with_tanstack.md +1 -1
  213. package/docs/en-GB/intlayer_with_vanilla.md +2 -2
  214. package/docs/en-GB/intlayer_with_vite+lit.md +2 -2
  215. package/docs/en-GB/intlayer_with_vite+preact.md +1 -1
  216. package/docs/en-GB/intlayer_with_vite+react.md +1 -1
  217. package/docs/en-GB/intlayer_with_vite+react_compiler.md +1 -1
  218. package/docs/en-GB/intlayer_with_vite+svelte.md +2 -2
  219. package/docs/en-GB/intlayer_with_vite+vanilla.md +4 -4
  220. package/docs/en-GB/intlayer_with_vite+vue.md +1 -1
  221. package/docs/en-GB/readme.md +13 -0
  222. package/docs/es/agent_skills.md +2 -2
  223. package/docs/es/benchmark/nextjs.md +15 -6
  224. package/docs/es/benchmark/solid.md +14 -5
  225. package/docs/es/benchmark/svelte.md +14 -5
  226. package/docs/es/benchmark/tanstack.md +15 -6
  227. package/docs/es/benchmark/vue.md +14 -5
  228. package/docs/es/configuration.md +1 -1
  229. package/docs/es/custom_domains.md +11 -11
  230. package/docs/es/dictionary/content_file.md +41 -0
  231. package/docs/es/dictionary/markdown.md +36 -1
  232. package/docs/es/interest_of_intlayer.md +0 -2
  233. package/docs/es/intlayer_with_analog.md +1 -1
  234. package/docs/es/intlayer_with_angular.md +1 -1
  235. package/docs/es/intlayer_with_astro.md +1 -1
  236. package/docs/es/intlayer_with_astro_lit.md +2 -2
  237. package/docs/es/intlayer_with_astro_preact.md +3 -3
  238. package/docs/es/intlayer_with_astro_react.md +2 -2
  239. package/docs/es/intlayer_with_astro_solid.md +3 -3
  240. package/docs/es/intlayer_with_astro_svelte.md +1 -1
  241. package/docs/es/intlayer_with_astro_vanilla.md +1 -1
  242. package/docs/es/intlayer_with_astro_vue.md +1 -1
  243. package/docs/es/intlayer_with_nextjs_14.md +2 -2
  244. package/docs/es/intlayer_with_nextjs_15.md +2 -2
  245. package/docs/es/intlayer_with_nextjs_16.md +1 -1
  246. package/docs/es/intlayer_with_nextjs_page_router.md +2 -2
  247. package/docs/es/intlayer_with_nuxt.md +1 -1
  248. package/docs/es/intlayer_with_react_native+expo.md +2 -2
  249. package/docs/es/intlayer_with_react_router_v7.md +1 -1
  250. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +1 -1
  251. package/docs/es/intlayer_with_storybook.md +5 -5
  252. package/docs/es/intlayer_with_svelte_kit.md +1 -1
  253. package/docs/es/intlayer_with_tanstack+solid.md +1 -1
  254. package/docs/es/intlayer_with_tanstack.md +1 -1
  255. package/docs/es/intlayer_with_vanilla.md +2 -2
  256. package/docs/es/intlayer_with_vite+lit.md +2 -2
  257. package/docs/es/intlayer_with_vite+preact.md +2 -2
  258. package/docs/es/intlayer_with_vite+react.md +2 -2
  259. package/docs/es/intlayer_with_vite+react_compiler.md +2 -2
  260. package/docs/es/intlayer_with_vite+solid.md +1 -1
  261. package/docs/es/intlayer_with_vite+svelte.md +3 -3
  262. package/docs/es/intlayer_with_vite+vanilla.md +4 -4
  263. package/docs/es/intlayer_with_vite+vue.md +2 -2
  264. package/docs/es/readme.md +13 -0
  265. package/docs/fr/agent_skills.md +2 -2
  266. package/docs/fr/benchmark/nextjs.md +20 -11
  267. package/docs/fr/benchmark/solid.md +14 -5
  268. package/docs/fr/benchmark/svelte.md +14 -5
  269. package/docs/fr/benchmark/tanstack.md +16 -7
  270. package/docs/fr/benchmark/vue.md +14 -5
  271. package/docs/fr/configuration.md +6 -6
  272. package/docs/fr/custom_domains.md +11 -11
  273. package/docs/fr/dictionary/content_file.md +41 -0
  274. package/docs/fr/dictionary/markdown.md +36 -1
  275. package/docs/fr/interest_of_intlayer.md +0 -2
  276. package/docs/fr/intlayer_with_analog.md +1 -1
  277. package/docs/fr/intlayer_with_angular.md +1 -1
  278. package/docs/fr/intlayer_with_astro.md +1 -1
  279. package/docs/fr/intlayer_with_astro_lit.md +4 -4
  280. package/docs/fr/intlayer_with_astro_preact.md +3 -3
  281. package/docs/fr/intlayer_with_astro_react.md +2 -2
  282. package/docs/fr/intlayer_with_astro_solid.md +3 -3
  283. package/docs/fr/intlayer_with_astro_svelte.md +1 -1
  284. package/docs/fr/intlayer_with_astro_vanilla.md +1 -1
  285. package/docs/fr/intlayer_with_astro_vue.md +1 -1
  286. package/docs/fr/intlayer_with_nextjs_14.md +2 -2
  287. package/docs/fr/intlayer_with_nextjs_15.md +2 -2
  288. package/docs/fr/intlayer_with_nextjs_16.md +1 -1
  289. package/docs/fr/intlayer_with_nextjs_page_router.md +2 -2
  290. package/docs/fr/intlayer_with_nuxt.md +1 -1
  291. package/docs/fr/intlayer_with_react_native+expo.md +2 -2
  292. package/docs/fr/intlayer_with_react_router_v7.md +1 -1
  293. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  294. package/docs/fr/intlayer_with_storybook.md +7 -7
  295. package/docs/fr/intlayer_with_svelte_kit.md +1 -1
  296. package/docs/fr/intlayer_with_tanstack+solid.md +1 -1
  297. package/docs/fr/intlayer_with_tanstack.md +1 -1
  298. package/docs/fr/intlayer_with_vanilla.md +2 -2
  299. package/docs/fr/intlayer_with_vite+lit.md +3 -3
  300. package/docs/fr/intlayer_with_vite+preact.md +2 -2
  301. package/docs/fr/intlayer_with_vite+react.md +2 -2
  302. package/docs/fr/intlayer_with_vite+react_compiler.md +2 -2
  303. package/docs/fr/intlayer_with_vite+solid.md +1 -1
  304. package/docs/fr/intlayer_with_vite+svelte.md +3 -3
  305. package/docs/fr/intlayer_with_vite+vanilla.md +5 -5
  306. package/docs/fr/intlayer_with_vite+vue.md +2 -2
  307. package/docs/fr/readme.md +15 -0
  308. package/docs/hi/benchmark/nextjs.md +20 -11
  309. package/docs/hi/benchmark/solid.md +14 -5
  310. package/docs/hi/benchmark/svelte.md +14 -5
  311. package/docs/hi/benchmark/tanstack.md +16 -7
  312. package/docs/hi/benchmark/vue.md +14 -5
  313. package/docs/hi/cli/init.md +1 -1
  314. package/docs/hi/configuration.md +6 -6
  315. package/docs/hi/custom_domains.md +11 -11
  316. package/docs/hi/dictionary/content_file.md +41 -0
  317. package/docs/hi/dictionary/markdown.md +36 -1
  318. package/docs/hi/interest_of_intlayer.md +0 -2
  319. package/docs/hi/intlayer_with_analog.md +1 -1
  320. package/docs/hi/intlayer_with_angular.md +1 -1
  321. package/docs/hi/intlayer_with_astro.md +1 -1
  322. package/docs/hi/intlayer_with_astro_lit.md +2 -2
  323. package/docs/hi/intlayer_with_astro_preact.md +3 -3
  324. package/docs/hi/intlayer_with_astro_react.md +2 -2
  325. package/docs/hi/intlayer_with_astro_solid.md +3 -3
  326. package/docs/hi/intlayer_with_astro_svelte.md +1 -1
  327. package/docs/hi/intlayer_with_astro_vanilla.md +1 -1
  328. package/docs/hi/intlayer_with_astro_vue.md +1 -1
  329. package/docs/hi/intlayer_with_nextjs_14.md +2 -2
  330. package/docs/hi/intlayer_with_nextjs_15.md +2 -2
  331. package/docs/hi/intlayer_with_nextjs_16.md +1 -1
  332. package/docs/hi/intlayer_with_nextjs_page_router.md +2 -2
  333. package/docs/hi/intlayer_with_nuxt.md +1 -1
  334. package/docs/hi/intlayer_with_react_native+expo.md +2 -2
  335. package/docs/hi/intlayer_with_react_router_v7.md +1 -1
  336. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  337. package/docs/hi/intlayer_with_storybook.md +7 -7
  338. package/docs/hi/intlayer_with_svelte_kit.md +1 -1
  339. package/docs/hi/intlayer_with_tanstack+solid.md +1 -1
  340. package/docs/hi/intlayer_with_tanstack.md +1 -1
  341. package/docs/hi/intlayer_with_vanilla.md +2 -2
  342. package/docs/hi/intlayer_with_vite+lit.md +3 -3
  343. package/docs/hi/intlayer_with_vite+preact.md +2 -2
  344. package/docs/hi/intlayer_with_vite+react.md +2 -2
  345. package/docs/hi/intlayer_with_vite+react_compiler.md +2 -2
  346. package/docs/hi/intlayer_with_vite+solid.md +1 -1
  347. package/docs/hi/intlayer_with_vite+svelte.md +3 -3
  348. package/docs/hi/intlayer_with_vite+vanilla.md +5 -5
  349. package/docs/hi/intlayer_with_vite+vue.md +2 -2
  350. package/docs/hi/readme.md +14 -1
  351. package/docs/id/agent_skills.md +2 -2
  352. package/docs/id/benchmark/nextjs.md +20 -11
  353. package/docs/id/benchmark/solid.md +14 -5
  354. package/docs/id/benchmark/svelte.md +14 -5
  355. package/docs/id/benchmark/tanstack.md +16 -7
  356. package/docs/id/benchmark/vue.md +14 -5
  357. package/docs/id/cli/init.md +1 -1
  358. package/docs/id/configuration.md +6 -6
  359. package/docs/id/custom_domains.md +11 -11
  360. package/docs/id/dictionary/content_file.md +41 -0
  361. package/docs/id/dictionary/markdown.md +36 -1
  362. package/docs/id/interest_of_intlayer.md +0 -2
  363. package/docs/id/intlayer_with_analog.md +1 -1
  364. package/docs/id/intlayer_with_angular.md +1 -1
  365. package/docs/id/intlayer_with_astro.md +1 -1
  366. package/docs/id/intlayer_with_astro_lit.md +2 -2
  367. package/docs/id/intlayer_with_astro_preact.md +3 -3
  368. package/docs/id/intlayer_with_astro_react.md +2 -2
  369. package/docs/id/intlayer_with_astro_solid.md +3 -3
  370. package/docs/id/intlayer_with_astro_svelte.md +1 -1
  371. package/docs/id/intlayer_with_astro_vanilla.md +1 -1
  372. package/docs/id/intlayer_with_astro_vue.md +1 -1
  373. package/docs/id/intlayer_with_nextjs_14.md +1 -1
  374. package/docs/id/intlayer_with_nextjs_15.md +1 -1
  375. package/docs/id/intlayer_with_nextjs_16.md +1 -1
  376. package/docs/id/intlayer_with_nextjs_page_router.md +2 -2
  377. package/docs/id/intlayer_with_nuxt.md +1 -1
  378. package/docs/id/intlayer_with_react_native+expo.md +1 -1
  379. package/docs/id/intlayer_with_react_router_v7.md +1 -1
  380. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +1 -1
  381. package/docs/id/intlayer_with_storybook.md +7 -7
  382. package/docs/id/intlayer_with_svelte_kit.md +1 -1
  383. package/docs/id/intlayer_with_tanstack+solid.md +1 -1
  384. package/docs/id/intlayer_with_tanstack.md +1 -1
  385. package/docs/id/intlayer_with_vanilla.md +2 -2
  386. package/docs/id/intlayer_with_vite+lit.md +2 -2
  387. package/docs/id/intlayer_with_vite+preact.md +1 -1
  388. package/docs/id/intlayer_with_vite+react.md +1 -1
  389. package/docs/id/intlayer_with_vite+react_compiler.md +1 -1
  390. package/docs/id/intlayer_with_vite+svelte.md +2 -2
  391. package/docs/id/intlayer_with_vite+vanilla.md +4 -4
  392. package/docs/id/intlayer_with_vite+vue.md +1 -1
  393. package/docs/id/readme.md +13 -0
  394. package/docs/it/benchmark/nextjs.md +18 -9
  395. package/docs/it/benchmark/solid.md +14 -5
  396. package/docs/it/benchmark/svelte.md +14 -5
  397. package/docs/it/benchmark/tanstack.md +16 -7
  398. package/docs/it/benchmark/vue.md +14 -5
  399. package/docs/it/configuration.md +6 -6
  400. package/docs/it/custom_domains.md +11 -11
  401. package/docs/it/dictionary/content_file.md +41 -0
  402. package/docs/it/dictionary/markdown.md +36 -1
  403. package/docs/it/interest_of_intlayer.md +0 -2
  404. package/docs/it/intlayer_with_analog.md +1 -1
  405. package/docs/it/intlayer_with_angular.md +1 -1
  406. package/docs/it/intlayer_with_astro.md +1 -1
  407. package/docs/it/intlayer_with_astro_lit.md +2 -2
  408. package/docs/it/intlayer_with_astro_preact.md +3 -3
  409. package/docs/it/intlayer_with_astro_react.md +2 -2
  410. package/docs/it/intlayer_with_astro_solid.md +3 -3
  411. package/docs/it/intlayer_with_astro_svelte.md +1 -1
  412. package/docs/it/intlayer_with_astro_vanilla.md +1 -1
  413. package/docs/it/intlayer_with_astro_vue.md +1 -1
  414. package/docs/it/intlayer_with_nextjs_14.md +2 -2
  415. package/docs/it/intlayer_with_nextjs_15.md +2 -2
  416. package/docs/it/intlayer_with_nextjs_16.md +1 -1
  417. package/docs/it/intlayer_with_nextjs_page_router.md +2 -2
  418. package/docs/it/intlayer_with_nuxt.md +1 -1
  419. package/docs/it/intlayer_with_react_native+expo.md +2 -2
  420. package/docs/it/intlayer_with_react_router_v7.md +1 -1
  421. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +1 -1
  422. package/docs/it/intlayer_with_storybook.md +7 -7
  423. package/docs/it/intlayer_with_svelte_kit.md +1 -1
  424. package/docs/it/intlayer_with_tanstack+solid.md +1 -1
  425. package/docs/it/intlayer_with_tanstack.md +1 -1
  426. package/docs/it/intlayer_with_vanilla.md +2 -2
  427. package/docs/it/intlayer_with_vite+lit.md +2 -2
  428. package/docs/it/intlayer_with_vite+preact.md +2 -2
  429. package/docs/it/intlayer_with_vite+react.md +2 -2
  430. package/docs/it/intlayer_with_vite+react_compiler.md +2 -2
  431. package/docs/it/intlayer_with_vite+solid.md +1 -1
  432. package/docs/it/intlayer_with_vite+svelte.md +3 -3
  433. package/docs/it/intlayer_with_vite+vanilla.md +5 -5
  434. package/docs/it/intlayer_with_vite+vue.md +1 -1
  435. package/docs/it/readme.md +13 -0
  436. package/docs/ja/benchmark/nextjs.md +15 -6
  437. package/docs/ja/benchmark/solid.md +10 -1
  438. package/docs/ja/benchmark/svelte.md +10 -1
  439. package/docs/ja/benchmark/tanstack.md +15 -6
  440. package/docs/ja/benchmark/vue.md +10 -1
  441. package/docs/ja/configuration.md +1 -1
  442. package/docs/ja/custom_domains.md +9 -9
  443. package/docs/ja/dictionary/content_file.md +41 -0
  444. package/docs/ja/dictionary/markdown.md +36 -1
  445. package/docs/ja/interest_of_intlayer.md +0 -2
  446. package/docs/ja/intlayer_with_analog.md +1 -1
  447. package/docs/ja/intlayer_with_angular.md +1 -1
  448. package/docs/ja/intlayer_with_astro.md +1 -1
  449. package/docs/ja/intlayer_with_astro_lit.md +2 -2
  450. package/docs/ja/intlayer_with_astro_preact.md +2 -2
  451. package/docs/ja/intlayer_with_astro_react.md +1 -1
  452. package/docs/ja/intlayer_with_astro_solid.md +1 -1
  453. package/docs/ja/intlayer_with_astro_svelte.md +1 -1
  454. package/docs/ja/intlayer_with_astro_vanilla.md +1 -1
  455. package/docs/ja/intlayer_with_astro_vue.md +1 -1
  456. package/docs/ja/intlayer_with_nextjs_14.md +2 -2
  457. package/docs/ja/intlayer_with_nextjs_15.md +2 -2
  458. package/docs/ja/intlayer_with_nextjs_16.md +1 -1
  459. package/docs/ja/intlayer_with_nextjs_page_router.md +2 -2
  460. package/docs/ja/intlayer_with_nuxt.md +1 -1
  461. package/docs/ja/intlayer_with_react_native+expo.md +2 -2
  462. package/docs/ja/intlayer_with_react_router_v7.md +2 -2
  463. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +1 -1
  464. package/docs/ja/intlayer_with_storybook.md +5 -5
  465. package/docs/ja/intlayer_with_svelte_kit.md +1 -1
  466. package/docs/ja/intlayer_with_tanstack+solid.md +1 -1
  467. package/docs/ja/intlayer_with_tanstack.md +1 -1
  468. package/docs/ja/intlayer_with_vanilla.md +2 -2
  469. package/docs/ja/intlayer_with_vite+lit.md +1 -1
  470. package/docs/ja/intlayer_with_vite+preact.md +1 -1
  471. package/docs/ja/intlayer_with_vite+react.md +1 -1
  472. package/docs/ja/intlayer_with_vite+react_compiler.md +1 -1
  473. package/docs/ja/intlayer_with_vite+svelte.md +2 -2
  474. package/docs/ja/intlayer_with_vite+vanilla.md +2 -2
  475. package/docs/ja/intlayer_with_vite+vue.md +1 -1
  476. package/docs/ja/readme.md +13 -0
  477. package/docs/ko/benchmark/nextjs.md +15 -6
  478. package/docs/ko/benchmark/solid.md +13 -4
  479. package/docs/ko/benchmark/svelte.md +13 -4
  480. package/docs/ko/benchmark/tanstack.md +15 -6
  481. package/docs/ko/benchmark/vue.md +13 -4
  482. package/docs/ko/configuration.md +1 -1
  483. package/docs/ko/custom_domains.md +9 -9
  484. package/docs/ko/dictionary/content_file.md +41 -0
  485. package/docs/ko/dictionary/markdown.md +36 -1
  486. package/docs/ko/interest_of_intlayer.md +0 -2
  487. package/docs/ko/intlayer_with_analog.md +1 -1
  488. package/docs/ko/intlayer_with_angular.md +1 -1
  489. package/docs/ko/intlayer_with_astro.md +1 -1
  490. package/docs/ko/intlayer_with_astro_lit.md +2 -2
  491. package/docs/ko/intlayer_with_astro_preact.md +2 -2
  492. package/docs/ko/intlayer_with_astro_react.md +1 -1
  493. package/docs/ko/intlayer_with_astro_solid.md +1 -1
  494. package/docs/ko/intlayer_with_astro_svelte.md +1 -1
  495. package/docs/ko/intlayer_with_astro_vanilla.md +1 -1
  496. package/docs/ko/intlayer_with_astro_vue.md +1 -1
  497. package/docs/ko/intlayer_with_nextjs_14.md +2 -2
  498. package/docs/ko/intlayer_with_nextjs_15.md +2 -2
  499. package/docs/ko/intlayer_with_nextjs_16.md +1 -1
  500. package/docs/ko/intlayer_with_nextjs_page_router.md +2 -2
  501. package/docs/ko/intlayer_with_nuxt.md +1 -1
  502. package/docs/ko/intlayer_with_react_native+expo.md +2 -2
  503. package/docs/ko/intlayer_with_react_router_v7.md +1 -1
  504. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +1 -1
  505. package/docs/ko/intlayer_with_storybook.md +5 -5
  506. package/docs/ko/intlayer_with_svelte_kit.md +1 -1
  507. package/docs/ko/intlayer_with_tanstack+solid.md +1 -1
  508. package/docs/ko/intlayer_with_tanstack.md +1 -1
  509. package/docs/ko/intlayer_with_vanilla.md +2 -2
  510. package/docs/ko/intlayer_with_vite+lit.md +2 -2
  511. package/docs/ko/intlayer_with_vite+preact.md +2 -2
  512. package/docs/ko/intlayer_with_vite+react.md +2 -2
  513. package/docs/ko/intlayer_with_vite+react_compiler.md +2 -2
  514. package/docs/ko/intlayer_with_vite+solid.md +1 -1
  515. package/docs/ko/intlayer_with_vite+svelte.md +3 -3
  516. package/docs/ko/intlayer_with_vite+vanilla.md +3 -3
  517. package/docs/ko/intlayer_with_vite+vue.md +2 -2
  518. package/docs/ko/readme.md +13 -0
  519. package/docs/nl/configuration.md +6 -6
  520. package/docs/nl/custom_domains.md +11 -11
  521. package/docs/nl/interest_of_intlayer.md +0 -2
  522. package/docs/nl/intlayer_with_storybook.md +7 -7
  523. package/docs/nl/intlayer_with_vanilla.md +2 -2
  524. package/docs/nl/intlayer_with_vite+lit.md +2 -2
  525. package/docs/nl/intlayer_with_vite+vanilla.md +4 -4
  526. package/docs/pl/agent_skills.md +2 -2
  527. package/docs/pl/benchmark/nextjs.md +20 -11
  528. package/docs/pl/benchmark/solid.md +15 -6
  529. package/docs/pl/benchmark/svelte.md +15 -6
  530. package/docs/pl/benchmark/tanstack.md +16 -7
  531. package/docs/pl/benchmark/vue.md +16 -7
  532. package/docs/pl/configuration.md +6 -6
  533. package/docs/pl/custom_domains.md +11 -11
  534. package/docs/pl/dictionary/content_file.md +41 -0
  535. package/docs/pl/dictionary/markdown.md +36 -1
  536. package/docs/pl/interest_of_intlayer.md +0 -2
  537. package/docs/pl/intlayer_with_analog.md +1 -1
  538. package/docs/pl/intlayer_with_angular.md +1 -1
  539. package/docs/pl/intlayer_with_astro.md +1 -1
  540. package/docs/pl/intlayer_with_astro_lit.md +2 -2
  541. package/docs/pl/intlayer_with_astro_preact.md +3 -3
  542. package/docs/pl/intlayer_with_astro_react.md +2 -2
  543. package/docs/pl/intlayer_with_astro_solid.md +3 -3
  544. package/docs/pl/intlayer_with_astro_svelte.md +1 -1
  545. package/docs/pl/intlayer_with_astro_vanilla.md +1 -1
  546. package/docs/pl/intlayer_with_astro_vue.md +1 -1
  547. package/docs/pl/intlayer_with_nextjs_14.md +1 -1
  548. package/docs/pl/intlayer_with_nextjs_15.md +1 -1
  549. package/docs/pl/intlayer_with_nextjs_16.md +1 -1
  550. package/docs/pl/intlayer_with_nextjs_page_router.md +2 -2
  551. package/docs/pl/intlayer_with_nuxt.md +1 -1
  552. package/docs/pl/intlayer_with_react_native+expo.md +1 -1
  553. package/docs/pl/intlayer_with_react_router_v7.md +1 -1
  554. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +1 -1
  555. package/docs/pl/intlayer_with_storybook.md +7 -7
  556. package/docs/pl/intlayer_with_svelte_kit.md +1 -1
  557. package/docs/pl/intlayer_with_tanstack+solid.md +1 -1
  558. package/docs/pl/intlayer_with_tanstack.md +1 -1
  559. package/docs/pl/intlayer_with_vanilla.md +2 -2
  560. package/docs/pl/intlayer_with_vite+lit.md +3 -3
  561. package/docs/pl/intlayer_with_vite+preact.md +2 -2
  562. package/docs/pl/intlayer_with_vite+react.md +2 -2
  563. package/docs/pl/intlayer_with_vite+react_compiler.md +2 -2
  564. package/docs/pl/intlayer_with_vite+solid.md +1 -1
  565. package/docs/pl/intlayer_with_vite+svelte.md +3 -3
  566. package/docs/pl/intlayer_with_vite+vanilla.md +5 -5
  567. package/docs/pl/intlayer_with_vite+vue.md +2 -2
  568. package/docs/pl/readme.md +13 -0
  569. package/docs/pt/benchmark/nextjs.md +20 -11
  570. package/docs/pt/benchmark/solid.md +14 -5
  571. package/docs/pt/benchmark/svelte.md +14 -5
  572. package/docs/pt/benchmark/tanstack.md +16 -7
  573. package/docs/pt/benchmark/vue.md +14 -5
  574. package/docs/pt/configuration.md +6 -6
  575. package/docs/pt/custom_domains.md +11 -11
  576. package/docs/pt/dictionary/content_file.md +41 -0
  577. package/docs/pt/dictionary/markdown.md +36 -1
  578. package/docs/pt/interest_of_intlayer.md +0 -2
  579. package/docs/pt/intlayer_with_analog.md +1 -1
  580. package/docs/pt/intlayer_with_angular.md +1 -1
  581. package/docs/pt/intlayer_with_astro.md +1 -1
  582. package/docs/pt/intlayer_with_astro_lit.md +1 -1
  583. package/docs/pt/intlayer_with_astro_preact.md +3 -3
  584. package/docs/pt/intlayer_with_astro_react.md +2 -2
  585. package/docs/pt/intlayer_with_astro_solid.md +3 -3
  586. package/docs/pt/intlayer_with_astro_svelte.md +1 -1
  587. package/docs/pt/intlayer_with_astro_vanilla.md +1 -1
  588. package/docs/pt/intlayer_with_astro_vue.md +1 -1
  589. package/docs/pt/intlayer_with_nextjs_14.md +2 -2
  590. package/docs/pt/intlayer_with_nextjs_15.md +2 -2
  591. package/docs/pt/intlayer_with_nextjs_16.md +1 -1
  592. package/docs/pt/intlayer_with_nextjs_page_router.md +2 -2
  593. package/docs/pt/intlayer_with_nuxt.md +1 -1
  594. package/docs/pt/intlayer_with_react_native+expo.md +2 -2
  595. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +1 -1
  596. package/docs/pt/intlayer_with_storybook.md +7 -7
  597. package/docs/pt/intlayer_with_svelte_kit.md +1 -1
  598. package/docs/pt/intlayer_with_tanstack+solid.md +1 -1
  599. package/docs/pt/intlayer_with_tanstack.md +1 -1
  600. package/docs/pt/intlayer_with_vanilla.md +2 -2
  601. package/docs/pt/intlayer_with_vite+lit.md +3 -3
  602. package/docs/pt/intlayer_with_vite+preact.md +2 -2
  603. package/docs/pt/intlayer_with_vite+react.md +2 -2
  604. package/docs/pt/intlayer_with_vite+react_compiler.md +2 -2
  605. package/docs/pt/intlayer_with_vite+solid.md +1 -1
  606. package/docs/pt/intlayer_with_vite+svelte.md +3 -3
  607. package/docs/pt/intlayer_with_vite+vanilla.md +5 -5
  608. package/docs/pt/intlayer_with_vite+vue.md +1 -1
  609. package/docs/pt/readme.md +13 -0
  610. package/docs/ru/agent_skills.md +1 -1
  611. package/docs/ru/benchmark/index.md +2 -2
  612. package/docs/ru/benchmark/nextjs.md +28 -19
  613. package/docs/ru/benchmark/solid.md +16 -7
  614. package/docs/ru/benchmark/svelte.md +17 -8
  615. package/docs/ru/benchmark/tanstack.md +20 -11
  616. package/docs/ru/benchmark/vue.md +19 -10
  617. package/docs/ru/bundle_optimization.md +1 -1
  618. package/docs/ru/cli/index.md +23 -23
  619. package/docs/ru/cli/init.md +7 -7
  620. package/docs/ru/cli/standalone.md +5 -5
  621. package/docs/ru/compiler.md +3 -3
  622. package/docs/ru/configuration.md +8 -8
  623. package/docs/ru/custom_domains.md +12 -12
  624. package/docs/ru/dictionary/content_file.md +41 -0
  625. package/docs/ru/dictionary/html.md +6 -6
  626. package/docs/ru/dictionary/markdown.md +42 -7
  627. package/docs/ru/interest_of_intlayer.md +3 -5
  628. package/docs/ru/intlayer_with_analog.md +1 -1
  629. package/docs/ru/intlayer_with_angular.md +1 -1
  630. package/docs/ru/intlayer_with_astro.md +2 -2
  631. package/docs/ru/intlayer_with_astro_lit.md +5 -5
  632. package/docs/ru/intlayer_with_astro_preact.md +4 -4
  633. package/docs/ru/intlayer_with_astro_react.md +3 -3
  634. package/docs/ru/intlayer_with_astro_solid.md +4 -4
  635. package/docs/ru/intlayer_with_astro_svelte.md +2 -2
  636. package/docs/ru/intlayer_with_astro_vanilla.md +2 -2
  637. package/docs/ru/intlayer_with_astro_vue.md +2 -2
  638. package/docs/ru/intlayer_with_fastify.md +1 -1
  639. package/docs/ru/intlayer_with_nextjs_14.md +2 -2
  640. package/docs/ru/intlayer_with_nextjs_15.md +2 -2
  641. package/docs/ru/intlayer_with_nextjs_16.md +1 -1
  642. package/docs/ru/intlayer_with_nextjs_page_router.md +2 -2
  643. package/docs/ru/intlayer_with_nuxt.md +1 -1
  644. package/docs/ru/intlayer_with_react_native+expo.md +2 -2
  645. package/docs/ru/intlayer_with_react_router_v7.md +1 -1
  646. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +1 -1
  647. package/docs/ru/intlayer_with_storybook.md +10 -10
  648. package/docs/ru/intlayer_with_svelte_kit.md +1 -1
  649. package/docs/ru/intlayer_with_tanstack+solid.md +7 -7
  650. package/docs/ru/intlayer_with_tanstack.md +1 -1
  651. package/docs/ru/intlayer_with_vanilla.md +4 -4
  652. package/docs/ru/intlayer_with_vite+lit.md +5 -5
  653. package/docs/ru/intlayer_with_vite+preact.md +2 -2
  654. package/docs/ru/intlayer_with_vite+react.md +2 -2
  655. package/docs/ru/intlayer_with_vite+react_compiler.md +2 -2
  656. package/docs/ru/intlayer_with_vite+solid.md +1 -1
  657. package/docs/ru/intlayer_with_vite+svelte.md +3 -3
  658. package/docs/ru/intlayer_with_vite+vanilla.md +7 -7
  659. package/docs/ru/intlayer_with_vite+vue.md +2 -2
  660. package/docs/ru/readme.md +13 -0
  661. package/docs/tr/benchmark/nextjs.md +16 -7
  662. package/docs/tr/benchmark/solid.md +14 -5
  663. package/docs/tr/benchmark/svelte.md +14 -5
  664. package/docs/tr/benchmark/tanstack.md +16 -7
  665. package/docs/tr/benchmark/vue.md +14 -5
  666. package/docs/tr/configuration.md +6 -6
  667. package/docs/tr/custom_domains.md +11 -11
  668. package/docs/tr/dictionary/content_file.md +41 -0
  669. package/docs/tr/dictionary/markdown.md +36 -1
  670. package/docs/tr/interest_of_intlayer.md +0 -2
  671. package/docs/tr/intlayer_with_analog.md +1 -1
  672. package/docs/tr/intlayer_with_angular.md +1 -1
  673. package/docs/tr/intlayer_with_astro.md +1 -1
  674. package/docs/tr/intlayer_with_astro_lit.md +2 -2
  675. package/docs/tr/intlayer_with_astro_preact.md +3 -3
  676. package/docs/tr/intlayer_with_astro_react.md +2 -2
  677. package/docs/tr/intlayer_with_astro_solid.md +3 -3
  678. package/docs/tr/intlayer_with_astro_svelte.md +1 -1
  679. package/docs/tr/intlayer_with_astro_vanilla.md +1 -1
  680. package/docs/tr/intlayer_with_astro_vue.md +1 -1
  681. package/docs/tr/intlayer_with_nextjs_15.md +2 -2
  682. package/docs/tr/intlayer_with_nextjs_16.md +1 -1
  683. package/docs/tr/intlayer_with_nextjs_page_router.md +2 -2
  684. package/docs/tr/intlayer_with_nuxt.md +1 -1
  685. package/docs/tr/intlayer_with_react_native+expo.md +2 -2
  686. package/docs/tr/intlayer_with_react_router_v7.md +1 -1
  687. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +1 -1
  688. package/docs/tr/intlayer_with_storybook.md +7 -7
  689. package/docs/tr/intlayer_with_svelte_kit.md +1 -1
  690. package/docs/tr/intlayer_with_tanstack+solid.md +1 -1
  691. package/docs/tr/intlayer_with_tanstack.md +1 -1
  692. package/docs/tr/intlayer_with_vanilla.md +2 -2
  693. package/docs/tr/intlayer_with_vite+lit.md +3 -3
  694. package/docs/tr/intlayer_with_vite+preact.md +2 -2
  695. package/docs/tr/intlayer_with_vite+react.md +2 -2
  696. package/docs/tr/intlayer_with_vite+react_compiler.md +2 -2
  697. package/docs/tr/intlayer_with_vite+solid.md +1 -1
  698. package/docs/tr/intlayer_with_vite+svelte.md +3 -3
  699. package/docs/tr/intlayer_with_vite+vanilla.md +5 -5
  700. package/docs/tr/intlayer_with_vite+vue.md +2 -2
  701. package/docs/tr/readme.md +13 -0
  702. package/docs/uk/agent_skills.md +1 -1
  703. package/docs/uk/benchmark/index.md +2 -2
  704. package/docs/uk/benchmark/nextjs.md +29 -20
  705. package/docs/uk/benchmark/solid.md +16 -7
  706. package/docs/uk/benchmark/svelte.md +17 -8
  707. package/docs/uk/benchmark/tanstack.md +21 -12
  708. package/docs/uk/benchmark/vue.md +20 -11
  709. package/docs/uk/bundle_optimization.md +1 -1
  710. package/docs/uk/cli/index.md +21 -21
  711. package/docs/uk/cli/init.md +9 -9
  712. package/docs/uk/cli/standalone.md +16 -16
  713. package/docs/uk/compiler.md +3 -3
  714. package/docs/uk/configuration.md +8 -8
  715. package/docs/uk/custom_domains.md +12 -12
  716. package/docs/uk/dictionary/content_file.md +41 -0
  717. package/docs/uk/dictionary/markdown.md +36 -1
  718. package/docs/uk/interest_of_intlayer.md +2 -4
  719. package/docs/uk/intlayer_with_analog.md +1 -1
  720. package/docs/uk/intlayer_with_angular.md +1 -1
  721. package/docs/uk/intlayer_with_astro.md +2 -2
  722. package/docs/uk/intlayer_with_astro_lit.md +3 -3
  723. package/docs/uk/intlayer_with_astro_preact.md +4 -4
  724. package/docs/uk/intlayer_with_astro_react.md +3 -3
  725. package/docs/uk/intlayer_with_astro_solid.md +4 -4
  726. package/docs/uk/intlayer_with_astro_svelte.md +2 -2
  727. package/docs/uk/intlayer_with_astro_vanilla.md +2 -2
  728. package/docs/uk/intlayer_with_astro_vue.md +2 -2
  729. package/docs/uk/intlayer_with_fastify.md +1 -1
  730. package/docs/uk/intlayer_with_nextjs_14.md +1 -1
  731. package/docs/uk/intlayer_with_nextjs_15.md +1 -1
  732. package/docs/uk/intlayer_with_nextjs_16.md +1 -1
  733. package/docs/uk/intlayer_with_nextjs_page_router.md +2 -2
  734. package/docs/uk/intlayer_with_nuxt.md +1 -1
  735. package/docs/uk/intlayer_with_react_native+expo.md +1 -1
  736. package/docs/uk/intlayer_with_react_router_v7.md +1 -1
  737. package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +1 -1
  738. package/docs/uk/intlayer_with_storybook.md +9 -9
  739. package/docs/uk/intlayer_with_svelte_kit.md +1 -1
  740. package/docs/uk/intlayer_with_tanstack+solid.md +4 -4
  741. package/docs/uk/intlayer_with_tanstack.md +1 -1
  742. package/docs/uk/intlayer_with_vanilla.md +3 -3
  743. package/docs/uk/intlayer_with_vite+lit.md +4 -4
  744. package/docs/uk/intlayer_with_vite+preact.md +2 -2
  745. package/docs/uk/intlayer_with_vite+react.md +2 -2
  746. package/docs/uk/intlayer_with_vite+react_compiler.md +2 -2
  747. package/docs/uk/intlayer_with_vite+solid.md +1 -1
  748. package/docs/uk/intlayer_with_vite+svelte.md +3 -3
  749. package/docs/uk/intlayer_with_vite+vanilla.md +6 -6
  750. package/docs/uk/intlayer_with_vite+vue.md +2 -2
  751. package/docs/uk/readme.md +13 -0
  752. package/docs/ur/cli/init.md +1 -1
  753. package/docs/ur/configuration.md +6 -6
  754. package/docs/ur/custom_domains.md +11 -11
  755. package/docs/ur/interest_of_intlayer.md +0 -2
  756. package/docs/ur/intlayer_with_storybook.md +7 -7
  757. package/docs/ur/intlayer_with_vanilla.md +2 -2
  758. package/docs/ur/intlayer_with_vite+lit.md +2 -2
  759. package/docs/ur/intlayer_with_vite+vanilla.md +4 -4
  760. package/docs/vi/agent_skills.md +2 -2
  761. package/docs/vi/benchmark/nextjs.md +20 -11
  762. package/docs/vi/benchmark/solid.md +14 -5
  763. package/docs/vi/benchmark/svelte.md +14 -5
  764. package/docs/vi/benchmark/tanstack.md +16 -7
  765. package/docs/vi/benchmark/vue.md +14 -5
  766. package/docs/vi/cli/init.md +1 -1
  767. package/docs/vi/configuration.md +6 -6
  768. package/docs/vi/custom_domains.md +11 -11
  769. package/docs/vi/dictionary/content_file.md +41 -0
  770. package/docs/vi/dictionary/markdown.md +36 -1
  771. package/docs/vi/interest_of_intlayer.md +0 -2
  772. package/docs/vi/intlayer_with_analog.md +1 -1
  773. package/docs/vi/intlayer_with_angular.md +1 -1
  774. package/docs/vi/intlayer_with_astro.md +1 -1
  775. package/docs/vi/intlayer_with_astro_lit.md +2 -2
  776. package/docs/vi/intlayer_with_astro_preact.md +3 -3
  777. package/docs/vi/intlayer_with_astro_react.md +2 -2
  778. package/docs/vi/intlayer_with_astro_solid.md +3 -3
  779. package/docs/vi/intlayer_with_astro_svelte.md +1 -1
  780. package/docs/vi/intlayer_with_astro_vanilla.md +1 -1
  781. package/docs/vi/intlayer_with_astro_vue.md +1 -1
  782. package/docs/vi/intlayer_with_nextjs_14.md +1 -1
  783. package/docs/vi/intlayer_with_nextjs_15.md +1 -1
  784. package/docs/vi/intlayer_with_nextjs_16.md +1 -1
  785. package/docs/vi/intlayer_with_nextjs_page_router.md +2 -2
  786. package/docs/vi/intlayer_with_nuxt.md +1 -1
  787. package/docs/vi/intlayer_with_react_native+expo.md +1 -1
  788. package/docs/vi/intlayer_with_react_router_v7.md +1 -1
  789. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +1 -1
  790. package/docs/vi/intlayer_with_storybook.md +7 -7
  791. package/docs/vi/intlayer_with_svelte_kit.md +1 -1
  792. package/docs/vi/intlayer_with_tanstack+solid.md +1 -1
  793. package/docs/vi/intlayer_with_tanstack.md +1 -1
  794. package/docs/vi/intlayer_with_vanilla.md +2 -2
  795. package/docs/vi/intlayer_with_vite+lit.md +2 -2
  796. package/docs/vi/intlayer_with_vite+preact.md +1 -1
  797. package/docs/vi/intlayer_with_vite+react.md +1 -1
  798. package/docs/vi/intlayer_with_vite+react_compiler.md +1 -1
  799. package/docs/vi/intlayer_with_vite+svelte.md +2 -2
  800. package/docs/vi/intlayer_with_vite+vanilla.md +4 -4
  801. package/docs/vi/intlayer_with_vite+vue.md +1 -1
  802. package/docs/vi/readme.md +13 -0
  803. package/docs/zh/benchmark/nextjs.md +20 -11
  804. package/docs/zh/benchmark/solid.md +10 -1
  805. package/docs/zh/benchmark/svelte.md +10 -1
  806. package/docs/zh/benchmark/tanstack.md +16 -7
  807. package/docs/zh/benchmark/vue.md +10 -1
  808. package/docs/zh/cli/init.md +1 -1
  809. package/docs/zh/configuration.md +6 -6
  810. package/docs/zh/custom_domains.md +11 -11
  811. package/docs/zh/dictionary/content_file.md +41 -0
  812. package/docs/zh/dictionary/markdown.md +36 -1
  813. package/docs/zh/interest_of_intlayer.md +0 -2
  814. package/docs/zh/intlayer_with_analog.md +1 -1
  815. package/docs/zh/intlayer_with_angular.md +1 -1
  816. package/docs/zh/intlayer_with_astro.md +1 -1
  817. package/docs/zh/intlayer_with_astro_lit.md +2 -2
  818. package/docs/zh/intlayer_with_astro_preact.md +3 -3
  819. package/docs/zh/intlayer_with_astro_react.md +2 -2
  820. package/docs/zh/intlayer_with_astro_solid.md +3 -3
  821. package/docs/zh/intlayer_with_astro_svelte.md +1 -1
  822. package/docs/zh/intlayer_with_astro_vanilla.md +1 -1
  823. package/docs/zh/intlayer_with_astro_vue.md +1 -1
  824. package/docs/zh/intlayer_with_nextjs_14.md +2 -2
  825. package/docs/zh/intlayer_with_nextjs_15.md +2 -2
  826. package/docs/zh/intlayer_with_nextjs_16.md +1 -1
  827. package/docs/zh/intlayer_with_nextjs_page_router.md +2 -2
  828. package/docs/zh/intlayer_with_nuxt.md +1 -1
  829. package/docs/zh/intlayer_with_react_native+expo.md +2 -2
  830. package/docs/zh/intlayer_with_react_router_v7.md +1 -1
  831. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +1 -1
  832. package/docs/zh/intlayer_with_storybook.md +7 -7
  833. package/docs/zh/intlayer_with_svelte_kit.md +1 -1
  834. package/docs/zh/intlayer_with_tanstack+solid.md +1 -1
  835. package/docs/zh/intlayer_with_tanstack.md +1 -1
  836. package/docs/zh/intlayer_with_vanilla.md +2 -2
  837. package/docs/zh/intlayer_with_vite+lit.md +2 -2
  838. package/docs/zh/intlayer_with_vite+preact.md +1 -1
  839. package/docs/zh/intlayer_with_vite+react.md +1 -1
  840. package/docs/zh/intlayer_with_vite+react_compiler.md +1 -1
  841. package/docs/zh/intlayer_with_vite+svelte.md +2 -2
  842. package/docs/zh/intlayer_with_vite+vanilla.md +4 -4
  843. package/docs/zh/intlayer_with_vite+vue.md +1 -1
  844. package/docs/zh/readme.md +13 -0
  845. package/docs/zh-TW/interest_of_intlayer.md +0 -2
  846. package/frequent_questions/ru/intlayerNode.md +2 -2
  847. package/frequent_questions/uk/intlayerNode.md +2 -2
  848. package/package.json +7 -7
  849. package/src/blog.ts +4 -1
  850. package/src/frequentQuestions.ts +4 -1
  851. package/src/legal.ts +4 -1
@@ -606,7 +606,7 @@ Mevcut diller ve uygulama için varsayılan dil de dahil olmak üzere uluslarara
606
606
  | ----------------- | ------------------------------------------------------------------------------------ | ---------- | ------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
607
607
  | `locales` | Uygulamada desteklenen dillerin listesi. | `string[]` | `[Locales.ENGLISH]` | `['en', 'fr', 'es']` | |
608
608
  | `requiredLocales` | Uygulamada gerekli olan dillerin listesi. | `string[]` | `[]` | `[]` | • Boşsa, `strict` modda tüm diller gereklidir.<br/>• Gerekli dillerin `locales` alanında da tanımlandığından emin olun. |
609
- | `strictMode` | TypeScript kullanarak uluslararasılaştırılmış içeriğin sağlam uygulamalarını sağlar. | `string` | `'inclusive'` | | • `"strict"` ise: `t` fonksiyonu bildirilen her dilin tanımlanmış olmasını gerektirir eksikse veya bildirilmemişse hata verir.<br/>• `"inclusive"` ise: Eksik diller için uyarı verir ancak bildirilmeyenlerin kullanımına izin verir.<br/>• `"loose"` ise: Mevcut herhangi bir dili kabul eder. |
609
+ | `strictMode` | TypeScript kullanarak uluslararasılaştırılmış içeriğin sağlam uygulamalarını sağlar. | `string` | `'inclusive'` | | • `"strict"` ise: `t` fonksiyonu bildirilen her dilin tanımlanmış olmasını gerektirir - eksikse veya bildirilmemişse hata verir.<br/>• `"inclusive"` ise: Eksik diller için uyarı verir ancak bildirilmeyenlerin kullanımına izin verir.<br/>• `"loose"` ise: Mevcut herhangi bir dili kabul eder. |
610
610
  | `defaultLocale` | İstenen dil bulunamadığında geri dönüş olarak kullanılan varsayılan dil. | `string` | `Locales.ENGLISH` | `'en'` | URL'de, tanımlama bilgisinde (cookie) veya üstbilgide (header) belirtilmediğinde dili belirlemek için kullanılır. |
611
611
 
612
612
  ---
@@ -670,10 +670,10 @@ routing: {
670
670
 
671
671
  | Değer | Not | Açıklama |
672
672
  | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
673
- | `'cookie'` | • GDPR uyumluluğu için uygun kullanıcı onayını aldığınızdan emin olun.<br/>• `CookiesAttributes` (`{ type: 'cookie', name: 'custom-locale', secure: true, httpOnly: false }`) aracılığıyla özelleştirilebilir. | Dili tanımlama bilgilerinde (cookies) saklar hem istemci hem de sunucu tarafından erişilebilir. |
674
- | `'localStorage'` | • Açıkça silinmedikçe süresi dolmaz.<br/>• Intlayer proxy'si buna erişemez.<br/>• `StorageAttributes` (`{ type: 'localStorage', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili tarayıcıda süresiz olarak saklar sadece istemci tarafı. |
675
- | `'sessionStorage'` | • Sekme/pencere kapatıldığında silinir.<br/>• Intlayer proxy'si buna erişemez.<br/>• `StorageAttributes` (`{ type: 'sessionStorage', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili sayfa oturumu süresince saklar sadece istemci tarafı. |
676
- | `'header'` | • API çağrıları için yararlıdır.<br/>• İstemci tarafı buna erişemez.<br/>• `StorageAttributes` (`{ type: 'header', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili HTTP üstbilgileri (headers) üzerinden aktarır sadece sunucu tarafı. |
673
+ | `'cookie'` | • GDPR uyumluluğu için uygun kullanıcı onayını aldığınızdan emin olun.<br/>• `CookiesAttributes` (`{ type: 'cookie', name: 'custom-locale', secure: true, httpOnly: false }`) aracılığıyla özelleştirilebilir. | Dili tanımlama bilgilerinde (cookies) saklar - hem istemci hem de sunucu tarafından erişilebilir. |
674
+ | `'localStorage'` | • Açıkça silinmedikçe süresi dolmaz.<br/>• Intlayer proxy'si buna erişemez.<br/>• `StorageAttributes` (`{ type: 'localStorage', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili tarayıcıda süresiz olarak saklar - sadece istemci tarafı. |
675
+ | `'sessionStorage'` | • Sekme/pencere kapatıldığında silinir.<br/>• Intlayer proxy'si buna erişemez.<br/>• `StorageAttributes` (`{ type: 'sessionStorage', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili sayfa oturumu süresince saklar - sadece istemci tarafı. |
676
+ | `'header'` | • API çağrıları için yararlıdır.<br/>• İstemci tarafı buna erişemez.<br/>• `StorageAttributes` (`{ type: 'header', name: 'custom-locale' }`) aracılığıyla özelleştirilebilir. | Dili HTTP üstbilgileri (headers) üzerinden aktarır - sadece sunucu tarafı. |
677
677
 
678
678
  #### Tanımlama Bilgisi (Cookie) Nitelikleri
679
679
 
@@ -861,7 +861,7 @@ Otomatik doldurma davranışı ve içerik oluşturma dahil olmak üzere sözlük
861
861
  | `location` | Sözlük dosyalarının nerede saklandığını ve CMS ile nasıl senkronize edildiğini belirtir. | `'local'` &#124; <br/> `'remote'` &#124; <br/> `'hybrid'` &#124; <br/> `'plugin'` &#124; <br/> `string` | `'local'` | `'hybrid'` | • `'local'`: sadece yerel olarak yönetilir.<br/>• `'remote'`: sadece uzaktan yönetilir (CMS).<br/>• `'hybrid'`: hem yerel hem de uzaktan yönetilir.<br/>• `'plugin'` veya özel dize: bir eklenti veya özel bir kaynak tarafından yönetilir. |
862
862
  | `importMode` | Sözlüklerin nasıl içe aktarılacağını kontrol eder. | `'static'` &#124; <br/> `'dynamic'` &#124; <br/> `'fetch'` | `'static'` | `'dynamic'` | • `'static'`: statik olarak içe aktarılır.<br/>• `'dynamic'`: Suspense kullanılarak dinamik olarak içe aktarılır.<br/>• `'fetch'`: Live Sync API aracılığıyla getirilir; başarısız olursa `'dynamic'`e geri döner.<br/>• `@intlayer/babel` ve `@intlayer/swc` eklentilerini gerektirir.<br/>• Anahtarlar statik olarak bildirilmelidir.<br/>• `optimize` kapalıysa yok sayılır.<br/>• `getIntlayer`, `getDictionary` vb.'ni etkilemez. |
863
863
  | `priority` | Sözlüğün önceliği. Sözlükler arasındaki çatışmaları çözerken yüksek değerler düşük değerleri yener. | `number` | `undefined` | `1` | |
864
- | `live` | Kullanımdan kaldırıldı bunun yerine `importMode: 'fetch'` kullanın. Sözlük içeriğinin Live Sync API aracılığıyla dinamik olarak getirilip getirilmeyeceğini belirtiyordu. | `boolean` | `undefined` | | v8.0.0'da `importMode: 'fetch'` olarak yeniden adlandırıldı. |
864
+ | `live` | Kullanımdan kaldırıldı - bunun yerine `importMode: 'fetch'` kullanın. Sözlük içeriğinin Live Sync API aracılığıyla dinamik olarak getirilip getirilmeyeceğini belirtiyordu. | `boolean` | `undefined` | | v8.0.0'da `importMode: 'fetch'` olarak yeniden adlandırıldı. |
865
865
  | `schema` | JSON şema doğrulaması için Intlayer tarafından otomatik olarak oluşturulur. | `'https://intlayer.org/schema.json'` | otomatik oluşturulur | | Manuel olarak düzenlemeyin. |
866
866
  | `title` | Editörde ve CMS'de sözlüğü tanımlamaya yardımcı olur. | `string` | `undefined` | `'Kullanıcı Profili'` | |
867
867
  | `tags` | Sözlükleri kategorize eder ve editör ile yapay zeka için bağlam veya talimatlar sağlar. | `string[]` | `undefined` | `['kullanıcı', 'profil']` | |
@@ -34,8 +34,8 @@ Intlayer, belirli yerel ayarları özel ana makine adlarından sunmanıza olanak
34
34
 
35
35
  Temel ayrım **münhasırlıktır**:
36
36
 
37
- - **Özel alan adı** Bu ana makine adına yalnızca bir yerel ayar eşlenir (örneğin `zh → intlayer.zh`). Alan adının kendisi yerel ayarı tanımlar, bu nedenle yola herhangi bir yerel ayar öneki eklenmez. `https://intlayer.zh/about` Çince içerik sunar.
38
- - **Paylaşılan alan adı** Birden fazla yerel ayar aynı ana makine adına eşlenir (örneğin hem `en` hem de `fr` `intlayer.org` adresine eşlenir). Normal önek tabanlı yönlendirme uygulanır. `intlayer.org/fr/about` Fransızca içerik sunar.
37
+ - **Özel alan adı** - Bu ana makine adına yalnızca bir yerel ayar eşlenir (örneğin `zh → intlayer.zh`). Alan adının kendisi yerel ayarı tanımlar, bu nedenle yola herhangi bir yerel ayar öneki eklenmez. `https://intlayer.zh/about` Çince içerik sunar.
38
+ - **Paylaşılan alan adı** - Birden fazla yerel ayar aynı ana makine adına eşlenir (örneğin hem `en` hem de `fr` `intlayer.org` adresine eşlenir). Normal önek tabanlı yönlendirme uygulanır. `intlayer.org/fr/about` Fransızca içerik sunar.
39
39
 
40
40
  ## Yapılandırma
41
41
 
@@ -55,9 +55,9 @@ const config: IntlayerConfig = {
55
55
  routing: {
56
56
  mode: "prefix-no-default",
57
57
  domains: {
58
- // Paylaşılan alan adı en ve fr, intlayer.org'da önek yönlendirmesini kullanır
58
+ // Paylaşılan alan adı - en ve fr, intlayer.org'da önek yönlendirmesini kullanır
59
59
  en: "intlayer.org",
60
- // Özel alan adı zh'nin kendi ana makine adı vardır, /zh/ önekine gerek yoktur
60
+ // Özel alan adı - zh'nin kendi ana makine adı vardır, /zh/ önekine gerek yoktur
61
61
  zh: "intlayer.zh",
62
62
  },
63
63
  },
@@ -96,7 +96,7 @@ getLocalizedUrl("/about", "zh", { currentDomain: "intlayer.org" });
96
96
  ```ts
97
97
  // Mevcut sayfa: intlayer.zh/about
98
98
  getLocalizedUrl("/about", "zh", { currentDomain: "intlayer.zh" });
99
- // → "/about" (zaten doğru alan adında göreli URL)
99
+ // → "/about" (zaten doğru alan adında - göreli URL)
100
100
 
101
101
  getLocalizedUrl("/about", "fr", { currentDomain: "intlayer.zh" });
102
102
  // → "https://intlayer.org/fr/about" (intlayer.org'a geri dönen alan adları arası bağlantı)
@@ -108,14 +108,14 @@ getLocalizedUrl("/about", "fr", { currentDomain: "intlayer.zh" });
108
108
 
109
109
  1. Mutlak bir giriş URL'sinin ana makine adı (örneğin `https://intlayer.org/about` → `intlayer.org`).
110
110
  2. Tarayıcı ortamlarında `window.location.hostname`.
111
- 3. Hiçbiri mevcut değilse (açık seçenek olmadan SSR), aynı alan adı yerel ayarları için göreli bir URL döndürülür ve mutlak bir URL oluşturulmaz bu güvenli geri dönüştür.
111
+ 3. Hiçbiri mevcut değilse (açık seçenek olmadan SSR), aynı alan adı yerel ayarları için göreli bir URL döndürülür ve mutlak bir URL oluşturulmaz - bu güvenli geri dönüştür.
112
112
 
113
113
  ```ts
114
- // Tarayıcı window.location.hostname === 'intlayer.org'
114
+ // Tarayıcı - window.location.hostname === 'intlayer.org'
115
115
  getLocalizedUrl("/about", "zh");
116
116
  // → "https://intlayer.zh/about" (pencereden otomatik algılandı)
117
117
 
118
- // Mutlak bir URL'den alan adı otomatik olarak algılandı
118
+ // Mutlak bir URL'den - alan adı otomatik olarak algılandı
119
119
  getLocalizedUrl("https://intlayer.org/about", "zh");
120
120
  // → "https://intlayer.zh/about"
121
121
  ```
@@ -151,14 +151,14 @@ export const config = {
151
151
  };
152
152
  ```
153
153
 
154
- **Yeniden Yönlendirme (Redirect)** İstek, belirli bir yerel ayar öneki için yanlış alan adına ulaşır:
154
+ **Yeniden Yönlendirme (Redirect)** - İstek, belirli bir yerel ayar öneki için yanlış alan adına ulaşır:
155
155
 
156
156
  ```
157
157
  GET intlayer.org/zh/about
158
158
  → 301 https://intlayer.zh/about
159
159
  ```
160
160
 
161
- **Yeniden Yazma (Rewrite)** İstek, önek olmadan yerel ayarın özel alan adına ulaşır:
161
+ **Yeniden Yazma (Rewrite)** - İstek, önek olmadan yerel ayarın özel alan adına ulaşır:
162
162
 
163
163
  ```
164
164
  GET intlayer.zh/about
@@ -209,7 +209,7 @@ export const LocaleSwitcher = () => {
209
209
  };
210
210
  ```
211
211
 
212
- Ek yapılandırma gerekmez `useLocale` dahili olarak `window.location.hostname` algılar ve `router.replace` (aynı alan adı) ile `window.location.href` (alan adları arası) arasında karar verir.
212
+ Ek yapılandırma gerekmez - `useLocale` dahili olarak `window.location.hostname` algılar ve `router.replace` (aynı alan adı) ile `window.location.href` (alan adları arası) arasında karar verir.
213
213
 
214
214
  ## SEO: `hreflang` Alternatif Bağlantılar
215
215
 
@@ -12,6 +12,9 @@ slugs:
12
12
  - concept
13
13
  - content
14
14
  history:
15
+ - version: 8.10.0
16
+ date: 2026-05-19
17
+ changes: "YAML ve Markdown dosya formatları için destek eklendi"
15
18
  - version: 8.9.0
16
19
  date: 2026-05-12
17
20
  changes: "Add `plural` content node type"
@@ -805,6 +808,40 @@ export default {
805
808
  }
806
809
  ```
807
810
 
811
+ ### Markdown İçerik Dosyası
812
+
813
+ ```markdown
814
+ ---
815
+ key: welcome-page
816
+ locale: en
817
+ title: Welcome Page Content
818
+ description: Content for the main welcome page
819
+ tags:
820
+ - page
821
+ - welcome
822
+ ---
823
+
824
+ # Welcome to Our Platform
825
+
826
+ ## Build amazing applications with ease
827
+ ```
828
+
829
+ ### YAML İçerik Dosyası
830
+
831
+ ```yaml
832
+ key: welcome-page
833
+ title: Welcome Page Content
834
+ description: Content for the main welcome page
835
+ locale: "en"
836
+ tags:
837
+ - page
838
+ - welcome
839
+ content:
840
+ hero:
841
+ title: Welcome to Our Platform
842
+ subtitle: Build amazing applications with ease
843
+ ```
844
+
808
845
  ### Yerel İçerik Dosyaları
809
846
 
810
847
  Yerel sözlükler için `locale` özelliğini belirtin:
@@ -856,6 +893,10 @@ Varsayılan olarak, Intlayer içerik bildirimleri için aşağıdaki uzantılara
856
893
  - `.content.mjx`
857
894
  - `.content.cjs`
858
895
  - `.content.cjx`
896
+ - `.content.md`
897
+ - `.content.mdx`
898
+ - `.content.yaml`
899
+ - `.content.yml`
859
900
 
860
901
  Bu varsayılan uzantılar çoğu uygulama için uygundur. Ancak, özel ihtiyaçlarınız olduğunda, derleme sürecini kolaylaştırmak ve diğer bileşenlerle çakışma riskini azaltmak için özel uzantılar tanımlayabilirsiniz.
861
902
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2025-02-07
3
- updatedAt: 2026-03-24
3
+ updatedAt: 2026-05-19
4
4
  title: Markdown
5
5
  description: Intlayer ile çok dilli web sitenizde Markdown içeriği nasıl bildireceğinizi ve kullanacağınızı öğrenin. Bu çevrimiçi dokümantasyonun adımlarını takip ederek Markdown'ı projenize sorunsuz bir şekilde entegre edin.
6
6
  keywords:
@@ -17,6 +17,9 @@ slugs:
17
17
  - content
18
18
  - markdown
19
19
  history:
20
+ - version: 8.10.0
21
+ date: 2026-05-19
22
+ changes: "`.content.md` dosyaları desteği eklendi"
20
23
  - version: 8.5.0
21
24
  date: 2026-03-24
22
25
  changes: "Add `intlayerMarkdown` plugin object; use `app.use(intlayerMarkdown)` instead of `app.use(installIntlayerMarkdown)`"
@@ -43,6 +46,38 @@ Intlayer, Markdown sözdizimi kullanılarak tanımlanan zengin metin içeriğini
43
46
  Markdown içeriğini `md` fonksiyonunu kullanarak veya sadece bir string olarak (Markdown sözdizimi içeriyorsa) tanımlayabilirsiniz.
44
47
 
45
48
  <Tabs>
49
+ <Tab label=".content.md" value=".content.md">
50
+ `8.10.0` sürümünden itibaren, Markdown içeriğini doğrudan `.content.md` dosyalarında tanımlayabilirsiniz. Intlayer, Markdown içeriğini otomatik olarak algılayacak ve ayrıştıracaktır.
51
+
52
+ ```md fileName="markdown-file.tr.content.md"
53
+ ---
54
+ key: my-markdown-content
55
+ description: İçeriğim
56
+ locale: tr
57
+ ---
58
+
59
+ # İçeriğim
60
+
61
+ İşte bir markdown içeriği örneği
62
+ ```
63
+
64
+ `locale` frontmatter alanı, içeriğin dilini tanımlayan alandır. İsteğe bağlıdır. Sağlanmazsa Intlayer varsayılan dili kullanır; bu dil aynı zamanda belirli bir dil için çeviri mevcut olmadığında yedek dil olarak da kullanılır.
65
+
66
+ Dosya yapısı örneği:
67
+
68
+ ```text
69
+ content/
70
+ ├── en/
71
+ │ └── markdown-file.en.content.md
72
+ ├── fr/
73
+ │ └── markdown-file.fr.content.md
74
+ └── es/
75
+ └── markdown-file.es.content.md
76
+ ```
77
+
78
+ [Sözlük tanımında (Dictionary definition)](https://github.com/aymericzip/intlayer/blob/main/docs/docs/tr/dictionary/content_file.md) tanımlanan herhangi bir özelliği front-matter alanına ekleyebilirsiniz.
79
+
80
+ </Tab>
46
81
  <Tab label="Elle Sarma" value="manual-wrapping">
47
82
  Markdown içeriğini açıkça bildirmek için `md` fonksiyonunu kullanın. Bu, bir dizenin belirgin bir sözdizimi içermese bile Markdown olarak işlenmesini sağlamak istediğinizde yararlıdır.
48
83
 
@@ -233,5 +233,3 @@ GitHub yıldızları, bir projenin popülerliğinin, topluluk güveninin ve uzun
233
233
  `intlayer` ayrıca `react-intl`, `react-i18next`, `next-intl`, `next-i18next` ve `vue-i18n` ad alanlarınızı yönetmenize yardımcı olabilir.
234
234
 
235
235
  `intlayer` kullanarak içeriğinizi favori i18n kütüphanenizin formatında beyan edebilirsiniz ve intlayer ad alanlarınızı seçtiğiniz konumda oluşturacaktır (örnek: `/messages/{{locale}}/{{namespace}}.json`).
236
-
237
- Daha fazla ayrıntı için [`dictionaryOutput` ve `i18nextResourcesDir` seçeneklerine](https://intlayer.org/doc/concept/configuration#content-configuration) bakın.
@@ -44,7 +44,7 @@ history:
44
44
  <iframe
45
45
  src="https://intlayer-analog-template.vercel.app"
46
46
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
47
- title="Demo intlayer-analog-template"
47
+ title="Demo - intlayer-analog-template"
48
48
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
49
49
  loading="lazy"
50
50
  />
@@ -65,7 +65,7 @@ Intlayer ile şunları yapabilirsiniz:
65
65
  <iframe
66
66
  src="https://intlayer-angular-template.vercel.app"
67
67
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
68
- title="Demo intlayer-angular-template"
68
+ title="Demo - intlayer-angular-template"
69
69
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
70
70
  loading="lazy"
71
71
  />
@@ -48,7 +48,7 @@ history:
48
48
  <iframe
49
49
  src="https://intlayer-astro-template.vercel.app"
50
50
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
51
- title="Demo intlayer-astro-template"
51
+ title="Demo - intlayer-astro-template"
52
52
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
53
53
  loading="lazy"
54
54
  />
@@ -47,7 +47,7 @@ history:
47
47
  <iframe
48
48
  src="https://intlayer-astro-template.vercel.app"
49
49
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
50
- title="Demo intlayer-astro-template"
50
+ title="Demo - intlayer-astro-template"
51
51
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
52
52
  loading="lazy"
53
53
  />
@@ -262,7 +262,7 @@ const { greeting } = getIntlayer("lit-demo", locale);
262
262
  />
263
263
  </head>
264
264
  <body>
265
- <!-- Lit özel öğesi sunucu tarafından algılanan dili bir özellik (property) olarak alır -->
265
+ <!-- Lit özel öğesi - sunucu tarafından algılanan dili bir özellik (property) olarak alır -->
266
266
  <lit-demo locale={locale}></lit-demo>
267
267
  </body>
268
268
  </html>
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -110,7 +110,7 @@ bun x intlayer init
110
110
  Intlayer'ı [Vite paketleyici](https://vite.dev/guide/why.html#why-bundle-for-production) ile bağlamak için Astro entegrasyon eklentisi; ayrıca kullanıcının tercih ettiği dili algılamak, çerezleri yönetmek ve URL yönlendirmelerini işlemek için ara yazılım (middleware) içerir.
111
111
 
112
112
  - **preact**
113
- Temel Preact paketi React'in hızlı ve hafif bir alternatifi.
113
+ Temel Preact paketi - React'in hızlı ve hafif bir alternatifi.
114
114
 
115
115
  - **preact-intlayer**
116
116
  Preact uygulamalarına Intlayer entegre etmek için paket. Preact'te uluslararasılaştırma için `IntlayerProvider`'ın yanı sıra `useIntlayer` ve `useLocale` hook'larını sağlar.
@@ -357,7 +357,7 @@ export const LocaleSwitcher: FunctionalComponent = () => {
357
357
  > **Kalıcılık Hakkında Not:**
358
358
  > `window.location.href` aracılığıyla yönlendirmek için `onLocaleChange` kullanmak, yeni dil URL'sinin ziyaret edilmesini sağlar. Bu da Intlayer ara yazılımının dil çerezini ayarlamasına ve gelecekteki ziyaretlerde kullanıcının tercihini hatırlamasına olanak tanır.
359
359
 
360
- > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
360
+ > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır - bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
361
361
 
362
362
  ### Adım 8: Sitemap ve Robots.txt
363
363
 
@@ -49,7 +49,7 @@ history:
49
49
  <iframe
50
50
  src="https://intlayer-astro-template.vercel.app"
51
51
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
52
- title="Demo intlayer-astro-template"
52
+ title="Demo - intlayer-astro-template"
53
53
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
54
54
  loading="lazy"
55
55
  />
@@ -353,7 +353,7 @@ export function LocaleSwitcher() {
353
353
  > **Kalıcılık Hakkında Not:**
354
354
  > `window.location.href` aracılığıyla yönlendirmek için `onLocaleChange` kullanmak, yeni dil URL'sinin ziyaret edilmesini sağlar. Bu da Intlayer ara yazılımının dil çerezini ayarlamasına ve gelecekteki ziyaretlerde kullanıcının tercihini hatırlamasına olanak tanır.
355
355
 
356
- > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
356
+ > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır - bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
357
357
 
358
358
  ### Adım 8: Sitemap ve Robots.txt
359
359
 
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -348,12 +348,12 @@ export function LocaleSwitcher() {
348
348
  ```
349
349
 
350
350
  > **Solid Reaktivitesi Hakkında Not:**
351
- > Solid'de `locale` reaktif bir sinyal accessor'ıdır geçerli değeri almak için her zaman `locale()` olarak çağırın.
351
+ > Solid'de `locale` reaktif bir sinyal accessor'ıdır - geçerli değeri almak için her zaman `locale()` olarak çağırın.
352
352
 
353
353
  > **Kalıcılık Hakkında Not:**
354
354
  > `window.location.href` aracılığıyla yönlendirmek için `onLocaleChange` kullanmak, yeni dil URL'sinin ziyaret edilmesini sağlar. Bu da Intlayer ara yazılımının dil çerezini ayarlamasına ve gelecekteki ziyaretlerde kullanıcının tercihini hatırlamasına olanak tanır.
355
355
 
356
- > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
356
+ > `LocaleSwitcher`, `IntlayerProvider` içinde oluşturulmalıdır - bunu island bileşeninizde kullanın (Adım 6'da gösterildiği gibi).
357
357
 
358
358
  ### Adım 8: Sitemap ve Robots.txt
359
359
 
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://intlayer-astro-template.vercel.app"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo intlayer-astro-template"
49
+ title="Demo - intlayer-astro-template"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -46,7 +46,7 @@ history:
46
46
  <iframe
47
47
  src="https://ide.intlayer.org/aymericzip/intlayer-next-15-template?file=intlayer.config.ts"
48
48
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
49
- title="Demo CodeSandbox Intlayer"
49
+ title="Demo CodeSandbox - Intlayer"
50
50
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
51
51
  loading="lazy"
52
52
  />
@@ -57,7 +57,7 @@ history:
57
57
  <iframe
58
58
  src="https://next-15-intlayer-template-xt83.vercel.app"
59
59
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
60
- title="Demo intlayer-next-15-template"
60
+ title="Demo - intlayer-next-15-template"
61
61
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
62
62
  loading="lazy"
63
63
  />
@@ -56,7 +56,7 @@ history:
56
56
  <iframe
57
57
  src="https://intlayer-next-16-template.vercel.app"
58
58
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
59
- title="Demo intlayer-next-16-template"
59
+ title="Demo - intlayer-next-16-template"
60
60
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
61
61
  loading="lazy"
62
62
  />
@@ -41,7 +41,7 @@ history:
41
41
  <iframe
42
42
  src="https://ide.intlayer.org/aymericzip/intlayer-next-14-template?file=intlayer.config.ts"
43
43
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
44
- title="Demo CodeSandbox Intlayer"
44
+ title="Demo CodeSandbox - Intlayer"
45
45
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
46
46
  loading="lazy"
47
47
  />
@@ -52,7 +52,7 @@ history:
52
52
  <iframe
53
53
  src="https://intlayer-next-14-template.vercel.app"
54
54
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
55
- title="Demo intlayer-next-14-template"
55
+ title="Demo - intlayer-next-14-template"
56
56
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
57
57
  loading="lazy"
58
58
  />
@@ -72,7 +72,7 @@ Intlayer ile şunları yapabilirsiniz:
72
72
  <iframe
73
73
  src="https://intlayer-nuxt-4-template.vercel.app"
74
74
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
75
- title="Demo intlayer-nuxt-4-template"
75
+ title="Demo - intlayer-nuxt-4-template"
76
76
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
77
77
  loading="lazy"
78
78
  />
@@ -36,7 +36,7 @@ history:
36
36
  <iframe
37
37
  src="https://ide.intlayer.org/aymericzip/intlayer-react-native-template?file=intlayer.config.ts"
38
38
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
39
- title="Demo CodeSandbox Intlayer"
39
+ title="Demo CodeSandbox - Intlayer"
40
40
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
41
41
  loading="lazy"
42
42
  />
@@ -47,7 +47,7 @@ history:
47
47
  <iframe
48
48
  src="https://intlayer-react-native.vercel.app"
49
49
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
50
- title="Demo intlayer-react-native-template"
50
+ title="Demo - intlayer-react-native-template"
51
51
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
52
52
  loading="lazy"
53
53
  />
@@ -126,7 +126,7 @@ bun x intlayer init
126
126
  <iframe
127
127
  src="https://intlayer-react-router-v7.vercel.app"
128
128
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
129
- title="Demo intlayer-react-router-v7-template"
129
+ title="Demo - intlayer-react-router-v7-template"
130
130
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
131
131
  loading="lazy"
132
132
  />
@@ -82,7 +82,7 @@ Intlayer ile şunları yapabilirsiniz:
82
82
  <iframe
83
83
  src="https://intlayer-react-router-v7-fs-routes.vercel.app"
84
84
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
85
- title="Demo intlayer-react-router-v7-fs-routes-template"
85
+ title="Demo - intlayer-react-router-v7-fs-routes-template"
86
86
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
87
87
  loading="lazy"
88
88
  />
@@ -2,7 +2,7 @@
2
2
  createdAt: 2026-03-20
3
3
  updatedAt: 2026-05-06
4
4
  title: Storybook ile Intlayer Nasıl Kurulur
5
- description: Intlayer ve Storybook kullanarak tasarım sisteminizi nasıl çok dilli hale getireceğinizi öğrenin içerik bildirimlerini derleyin, bir yerel ayar değiştirici ekleyin ve bileşenlerinizi herhangi bir dilde önizleyin.
5
+ description: Intlayer ve Storybook kullanarak tasarım sisteminizi nasıl çok dilli hale getireceğinizi öğrenin - içerik bildirimlerini derleyin, bir yerel ayar değiştirici ekleyin ve bileşenlerinizi herhangi bir dilde önizleyin.
6
6
  keywords:
7
7
  - Uluslararasılaştırma
8
8
  - Dokümantasyon
@@ -33,7 +33,7 @@ history:
33
33
 
34
34
  ## Intlayer Nedir?
35
35
 
36
- **Intlayer**, modern web uygulamalarında çok dilli desteği basitleştirmek için tasarlanmış yenilikçi, açık kaynaklı bir uluslararasılaştırma (i18n) kütüphanesidir. **Bileşen düzeyinde** çalışır her bileşen kendi içerik bildirimlerine sahiptir böylece çeviriler, onları kullanan kodla aynı yerde tutulur.
36
+ **Intlayer**, modern web uygulamalarında çok dilli desteği basitleştirmek için tasarlanmış yenilikçi, açık kaynaklı bir uluslararasılaştırma (i18n) kütüphanesidir. **Bileşen düzeyinde** çalışır - her bileşen kendi içerik bildirimlerine sahiptir - böylece çeviriler, onları kullanan kodla aynı yerde tutulur.
37
37
 
38
38
  Intlayer ile şunları yapabilirsiniz:
39
39
 
@@ -83,9 +83,9 @@ bun add vite-intlayer --dev
83
83
 
84
84
  | Paket | Rol |
85
85
  | ---------------- | ------------------------------------------------------------ |
86
- | `intlayer` | Çekirdek yapılandırma, içerik derleme, CLI |
87
- | `react-intlayer` | React bağlamaları `IntlayerProvider`, `useIntlayer` hook |
88
- | `vite-intlayer` | Vite eklentisi içerik bildirim dosyalarını izler ve derler |
86
+ | `intlayer` | Çekirdek - yapılandırma, içerik derleme, CLI |
87
+ | `react-intlayer` | React bağlamaları - `IntlayerProvider`, `useIntlayer` hook |
88
+ | `vite-intlayer` | Vite eklentisi - içerik bildirim dosyalarını izler ve derler |
89
89
 
90
90
  ---
91
91
 
@@ -291,7 +291,7 @@ export default config;
291
291
 
292
292
  ### Adım 4: `IntlayerProvider` Dekoratörünü ve Bir Yerel Araç Çubuğunu Ekleyin
293
293
 
294
- Vite kurulumuyla aynıdır dekoratörü ve genel dil türünü `.storybook/preview.tsx` dosyasına ekleyin:
294
+ Vite kurulumuyla aynıdır - dekoratörü ve genel dil türünü `.storybook/preview.tsx` dosyasına ekleyin:
295
295
 
296
296
  ```tsx fileName=".storybook/preview.tsx" codeFormat="typescript"
297
297
  import type { Preview, StoryContext } from "@storybook/react";
@@ -411,7 +411,7 @@ const meta: Meta<typeof CopyButton> = {
411
411
  export default meta;
412
412
  type Story = StoryObj<typeof CopyButton>;
413
413
 
414
- /** Varsayılan hikaye çevirileri önizlemek için araç çubuğunda dili değiştirin. */
414
+ /** Varsayılan hikaye - çevirileri önizlemek için araç çubuğunda dili değiştirin. */
415
415
  export const Default: Story = {
416
416
  args: {
417
417
  content: "npm install intlayer react-intlayer",
@@ -47,7 +47,7 @@ history:
47
47
  <iframe
48
48
  src="https://intlayer-sveltekit-template.vercel.app"
49
49
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
50
- title="Demo intlayer-sveltekit-template"
50
+ title="Demo - intlayer-sveltekit-template"
51
51
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
52
52
  loading="lazy"
53
53
  />
@@ -75,7 +75,7 @@ Intlayer ile şunları yapabilirsiniz:
75
75
  <iframe
76
76
  src="https://intlayer-tanstack-start-solid.vercel.app"
77
77
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
78
- title="Demo intlayer-tanstack-start-solid-template"
78
+ title="Demo - intlayer-tanstack-start-solid-template"
79
79
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
80
80
  loading="lazy"
81
81
  />
@@ -92,7 +92,7 @@ Intlayer ile şunları yapabilirsiniz:
92
92
  <iframe
93
93
  src="https://intlayer-tanstack-start-template.vercel.app"
94
94
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
95
- title="Demo intlayer-tanstack-start-template"
95
+ title="Demo - intlayer-tanstack-start-template"
96
96
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
97
97
  loading="lazy"
98
98
  />
@@ -34,7 +34,7 @@ history:
34
34
  <iframe
35
35
  src="https://ide.intlayer.org/aymericzip/intlayer-vanilla-template?file=intlayer.config.ts"
36
36
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
37
- title="Demo CodeSandbox Intlayer"
37
+ title="Demo CodeSandbox - Intlayer"
38
38
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
39
39
  loading="lazy"
40
40
  />
@@ -45,7 +45,7 @@ history:
45
45
  <iframe
46
46
  src="https://intlayer-vanilla-template.vercel.app"
47
47
  className="m-auto overflow-hidden rounded-lg border-0 max-md:size-full max-md:h-[700px] md:aspect-16/9 md:w-full"
48
- title="Demo intlayer-vanilla-template"
48
+ title="Demo - intlayer-vanilla-template"
49
49
  sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
50
50
  loading="lazy"
51
51
  />