@intlayer/docs 5.5.8

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 (1135) hide show
  1. package/LICENSE +202 -0
  2. package/ar/CI_CD.md +149 -0
  3. package/ar/autoFill.md +157 -0
  4. package/ar/concept/content/file.md +1 -0
  5. package/ar/configuration.md +492 -0
  6. package/ar/dictionary/condition.md +213 -0
  7. package/ar/dictionary/content_extention_customization.md +81 -0
  8. package/ar/dictionary/enumeration.md +221 -0
  9. package/ar/dictionary/file.md +209 -0
  10. package/ar/dictionary/function_fetching.md +190 -0
  11. package/ar/dictionary/get_started.md +490 -0
  12. package/ar/dictionary/insertion.md +161 -0
  13. package/ar/dictionary/markdown.md +343 -0
  14. package/ar/dictionary/nesting.md +249 -0
  15. package/ar/dictionary/translation.md +307 -0
  16. package/ar/header.md +7 -0
  17. package/ar/how_works_intlayer.md +219 -0
  18. package/ar/index.md +125 -0
  19. package/ar/interest_of_intlayer.md +132 -0
  20. package/ar/intlayer_CMS.md +328 -0
  21. package/ar/intlayer_cli.md +258 -0
  22. package/ar/intlayer_visual_editor.md +210 -0
  23. package/ar/intlayer_with_angular.md +3 -0
  24. package/ar/intlayer_with_create_react_app.md +1196 -0
  25. package/ar/intlayer_with_express.md +270 -0
  26. package/ar/intlayer_with_lynx+react.md +482 -0
  27. package/ar/intlayer_with_nextjs_14.md +1260 -0
  28. package/ar/intlayer_with_nextjs_15.md +1311 -0
  29. package/ar/intlayer_with_nextjs_page_router.md +1099 -0
  30. package/ar/intlayer_with_react_native+expo.md +539 -0
  31. package/ar/intlayer_with_vite+preact.md +1679 -0
  32. package/ar/intlayer_with_vite+react.md +1582 -0
  33. package/ar/intlayer_with_vite+solid.md +3 -0
  34. package/ar/intlayer_with_vite+svelte.md +3 -0
  35. package/ar/intlayer_with_vite+vue.md +989 -0
  36. package/ar/introduction.md +190 -0
  37. package/ar/mcp_server.md +150 -0
  38. package/ar/packages/@intlayer/api/index.md +31 -0
  39. package/ar/packages/@intlayer/chokidar/index.md +31 -0
  40. package/ar/packages/@intlayer/cli/index.md +1 -0
  41. package/ar/packages/@intlayer/config/index.md +116 -0
  42. package/ar/packages/@intlayer/core/index.md +25 -0
  43. package/ar/packages/@intlayer/design-system/index.md +21 -0
  44. package/ar/packages/@intlayer/dictionary-entry/index.md +21 -0
  45. package/ar/packages/@intlayer/editor/index.md +21 -0
  46. package/ar/packages/@intlayer/editor-react/index.md +21 -0
  47. package/ar/packages/@intlayer/webpack/index.md +35 -0
  48. package/ar/packages/angular-intlayer/index.md +3 -0
  49. package/ar/packages/express-intlayer/index.md +232 -0
  50. package/ar/packages/express-intlayer/t.md +448 -0
  51. package/ar/packages/intlayer/getConfiguration.md +120 -0
  52. package/ar/packages/intlayer/getEnumeration.md +138 -0
  53. package/ar/packages/intlayer/getHTMLTextDir.md +97 -0
  54. package/ar/packages/intlayer/getLocaleLang.md +61 -0
  55. package/ar/packages/intlayer/getLocaleName.md +93 -0
  56. package/ar/packages/intlayer/getLocalizedUrl.md +221 -0
  57. package/ar/packages/intlayer/getMultilingualUrls.md +198 -0
  58. package/ar/packages/intlayer/getPathWithoutLocale.md +50 -0
  59. package/ar/packages/intlayer/getTranslation.md +175 -0
  60. package/ar/packages/intlayer/getTranslationContent.md +175 -0
  61. package/ar/packages/intlayer/index.md +254 -0
  62. package/ar/packages/intlayer-cli/index.md +41 -0
  63. package/ar/packages/intlayer-editor/index.md +113 -0
  64. package/ar/packages/lynx-intlayer/index.md +58 -0
  65. package/ar/packages/next-intlayer/index.md +267 -0
  66. package/ar/packages/next-intlayer/t.md +341 -0
  67. package/ar/packages/next-intlayer/useDictionary.md +248 -0
  68. package/ar/packages/next-intlayer/useIntlayer.md +237 -0
  69. package/ar/packages/next-intlayer/useIntlayerAsync.md +211 -0
  70. package/ar/packages/next-intlayer/useLocale.md +105 -0
  71. package/ar/packages/preact-intlayer/index.md +3 -0
  72. package/ar/packages/react-intlayer/index.md +261 -0
  73. package/ar/packages/react-intlayer/t.md +283 -0
  74. package/ar/packages/react-intlayer/useDictionary.md +268 -0
  75. package/ar/packages/react-intlayer/useIntlayer.md +225 -0
  76. package/ar/packages/react-intlayer/useIntlayerAsync.md +226 -0
  77. package/ar/packages/react-intlayer/useLocale.md +184 -0
  78. package/ar/packages/react-native-intlayer/index.md +57 -0
  79. package/ar/packages/react-scripts-intlayer/index.md +57 -0
  80. package/ar/packages/solid-intlayer/index.md +3 -0
  81. package/ar/packages/svelte-intlayer/index.md +3 -0
  82. package/ar/packages/vite-intlayer/index.md +53 -0
  83. package/ar/packages/vue-intlayer/index.md +3 -0
  84. package/ar/per_locale_file.md +298 -0
  85. package/ar/privacy_notice.md +61 -0
  86. package/ar/roadmap.md +208 -0
  87. package/ar/terms_of_service.md +33 -0
  88. package/ar/vs_code_extension.md +139 -0
  89. package/de/CI_CD.md +149 -0
  90. package/de/angular-intlayer/index.md +3 -0
  91. package/de/autoFill.md +157 -0
  92. package/de/configuration.md +501 -0
  93. package/de/dictionary/condition.md +213 -0
  94. package/de/dictionary/content_extention_customization.md +81 -0
  95. package/de/dictionary/enumeration.md +221 -0
  96. package/de/dictionary/file.md +207 -0
  97. package/de/dictionary/function_fetching.md +190 -0
  98. package/de/dictionary/get_started.md +466 -0
  99. package/de/dictionary/insertion.md +167 -0
  100. package/de/dictionary/markdown.md +345 -0
  101. package/de/dictionary/nesting.md +252 -0
  102. package/de/dictionary/translation.md +287 -0
  103. package/de/header.md +5 -0
  104. package/de/how_works_intlayer.md +216 -0
  105. package/de/index.md +125 -0
  106. package/de/insertion.md +0 -0
  107. package/de/interest_of_intlayer.md +132 -0
  108. package/de/intlayer_CMS.md +334 -0
  109. package/de/intlayer_cli.md +274 -0
  110. package/de/intlayer_visual_editor.md +210 -0
  111. package/de/intlayer_with_angular.md +3 -0
  112. package/de/intlayer_with_create_react_app.md +1200 -0
  113. package/de/intlayer_with_express.md +268 -0
  114. package/de/intlayer_with_lynx+react.md +482 -0
  115. package/de/intlayer_with_nextjs_14.md +1258 -0
  116. package/de/intlayer_with_nextjs_15.md +1306 -0
  117. package/de/intlayer_with_nextjs_page_router.md +1087 -0
  118. package/de/intlayer_with_react_native+expo.md +539 -0
  119. package/de/intlayer_with_vite+preact.md +1701 -0
  120. package/de/intlayer_with_vite+react.md +1584 -0
  121. package/de/intlayer_with_vite+solid.md +3 -0
  122. package/de/intlayer_with_vite+svelte.md +3 -0
  123. package/de/intlayer_with_vite+vue.md +989 -0
  124. package/de/introduction.md +186 -0
  125. package/de/mcp_server.md +150 -0
  126. package/de/packages/@intlayer/api/index.md +31 -0
  127. package/de/packages/@intlayer/chokidar/index.md +31 -0
  128. package/de/packages/@intlayer/cli/index.md +21 -0
  129. package/de/packages/@intlayer/config/index.md +116 -0
  130. package/de/packages/@intlayer/core/index.md +25 -0
  131. package/de/packages/@intlayer/design-system/index.md +21 -0
  132. package/de/packages/@intlayer/dictionary-entry/index.md +21 -0
  133. package/de/packages/@intlayer/editor/index.md +21 -0
  134. package/de/packages/@intlayer/editor-react/index.md +21 -0
  135. package/de/packages/@intlayer/webpack/index.md +35 -0
  136. package/de/packages/angular-intlayer/index.md +31 -0
  137. package/de/packages/express-intlayer/index.md +229 -0
  138. package/de/packages/express-intlayer/t.md +432 -0
  139. package/de/packages/intlayer/getConfiguration.md +120 -0
  140. package/de/packages/intlayer/getEnumeration.md +140 -0
  141. package/de/packages/intlayer/getHTMLTextDir.md +97 -0
  142. package/de/packages/intlayer/getLocaleLang.md +57 -0
  143. package/de/packages/intlayer/getLocaleName.md +93 -0
  144. package/de/packages/intlayer/getLocalizedUrl.md +221 -0
  145. package/de/packages/intlayer/getMultilingualUrls.md +198 -0
  146. package/de/packages/intlayer/getPathWithoutLocale.md +50 -0
  147. package/de/packages/intlayer/getTranslation.md +166 -0
  148. package/de/packages/intlayer/getTranslationContent.md +166 -0
  149. package/de/packages/intlayer/index.md +478 -0
  150. package/de/packages/intlayer-cli/index.md +41 -0
  151. package/de/packages/intlayer-editor/index.md +113 -0
  152. package/de/packages/lynx-intlayer/index.md +58 -0
  153. package/de/packages/next-intlayer/index.md +263 -0
  154. package/de/packages/next-intlayer/t.md +325 -0
  155. package/de/packages/next-intlayer/useDictionary.md +242 -0
  156. package/de/packages/next-intlayer/useIntlayer.md +237 -0
  157. package/de/packages/next-intlayer/useIntlayerAsync.md +211 -0
  158. package/de/packages/next-intlayer/useLocale.md +105 -0
  159. package/de/packages/preact-intlayer/index.md +3 -0
  160. package/de/packages/react-intlayer/index.md +260 -0
  161. package/de/packages/react-intlayer/t.md +277 -0
  162. package/de/packages/react-intlayer/useDictionary.md +260 -0
  163. package/de/packages/react-intlayer/useIntlayer.md +225 -0
  164. package/de/packages/react-intlayer/useIntlayerAsync.md +226 -0
  165. package/de/packages/react-intlayer/useLocale.md +184 -0
  166. package/de/packages/react-native-intlayer/index.md +57 -0
  167. package/de/packages/react-scripts-intlayer/index.md +57 -0
  168. package/de/packages/solid-intlayer/index.md +3 -0
  169. package/de/packages/svelte-intlayer/index.md +3 -0
  170. package/de/packages/vite-intlayer/index.md +53 -0
  171. package/de/packages/vue-intlayer/index.md +3 -0
  172. package/de/per_locale_file.md +298 -0
  173. package/de/privacy_notice.md +61 -0
  174. package/de/roadmap.md +206 -0
  175. package/de/terms_of_service.md +33 -0
  176. package/de/vs_code_extension.md +139 -0
  177. package/en/CI_CD.md +149 -0
  178. package/en/autoFill.md +157 -0
  179. package/en/configuration.md +506 -0
  180. package/en/dictionary/condition.md +213 -0
  181. package/en/dictionary/content_extention_customization.md +81 -0
  182. package/en/dictionary/enumeration.md +221 -0
  183. package/en/dictionary/file.md +198 -0
  184. package/en/dictionary/function_fetching.md +190 -0
  185. package/en/dictionary/get_started.md +504 -0
  186. package/en/dictionary/insertion.md +167 -0
  187. package/en/dictionary/markdown.md +355 -0
  188. package/en/dictionary/nesting.md +249 -0
  189. package/en/dictionary/translation.md +285 -0
  190. package/en/frequent_questions/build_dictionaries.md +37 -0
  191. package/en/frequent_questions/domain_routing.md +92 -0
  192. package/en/frequent_questions/esbuild_error.md +9 -0
  193. package/en/frequent_questions/get_locale_cookie.md +121 -0
  194. package/en/frequent_questions/intlayer_command_undefined.md +135 -0
  195. package/en/frequent_questions/locale_incorect_in_url.md +52 -0
  196. package/en/frequent_questions/static_rendering.md +24 -0
  197. package/en/frequent_questions/unknown_command.md +76 -0
  198. package/en/header.md +5 -0
  199. package/en/how_works_intlayer.md +219 -0
  200. package/en/index.md +139 -0
  201. package/en/interest_of_intlayer.md +133 -0
  202. package/en/intlayer_CMS.md +334 -0
  203. package/en/intlayer_cli.md +309 -0
  204. package/en/intlayer_visual_editor.md +244 -0
  205. package/en/intlayer_with_angular.md +139 -0
  206. package/en/intlayer_with_create_react_app.md +1209 -0
  207. package/en/intlayer_with_express.md +391 -0
  208. package/en/intlayer_with_lynx+react.md +483 -0
  209. package/en/intlayer_with_nextjs_14.md +1298 -0
  210. package/en/intlayer_with_nextjs_15.md +1347 -0
  211. package/en/intlayer_with_nextjs_page_router.md +1126 -0
  212. package/en/intlayer_with_react_native+expo.md +630 -0
  213. package/en/intlayer_with_vite+preact.md +1659 -0
  214. package/en/intlayer_with_vite+react.md +1605 -0
  215. package/en/intlayer_with_vite+solid.md +254 -0
  216. package/en/intlayer_with_vite+svelte.md +254 -0
  217. package/en/intlayer_with_vite+vue.md +1000 -0
  218. package/en/introduction.md +185 -0
  219. package/en/mcp_server.md +150 -0
  220. package/en/packages/@intlayer/api/index.md +31 -0
  221. package/en/packages/@intlayer/chokidar/index.md +31 -0
  222. package/en/packages/@intlayer/cli/index.md +21 -0
  223. package/en/packages/@intlayer/config/index.md +116 -0
  224. package/en/packages/@intlayer/core/index.md +25 -0
  225. package/en/packages/@intlayer/design-system/index.md +21 -0
  226. package/en/packages/@intlayer/dictionary-entry/index.md +21 -0
  227. package/en/packages/@intlayer/editor/index.md +21 -0
  228. package/en/packages/@intlayer/editor-react/index.md +21 -0
  229. package/en/packages/@intlayer/webpack/index.md +35 -0
  230. package/en/packages/angular-intlayer/index.md +31 -0
  231. package/en/packages/express-intlayer/index.md +229 -0
  232. package/en/packages/express-intlayer/t.md +432 -0
  233. package/en/packages/intlayer/getConfiguration.md +120 -0
  234. package/en/packages/intlayer/getEnumeration.md +138 -0
  235. package/en/packages/intlayer/getHTMLTextDir.md +97 -0
  236. package/en/packages/intlayer/getLocaleLang.md +57 -0
  237. package/en/packages/intlayer/getLocaleName.md +93 -0
  238. package/en/packages/intlayer/getLocalizedUrl.md +221 -0
  239. package/en/packages/intlayer/getMultilingualUrls.md +198 -0
  240. package/en/packages/intlayer/getPathWithoutLocale.md +50 -0
  241. package/en/packages/intlayer/getTranslation.md +166 -0
  242. package/en/packages/intlayer/getTranslationContent.md +166 -0
  243. package/en/packages/intlayer/index.md +476 -0
  244. package/en/packages/intlayer-cli/index.md +41 -0
  245. package/en/packages/intlayer-editor/index.md +113 -0
  246. package/en/packages/lynx-intlayer/index.md +60 -0
  247. package/en/packages/next-intlayer/index.md +263 -0
  248. package/en/packages/next-intlayer/t.md +326 -0
  249. package/en/packages/next-intlayer/useDictionary.md +242 -0
  250. package/en/packages/next-intlayer/useIntlayer.md +237 -0
  251. package/en/packages/next-intlayer/useIntlayerAsync.md +211 -0
  252. package/en/packages/next-intlayer/useLocale.md +105 -0
  253. package/en/packages/preact-intlayer/index.md +31 -0
  254. package/en/packages/react-intlayer/index.md +257 -0
  255. package/en/packages/react-intlayer/t.md +277 -0
  256. package/en/packages/react-intlayer/useDictionary.md +260 -0
  257. package/en/packages/react-intlayer/useIntlayer.md +225 -0
  258. package/en/packages/react-intlayer/useIntlayerAsync.md +226 -0
  259. package/en/packages/react-intlayer/useLocale.md +184 -0
  260. package/en/packages/react-native-intlayer/index.md +59 -0
  261. package/en/packages/react-scripts-intlayer/index.md +57 -0
  262. package/en/packages/solid-intlayer/index.md +31 -0
  263. package/en/packages/svelte-intlayer/index.md +31 -0
  264. package/en/packages/vite-intlayer/index.md +53 -0
  265. package/en/packages/vue-intlayer/index.md +31 -0
  266. package/en/per_locale_file.md +297 -0
  267. package/en/privacy_notice.md +61 -0
  268. package/en/roadmap.md +270 -0
  269. package/en/t.md +163 -0
  270. package/en/terms_of_service.md +33 -0
  271. package/en/vs_code_extension.md +129 -0
  272. package/en-GB/CI_CD.md +149 -0
  273. package/en-GB/autoFill.md +0 -0
  274. package/en-GB/configuration.md +490 -0
  275. package/en-GB/dictionary/condition.md +213 -0
  276. package/en-GB/dictionary/content_extention_customization.md +83 -0
  277. package/en-GB/dictionary/enumeration.md +221 -0
  278. package/en-GB/dictionary/file.md +201 -0
  279. package/en-GB/dictionary/function_fetching.md +190 -0
  280. package/en-GB/dictionary/get_started.md +466 -0
  281. package/en-GB/dictionary/insertion.md +167 -0
  282. package/en-GB/dictionary/markdown.md +343 -0
  283. package/en-GB/dictionary/nesting.md +249 -0
  284. package/en-GB/dictionary/translation.md +285 -0
  285. package/en-GB/header.md +1 -0
  286. package/en-GB/how_works_intlayer.md +217 -0
  287. package/en-GB/index.md +142 -0
  288. package/en-GB/interest_of_intlayer.md +123 -0
  289. package/en-GB/intlayer_CMS.md +334 -0
  290. package/en-GB/intlayer_cli.md +239 -0
  291. package/en-GB/intlayer_visual_editor.md +210 -0
  292. package/en-GB/intlayer_with_angular.md +3 -0
  293. package/en-GB/intlayer_with_create_react_app.md +1192 -0
  294. package/en-GB/intlayer_with_express.md +267 -0
  295. package/en-GB/intlayer_with_lynx+react.md +484 -0
  296. package/en-GB/intlayer_with_nextjs_14.md +1267 -0
  297. package/en-GB/intlayer_with_nextjs_15.md +1308 -0
  298. package/en-GB/intlayer_with_nextjs_page_router.md +1087 -0
  299. package/en-GB/intlayer_with_react_native+expo.md +539 -0
  300. package/en-GB/intlayer_with_vite+preact.md +1648 -0
  301. package/en-GB/intlayer_with_vite+react.md +1430 -0
  302. package/en-GB/intlayer_with_vite+solid.md +3 -0
  303. package/en-GB/intlayer_with_vite+svelte.md +3 -0
  304. package/en-GB/intlayer_with_vite+vue.md +993 -0
  305. package/en-GB/introduction.md +201 -0
  306. package/en-GB/mcp_server.md +150 -0
  307. package/en-GB/packages/@intlayer/api/index.md +31 -0
  308. package/en-GB/packages/@intlayer/chokidar/index.md +31 -0
  309. package/en-GB/packages/@intlayer/cli/index.md +21 -0
  310. package/en-GB/packages/@intlayer/config/index.md +116 -0
  311. package/en-GB/packages/@intlayer/core/index.md +25 -0
  312. package/en-GB/packages/@intlayer/design-system/index.md +21 -0
  313. package/en-GB/packages/@intlayer/dictionary-entry/index.md +21 -0
  314. package/en-GB/packages/@intlayer/editor/index.md +21 -0
  315. package/en-GB/packages/@intlayer/editor-react/index.md +21 -0
  316. package/en-GB/packages/@intlayer/webpack/index.md +35 -0
  317. package/en-GB/packages/angular-intlayer/index.md +3 -0
  318. package/en-GB/packages/express-intlayer/index.md +229 -0
  319. package/en-GB/packages/express-intlayer/t.md +432 -0
  320. package/en-GB/packages/intlayer/getConfiguration.md +120 -0
  321. package/en-GB/packages/intlayer/getEnumeration.md +140 -0
  322. package/en-GB/packages/intlayer/getHTMLTextDir.md +97 -0
  323. package/en-GB/packages/intlayer/getLocaleLang.md +57 -0
  324. package/en-GB/packages/intlayer/getLocaleName.md +93 -0
  325. package/en-GB/packages/intlayer/getLocalizedUrl.md +221 -0
  326. package/en-GB/packages/intlayer/getMultilingualUrls.md +198 -0
  327. package/en-GB/packages/intlayer/getPathWithoutLocale.md +50 -0
  328. package/en-GB/packages/intlayer/getTranslation.md +166 -0
  329. package/en-GB/packages/intlayer/getTranslationContent.md +166 -0
  330. package/en-GB/packages/intlayer/index.md +476 -0
  331. package/en-GB/packages/intlayer-cli/index.md +41 -0
  332. package/en-GB/packages/intlayer-editor/index.md +113 -0
  333. package/en-GB/packages/lynx-intlayer/index.md +58 -0
  334. package/en-GB/packages/next-intlayer/index.md +263 -0
  335. package/en-GB/packages/next-intlayer/t.md +326 -0
  336. package/en-GB/packages/next-intlayer/useDictionary.md +242 -0
  337. package/en-GB/packages/next-intlayer/useIntlayer.md +237 -0
  338. package/en-GB/packages/next-intlayer/useIntlayerAsync.md +211 -0
  339. package/en-GB/packages/next-intlayer/useLocale.md +105 -0
  340. package/en-GB/packages/preact-intlayer/index.md +3 -0
  341. package/en-GB/packages/react-intlayer/index.md +257 -0
  342. package/en-GB/packages/react-intlayer/t.md +277 -0
  343. package/en-GB/packages/react-intlayer/useDictionary.md +260 -0
  344. package/en-GB/packages/react-intlayer/useIntlayer.md +225 -0
  345. package/en-GB/packages/react-intlayer/useIntlayerAsync.md +226 -0
  346. package/en-GB/packages/react-intlayer/useLocale.md +184 -0
  347. package/en-GB/packages/react-native-intlayer/index.md +57 -0
  348. package/en-GB/packages/react-scripts-intlayer/index.md +57 -0
  349. package/en-GB/packages/solid-intlayer/index.md +3 -0
  350. package/en-GB/packages/svelte-intlayer/index.md +3 -0
  351. package/en-GB/packages/vite-intlayer/index.md +53 -0
  352. package/en-GB/packages/vue-intlayer/index.md +3 -0
  353. package/en-GB/per_locale_file.md +298 -0
  354. package/en-GB/privacy_notice.md +57 -0
  355. package/en-GB/roadmap.md +206 -0
  356. package/en-GB/terms_of_service.md +33 -0
  357. package/en-GB/vs_code_extension.md +139 -0
  358. package/es/CI_CD.md +149 -0
  359. package/es/autoFill.md +157 -0
  360. package/es/configuration.md +503 -0
  361. package/es/dictionary/condition.md +213 -0
  362. package/es/dictionary/content_extention_customization.md +81 -0
  363. package/es/dictionary/enumeration.md +221 -0
  364. package/es/dictionary/file.md +206 -0
  365. package/es/dictionary/function_fetching.md +190 -0
  366. package/es/dictionary/get_started.md +466 -0
  367. package/es/dictionary/insertion.md +161 -0
  368. package/es/dictionary/markdown.md +338 -0
  369. package/es/dictionary/nesting.md +249 -0
  370. package/es/dictionary/translation.md +287 -0
  371. package/es/header.md +5 -0
  372. package/es/how_works_intlayer.md +217 -0
  373. package/es/index.md +122 -0
  374. package/es/interest_of_intlayer.md +132 -0
  375. package/es/intlayer_CMS.md +334 -0
  376. package/es/intlayer_cli.md +274 -0
  377. package/es/intlayer_visual_editor.md +210 -0
  378. package/es/intlayer_with_angular.md +3 -0
  379. package/es/intlayer_with_create_react_app.md +1192 -0
  380. package/es/intlayer_with_express.md +276 -0
  381. package/es/intlayer_with_lynx+react.md +475 -0
  382. package/es/intlayer_with_nextjs_14.md +1258 -0
  383. package/es/intlayer_with_nextjs_15.md +1308 -0
  384. package/es/intlayer_with_nextjs_page_router.md +1088 -0
  385. package/es/intlayer_with_react_native+expo.md +180 -0
  386. package/es/intlayer_with_vite+preact.md +1637 -0
  387. package/es/intlayer_with_vite+react.md +1592 -0
  388. package/es/intlayer_with_vite+solid.md +3 -0
  389. package/es/intlayer_with_vite+svelte.md +3 -0
  390. package/es/intlayer_with_vite+vue.md +947 -0
  391. package/es/introduction.md +184 -0
  392. package/es/mcp_server.md +150 -0
  393. package/es/packages/@intlayer/api/index.md +31 -0
  394. package/es/packages/@intlayer/chokidar/index.md +31 -0
  395. package/es/packages/@intlayer/cli/index.md +21 -0
  396. package/es/packages/@intlayer/config/index.md +116 -0
  397. package/es/packages/@intlayer/core/index.md +25 -0
  398. package/es/packages/@intlayer/design-system/index.md +21 -0
  399. package/es/packages/@intlayer/dictionary-entry/index.md +21 -0
  400. package/es/packages/@intlayer/editor/index.md +21 -0
  401. package/es/packages/@intlayer/editor-react/index.md +21 -0
  402. package/es/packages/@intlayer/webpack/index.md +35 -0
  403. package/es/packages/angular-intlayer/index.md +3 -0
  404. package/es/packages/express-intlayer/index.md +229 -0
  405. package/es/packages/express-intlayer/t.md +432 -0
  406. package/es/packages/intlayer/getConfiguration.md +120 -0
  407. package/es/packages/intlayer/getEnumeration.md +138 -0
  408. package/es/packages/intlayer/getHTMLTextDir.md +97 -0
  409. package/es/packages/intlayer/getLocaleLang.md +57 -0
  410. package/es/packages/intlayer/getLocaleName.md +93 -0
  411. package/es/packages/intlayer/getLocalizedUrl.md +221 -0
  412. package/es/packages/intlayer/getMultilingualUrls.md +198 -0
  413. package/es/packages/intlayer/getPathWithoutLocale.md +50 -0
  414. package/es/packages/intlayer/getTranslation.md +166 -0
  415. package/es/packages/intlayer/getTranslationContent.md +166 -0
  416. package/es/packages/intlayer/index.md +478 -0
  417. package/es/packages/intlayer-cli/index.md +41 -0
  418. package/es/packages/intlayer-editor/index.md +115 -0
  419. package/es/packages/lynx-intlayer/index.md +58 -0
  420. package/es/packages/next-intlayer/index.md +263 -0
  421. package/es/packages/next-intlayer/t.md +325 -0
  422. package/es/packages/next-intlayer/useDictionary.md +242 -0
  423. package/es/packages/next-intlayer/useIntlayer.md +237 -0
  424. package/es/packages/next-intlayer/useIntlayerAsync.md +211 -0
  425. package/es/packages/next-intlayer/useLocale.md +105 -0
  426. package/es/packages/preact-intlayer/index.md +3 -0
  427. package/es/packages/react-intlayer/index.md +263 -0
  428. package/es/packages/react-intlayer/t.md +277 -0
  429. package/es/packages/react-intlayer/useDictionary.md +270 -0
  430. package/es/packages/react-intlayer/useIntlayer.md +225 -0
  431. package/es/packages/react-intlayer/useIntlayerAsync.md +226 -0
  432. package/es/packages/react-intlayer/useLocale.md +184 -0
  433. package/es/packages/react-native-intlayer/index.md +57 -0
  434. package/es/packages/react-scripts-intlayer/index.md +57 -0
  435. package/es/packages/solid-intlayer/index.md +3 -0
  436. package/es/packages/svelte-intlayer/index.md +5 -0
  437. package/es/packages/vite-intlayer/index.md +53 -0
  438. package/es/packages/vue-intlayer/index.md +3 -0
  439. package/es/per_locale_file.md +293 -0
  440. package/es/privacy_notice.md +61 -0
  441. package/es/roadmap.md +157 -0
  442. package/es/terms_of_service.md +33 -0
  443. package/es/vs_code_extension.md +139 -0
  444. package/fr/CI_CD.md +149 -0
  445. package/fr/autoFill.md +157 -0
  446. package/fr/configuration.md +481 -0
  447. package/fr/dictionary/condition.md +213 -0
  448. package/fr/dictionary/content_extention_customization.md +81 -0
  449. package/fr/dictionary/enumeration.md +221 -0
  450. package/fr/dictionary/file.md +206 -0
  451. package/fr/dictionary/function_fetching.md +190 -0
  452. package/fr/dictionary/get_started.md +466 -0
  453. package/fr/dictionary/insertion.md +161 -0
  454. package/fr/dictionary/markdown.md +335 -0
  455. package/fr/dictionary/nesting.md +249 -0
  456. package/fr/dictionary/translation.md +287 -0
  457. package/fr/header.md +5 -0
  458. package/fr/how_works_intlayer.md +217 -0
  459. package/fr/index.md +122 -0
  460. package/fr/interest_of_intlayer.md +132 -0
  461. package/fr/intlayer_CMS.md +334 -0
  462. package/fr/intlayer_cli.md +274 -0
  463. package/fr/intlayer_visual_editor.md +210 -0
  464. package/fr/intlayer_with_angular.md +3 -0
  465. package/fr/intlayer_with_create_react_app.md +1192 -0
  466. package/fr/intlayer_with_express.md +270 -0
  467. package/fr/intlayer_with_lynx+react.md +466 -0
  468. package/fr/intlayer_with_nextjs_14.md +1258 -0
  469. package/fr/intlayer_with_nextjs_15.md +1308 -0
  470. package/fr/intlayer_with_nextjs_page_router.md +1085 -0
  471. package/fr/intlayer_with_react_native+expo.md +535 -0
  472. package/fr/intlayer_with_vite+preact.md +1621 -0
  473. package/fr/intlayer_with_vite+react.md +1589 -0
  474. package/fr/intlayer_with_vite+solid.md +3 -0
  475. package/fr/intlayer_with_vite+svelte.md +3 -0
  476. package/fr/intlayer_with_vite+vue.md +947 -0
  477. package/fr/introduction.md +190 -0
  478. package/fr/mcp_server.md +152 -0
  479. package/fr/packages/@intlayer/api/index.md +31 -0
  480. package/fr/packages/@intlayer/chokidar/index.md +31 -0
  481. package/fr/packages/@intlayer/cli/index.md +21 -0
  482. package/fr/packages/@intlayer/config/index.md +116 -0
  483. package/fr/packages/@intlayer/core/index.md +25 -0
  484. package/fr/packages/@intlayer/design-system/index.md +21 -0
  485. package/fr/packages/@intlayer/dictionary-entry/index.md +21 -0
  486. package/fr/packages/@intlayer/editor/index.md +21 -0
  487. package/fr/packages/@intlayer/editor-react/index.md +21 -0
  488. package/fr/packages/@intlayer/webpack/index.md +35 -0
  489. package/fr/packages/angular-intlayer/index.md +3 -0
  490. package/fr/packages/express-intlayer/index.md +238 -0
  491. package/fr/packages/express-intlayer/t.md +432 -0
  492. package/fr/packages/intlayer/getConfiguration.md +120 -0
  493. package/fr/packages/intlayer/getEnumeration.md +138 -0
  494. package/fr/packages/intlayer/getHTMLTextDir.md +97 -0
  495. package/fr/packages/intlayer/getLocaleLang.md +57 -0
  496. package/fr/packages/intlayer/getLocaleName.md +93 -0
  497. package/fr/packages/intlayer/getLocalizedUrl.md +221 -0
  498. package/fr/packages/intlayer/getMultilingualUrls.md +198 -0
  499. package/fr/packages/intlayer/getPathWithoutLocale.md +50 -0
  500. package/fr/packages/intlayer/getTranslation.md +166 -0
  501. package/fr/packages/intlayer/getTranslationContent.md +166 -0
  502. package/fr/packages/intlayer/index.md +476 -0
  503. package/fr/packages/intlayer-cli/index.md +41 -0
  504. package/fr/packages/intlayer-editor/index.md +115 -0
  505. package/fr/packages/lynx-intlayer/index.md +58 -0
  506. package/fr/packages/next-intlayer/index.md +266 -0
  507. package/fr/packages/next-intlayer/t.md +325 -0
  508. package/fr/packages/next-intlayer/useDictionary.md +242 -0
  509. package/fr/packages/next-intlayer/useIntlayer.md +237 -0
  510. package/fr/packages/next-intlayer/useIntlayerAsync.md +211 -0
  511. package/fr/packages/next-intlayer/useLocale.md +105 -0
  512. package/fr/packages/preact-intlayer/index.md +3 -0
  513. package/fr/packages/react-intlayer/index.md +257 -0
  514. package/fr/packages/react-intlayer/t.md +277 -0
  515. package/fr/packages/react-intlayer/useDictionary.md +269 -0
  516. package/fr/packages/react-intlayer/useIntlayer.md +234 -0
  517. package/fr/packages/react-intlayer/useIntlayerAsync.md +226 -0
  518. package/fr/packages/react-intlayer/useLocale.md +184 -0
  519. package/fr/packages/react-native-intlayer/index.md +57 -0
  520. package/fr/packages/react-scripts-intlayer/index.md +57 -0
  521. package/fr/packages/solid-intlayer/index.md +3 -0
  522. package/fr/packages/svelte-intlayer/index.md +3 -0
  523. package/fr/packages/vite-intlayer/index.md +53 -0
  524. package/fr/packages/vue-intlayer/index.md +3 -0
  525. package/fr/per_locale_file.md +297 -0
  526. package/fr/privacy_notice.md +57 -0
  527. package/fr/roadmap.md +206 -0
  528. package/fr/terms_of_service.md +33 -0
  529. package/fr/vs_code_extension.md +139 -0
  530. package/hi/CI_CD.md +149 -0
  531. package/hi/autoFill.md +157 -0
  532. package/hi/configuration.md +509 -0
  533. package/hi/dictionary/condition.md +213 -0
  534. package/hi/dictionary/content_extention_customization.md +81 -0
  535. package/hi/dictionary/enumeration.md +221 -0
  536. package/hi/dictionary/file.md +209 -0
  537. package/hi/dictionary/function_fetching.md +188 -0
  538. package/hi/dictionary/get_started.md +490 -0
  539. package/hi/dictionary/insertion.md +167 -0
  540. package/hi/dictionary/markdown.md +344 -0
  541. package/hi/dictionary/nesting.md +249 -0
  542. package/hi/dictionary/translation.md +307 -0
  543. package/hi/header.md +7 -0
  544. package/hi/how_works_intlayer.md +217 -0
  545. package/hi/index.md +125 -0
  546. package/hi/interest_of_intlayer.md +132 -0
  547. package/hi/intlayer_CMS.md +334 -0
  548. package/hi/intlayer_cli.md +274 -0
  549. package/hi/intlayer_visual_editor.md +210 -0
  550. package/hi/intlayer_with_angular.md +3 -0
  551. package/hi/intlayer_with_create_react_app.md +1395 -0
  552. package/hi/intlayer_with_express.md +273 -0
  553. package/hi/intlayer_with_lynx+react.md +456 -0
  554. package/hi/intlayer_with_nextjs_14.md +1283 -0
  555. package/hi/intlayer_with_nextjs_15.md +1319 -0
  556. package/hi/intlayer_with_nextjs_page_router.md +1097 -0
  557. package/hi/intlayer_with_react_native+expo.md +554 -0
  558. package/hi/intlayer_with_vite+preact.md +1538 -0
  559. package/hi/intlayer_with_vite+react.md +1540 -0
  560. package/hi/intlayer_with_vite+solid.md +3 -0
  561. package/hi/intlayer_with_vite+svelte.md +3 -0
  562. package/hi/intlayer_with_vite+vue.md +840 -0
  563. package/hi/introduction.md +190 -0
  564. package/hi/mcp_server.md +150 -0
  565. package/hi/packages/@intlayer/api/index.md +31 -0
  566. package/hi/packages/@intlayer/chokidar/index.md +31 -0
  567. package/hi/packages/@intlayer/cli/index.md +21 -0
  568. package/hi/packages/@intlayer/config/index.md +116 -0
  569. package/hi/packages/@intlayer/core/index.md +25 -0
  570. package/hi/packages/@intlayer/design-system/index.md +21 -0
  571. package/hi/packages/@intlayer/dictionary-entry/index.md +21 -0
  572. package/hi/packages/@intlayer/editor/index.md +21 -0
  573. package/hi/packages/@intlayer/editor-react/index.md +21 -0
  574. package/hi/packages/@intlayer/webpack/index.md +35 -0
  575. package/hi/packages/angular-intlayer/index.md +3 -0
  576. package/hi/packages/express-intlayer/index.md +232 -0
  577. package/hi/packages/express-intlayer/t.md +445 -0
  578. package/hi/packages/intlayer/getConfiguration.md +120 -0
  579. package/hi/packages/intlayer/getEnumeration.md +138 -0
  580. package/hi/packages/intlayer/getHTMLTextDir.md +97 -0
  581. package/hi/packages/intlayer/getLocaleLang.md +57 -0
  582. package/hi/packages/intlayer/getLocaleName.md +93 -0
  583. package/hi/packages/intlayer/getLocalizedUrl.md +221 -0
  584. package/hi/packages/intlayer/getMultilingualUrls.md +198 -0
  585. package/hi/packages/intlayer/getPathWithoutLocale.md +50 -0
  586. package/hi/packages/intlayer/getTranslation.md +175 -0
  587. package/hi/packages/intlayer/getTranslationContent.md +175 -0
  588. package/hi/packages/intlayer/index.md +314 -0
  589. package/hi/packages/intlayer-cli/index.md +41 -0
  590. package/hi/packages/intlayer-editor/index.md +113 -0
  591. package/hi/packages/lynx-intlayer/index.md +58 -0
  592. package/hi/packages/next-intlayer/index.md +270 -0
  593. package/hi/packages/next-intlayer/t.md +337 -0
  594. package/hi/packages/next-intlayer/useDictionary.md +248 -0
  595. package/hi/packages/next-intlayer/useIntlayer.md +237 -0
  596. package/hi/packages/next-intlayer/useIntlayerAsync.md +211 -0
  597. package/hi/packages/next-intlayer/useLocale.md +105 -0
  598. package/hi/packages/preact-intlayer/index.md +3 -0
  599. package/hi/packages/react-intlayer/index.md +261 -0
  600. package/hi/packages/react-intlayer/t.md +283 -0
  601. package/hi/packages/react-intlayer/useDictionary.md +268 -0
  602. package/hi/packages/react-intlayer/useIntlayer.md +225 -0
  603. package/hi/packages/react-intlayer/useIntlayerAsync.md +226 -0
  604. package/hi/packages/react-intlayer/useLocale.md +184 -0
  605. package/hi/packages/react-native-intlayer/index.md +57 -0
  606. package/hi/packages/react-scripts-intlayer/index.md +57 -0
  607. package/hi/packages/solid-intlayer/index.md +3 -0
  608. package/hi/packages/svelte-intlayer/index.md +3 -0
  609. package/hi/packages/vite-intlayer/index.md +53 -0
  610. package/hi/packages/vue-intlayer/index.md +3 -0
  611. package/hi/per_locale_file.md +298 -0
  612. package/hi/privacy_notice.md +61 -0
  613. package/hi/roadmap.md +206 -0
  614. package/hi/terms_of_service.md +33 -0
  615. package/hi/vs_code_extension.md +139 -0
  616. package/index.cjs +1265 -0
  617. package/index.d.ts +100 -0
  618. package/it/CI_CD.md +149 -0
  619. package/it/autoFill.md +157 -0
  620. package/it/configuration.md +503 -0
  621. package/it/dictionary/condition.md +213 -0
  622. package/it/dictionary/content_extention_customization.md +81 -0
  623. package/it/dictionary/enumeration.md +221 -0
  624. package/it/dictionary/file.md +207 -0
  625. package/it/dictionary/function_fetching.md +190 -0
  626. package/it/dictionary/get_started.md +466 -0
  627. package/it/dictionary/insertion.md +161 -0
  628. package/it/dictionary/markdown.md +343 -0
  629. package/it/dictionary/nesting.md +249 -0
  630. package/it/dictionary/translation.md +287 -0
  631. package/it/header.md +7 -0
  632. package/it/how_works_intlayer.md +217 -0
  633. package/it/index.md +125 -0
  634. package/it/interest_of_intlayer.md +132 -0
  635. package/it/intlayer_CMS.md +334 -0
  636. package/it/intlayer_cli.md +274 -0
  637. package/it/intlayer_visual_editor.md +210 -0
  638. package/it/intlayer_with_angular.md +3 -0
  639. package/it/intlayer_with_create_react_app.md +413 -0
  640. package/it/intlayer_with_express.md +267 -0
  641. package/it/intlayer_with_lynx+react.md +482 -0
  642. package/it/intlayer_with_nextjs_14.md +1269 -0
  643. package/it/intlayer_with_nextjs_15.md +1319 -0
  644. package/it/intlayer_with_nextjs_page_router.md +1095 -0
  645. package/it/intlayer_with_react_native+expo.md +261 -0
  646. package/it/intlayer_with_vite+preact.md +1681 -0
  647. package/it/intlayer_with_vite+react.md +1580 -0
  648. package/it/intlayer_with_vite+solid.md +3 -0
  649. package/it/intlayer_with_vite+svelte.md +3 -0
  650. package/it/intlayer_with_vite+vue.md +989 -0
  651. package/it/introduction.md +192 -0
  652. package/it/mcp_server.md +152 -0
  653. package/it/packages/@intlayer/api/index.md +31 -0
  654. package/it/packages/@intlayer/chokidar/index.md +31 -0
  655. package/it/packages/@intlayer/cli/index.md +21 -0
  656. package/it/packages/@intlayer/config/index.md +116 -0
  657. package/it/packages/@intlayer/core/index.md +25 -0
  658. package/it/packages/@intlayer/design-system/index.md +21 -0
  659. package/it/packages/@intlayer/dictionary-entry/index.md +21 -0
  660. package/it/packages/@intlayer/editor/index.md +21 -0
  661. package/it/packages/@intlayer/editor-react/index.md +21 -0
  662. package/it/packages/@intlayer/webpack/index.md +35 -0
  663. package/it/packages/angular-intlayer/index.md +3 -0
  664. package/it/packages/express-intlayer/index.md +229 -0
  665. package/it/packages/express-intlayer/t.md +432 -0
  666. package/it/packages/intlayer/getConfiguration.md +120 -0
  667. package/it/packages/intlayer/getEnumeration.md +138 -0
  668. package/it/packages/intlayer/getHTMLTextDir.md +97 -0
  669. package/it/packages/intlayer/getLocaleLang.md +57 -0
  670. package/it/packages/intlayer/getLocaleName.md +93 -0
  671. package/it/packages/intlayer/getLocalizedUrl.md +221 -0
  672. package/it/packages/intlayer/getMultilingualUrls.md +200 -0
  673. package/it/packages/intlayer/getPathWithoutLocale.md +50 -0
  674. package/it/packages/intlayer/getTranslation.md +166 -0
  675. package/it/packages/intlayer/getTranslationContent.md +166 -0
  676. package/it/packages/intlayer/index.md +479 -0
  677. package/it/packages/intlayer-cli/index.md +41 -0
  678. package/it/packages/intlayer-editor/index.md +113 -0
  679. package/it/packages/lynx-intlayer/index.md +58 -0
  680. package/it/packages/next-intlayer/index.md +267 -0
  681. package/it/packages/next-intlayer/t.md +326 -0
  682. package/it/packages/next-intlayer/useDictionary.md +242 -0
  683. package/it/packages/next-intlayer/useIntlayer.md +237 -0
  684. package/it/packages/next-intlayer/useIntlayerAsync.md +211 -0
  685. package/it/packages/next-intlayer/useLocale.md +105 -0
  686. package/it/packages/preact-intlayer/index.md +3 -0
  687. package/it/packages/react-intlayer/index.md +260 -0
  688. package/it/packages/react-intlayer/t.md +277 -0
  689. package/it/packages/react-intlayer/useDictionary.md +260 -0
  690. package/it/packages/react-intlayer/useIntlayer.md +225 -0
  691. package/it/packages/react-intlayer/useIntlayerAsync.md +226 -0
  692. package/it/packages/react-intlayer/useLocale.md +184 -0
  693. package/it/packages/react-native-intlayer/index.md +57 -0
  694. package/it/packages/react-scripts-intlayer/index.md +57 -0
  695. package/it/packages/solid-intlayer/index.md +5 -0
  696. package/it/packages/svelte-intlayer/index.md +3 -0
  697. package/it/packages/vite-intlayer/index.md +53 -0
  698. package/it/packages/vue-intlayer/index.md +5 -0
  699. package/it/per_locale_file.md +298 -0
  700. package/it/privacy_notice.md +61 -0
  701. package/it/roadmap.md +206 -0
  702. package/it/terms_of_service.md +33 -0
  703. package/it/vs_code_extension.md +139 -0
  704. package/ja/CI_CD.md +149 -0
  705. package/ja/autoFill.md +157 -0
  706. package/ja/configuration.md +507 -0
  707. package/ja/dictionary/condition.md +213 -0
  708. package/ja/dictionary/content_extention_customization.md +81 -0
  709. package/ja/dictionary/enumeration.md +221 -0
  710. package/ja/dictionary/file.md +209 -0
  711. package/ja/dictionary/function_fetching.md +190 -0
  712. package/ja/dictionary/get_started.md +466 -0
  713. package/ja/dictionary/insertion.md +161 -0
  714. package/ja/dictionary/markdown.md +343 -0
  715. package/ja/dictionary/nesting.md +249 -0
  716. package/ja/dictionary/translation.md +287 -0
  717. package/ja/header.md +7 -0
  718. package/ja/how_works_intlayer.md +217 -0
  719. package/ja/index.md +125 -0
  720. package/ja/interest_of_intlayer.md +132 -0
  721. package/ja/intlayer_CMS.md +334 -0
  722. package/ja/intlayer_cli.md +274 -0
  723. package/ja/intlayer_visual_editor.md +213 -0
  724. package/ja/intlayer_with_angular.md +3 -0
  725. package/ja/intlayer_with_create_react_app.md +1186 -0
  726. package/ja/intlayer_with_express.md +267 -0
  727. package/ja/intlayer_with_lynx+react.md +482 -0
  728. package/ja/intlayer_with_nextjs_14.md +1256 -0
  729. package/ja/intlayer_with_nextjs_15.md +1308 -0
  730. package/ja/intlayer_with_nextjs_page_router.md +1085 -0
  731. package/ja/intlayer_with_react_native+expo.md +537 -0
  732. package/ja/intlayer_with_vite+preact.md +1601 -0
  733. package/ja/intlayer_with_vite+react.md +1555 -0
  734. package/ja/intlayer_with_vite+solid.md +3 -0
  735. package/ja/intlayer_with_vite+svelte.md +3 -0
  736. package/ja/intlayer_with_vite+vue.md +990 -0
  737. package/ja/introduction.md +186 -0
  738. package/ja/mcp_server.md +150 -0
  739. package/ja/packages/@intlayer/api/index.md +31 -0
  740. package/ja/packages/@intlayer/chokidar/index.md +31 -0
  741. package/ja/packages/@intlayer/cli/index.md +21 -0
  742. package/ja/packages/@intlayer/config/index.md +116 -0
  743. package/ja/packages/@intlayer/core/index.md +25 -0
  744. package/ja/packages/@intlayer/design-system/index.md +21 -0
  745. package/ja/packages/@intlayer/dictionary-entry/index.md +21 -0
  746. package/ja/packages/@intlayer/editor/index.md +21 -0
  747. package/ja/packages/@intlayer/editor-react/index.md +21 -0
  748. package/ja/packages/@intlayer/webpack/index.md +35 -0
  749. package/ja/packages/angular-intlayer/index.md +3 -0
  750. package/ja/packages/express-intlayer/index.md +229 -0
  751. package/ja/packages/express-intlayer/t.md +432 -0
  752. package/ja/packages/intlayer/getConfiguration.md +120 -0
  753. package/ja/packages/intlayer/getEnumeration.md +140 -0
  754. package/ja/packages/intlayer/getHTMLTextDir.md +97 -0
  755. package/ja/packages/intlayer/getLocaleLang.md +59 -0
  756. package/ja/packages/intlayer/getLocaleName.md +93 -0
  757. package/ja/packages/intlayer/getLocalizedUrl.md +221 -0
  758. package/ja/packages/intlayer/getMultilingualUrls.md +198 -0
  759. package/ja/packages/intlayer/getPathWithoutLocale.md +50 -0
  760. package/ja/packages/intlayer/getTranslation.md +166 -0
  761. package/ja/packages/intlayer/getTranslationContent.md +166 -0
  762. package/ja/packages/intlayer/index.md +479 -0
  763. package/ja/packages/intlayer-cli/index.md +41 -0
  764. package/ja/packages/intlayer-editor/index.md +115 -0
  765. package/ja/packages/lynx-intlayer/index.md +58 -0
  766. package/ja/packages/next-intlayer/index.md +263 -0
  767. package/ja/packages/next-intlayer/t.md +326 -0
  768. package/ja/packages/next-intlayer/useDictionary.md +242 -0
  769. package/ja/packages/next-intlayer/useIntlayer.md +237 -0
  770. package/ja/packages/next-intlayer/useIntlayerAsync.md +211 -0
  771. package/ja/packages/next-intlayer/useLocale.md +105 -0
  772. package/ja/packages/preact-intlayer/index.md +3 -0
  773. package/ja/packages/react-intlayer/index.md +257 -0
  774. package/ja/packages/react-intlayer/t.md +277 -0
  775. package/ja/packages/react-intlayer/useDictionary.md +260 -0
  776. package/ja/packages/react-intlayer/useIntlayer.md +225 -0
  777. package/ja/packages/react-intlayer/useIntlayerAsync.md +226 -0
  778. package/ja/packages/react-intlayer/useLocale.md +184 -0
  779. package/ja/packages/react-native-intlayer/index.md +57 -0
  780. package/ja/packages/react-scripts-intlayer/index.md +57 -0
  781. package/ja/packages/solid-intlayer/index.md +3 -0
  782. package/ja/packages/svelte-intlayer/index.md +3 -0
  783. package/ja/packages/vite-intlayer/index.md +53 -0
  784. package/ja/packages/vue-intlayer/index.md +3 -0
  785. package/ja/per_locale_file.md +298 -0
  786. package/ja/privacy_notice.md +57 -0
  787. package/ja/roadmap.md +206 -0
  788. package/ja/terms_of_service.md +33 -0
  789. package/ja/vs_code_extension.md +139 -0
  790. package/ko/CI_CD.md +149 -0
  791. package/ko/autoFill.md +157 -0
  792. package/ko/configuration.md +507 -0
  793. package/ko/dictionary/condition.md +213 -0
  794. package/ko/dictionary/content_extention_customization.md +81 -0
  795. package/ko/dictionary/enumeration.md +221 -0
  796. package/ko/dictionary/file.md +207 -0
  797. package/ko/dictionary/function_fetching.md +190 -0
  798. package/ko/dictionary/get_started.md +466 -0
  799. package/ko/dictionary/insertion.md +167 -0
  800. package/ko/dictionary/markdown.md +343 -0
  801. package/ko/dictionary/nesting.md +249 -0
  802. package/ko/dictionary/translation.md +287 -0
  803. package/ko/header.md +7 -0
  804. package/ko/how_works_intlayer.md +216 -0
  805. package/ko/index.md +125 -0
  806. package/ko/interest_of_intlayer.md +132 -0
  807. package/ko/intlayer_CMS.md +334 -0
  808. package/ko/intlayer_cli.md +274 -0
  809. package/ko/intlayer_visual_editor.md +210 -0
  810. package/ko/intlayer_with_angular.md +3 -0
  811. package/ko/intlayer_with_create_react_app.md +1186 -0
  812. package/ko/intlayer_with_express.md +267 -0
  813. package/ko/intlayer_with_lynx+react.md +482 -0
  814. package/ko/intlayer_with_nextjs_14.md +1267 -0
  815. package/ko/intlayer_with_nextjs_15.md +1319 -0
  816. package/ko/intlayer_with_nextjs_page_router.md +1097 -0
  817. package/ko/intlayer_with_react_native+expo.md +537 -0
  818. package/ko/intlayer_with_vite+preact.md +1682 -0
  819. package/ko/intlayer_with_vite+react.md +1582 -0
  820. package/ko/intlayer_with_vite+solid.md +3 -0
  821. package/ko/intlayer_with_vite+svelte.md +3 -0
  822. package/ko/intlayer_with_vite+vue.md +988 -0
  823. package/ko/introduction.md +186 -0
  824. package/ko/mcp_server.md +150 -0
  825. package/ko/packages/@intlayer/api/index.md +31 -0
  826. package/ko/packages/@intlayer/chokidar/index.md +31 -0
  827. package/ko/packages/@intlayer/cli/index.md +21 -0
  828. package/ko/packages/@intlayer/config/index.md +116 -0
  829. package/ko/packages/@intlayer/core/index.md +25 -0
  830. package/ko/packages/@intlayer/design-system/index.md +21 -0
  831. package/ko/packages/@intlayer/dictionary-entry/index.md +21 -0
  832. package/ko/packages/@intlayer/editor/index.md +21 -0
  833. package/ko/packages/@intlayer/editor-react/index.md +21 -0
  834. package/ko/packages/@intlayer/webpack/index.md +35 -0
  835. package/ko/packages/angular-intlayer/index.md +5 -0
  836. package/ko/packages/express-intlayer/index.md +229 -0
  837. package/ko/packages/express-intlayer/t.md +432 -0
  838. package/ko/packages/intlayer/getConfiguration.md +120 -0
  839. package/ko/packages/intlayer/getEnumeration.md +138 -0
  840. package/ko/packages/intlayer/getHTMLTextDir.md +97 -0
  841. package/ko/packages/intlayer/getLocaleLang.md +57 -0
  842. package/ko/packages/intlayer/getLocaleName.md +93 -0
  843. package/ko/packages/intlayer/getLocalizedUrl.md +221 -0
  844. package/ko/packages/intlayer/getMultilingualUrls.md +198 -0
  845. package/ko/packages/intlayer/getPathWithoutLocale.md +50 -0
  846. package/ko/packages/intlayer/getTranslation.md +166 -0
  847. package/ko/packages/intlayer/getTranslationContent.md +166 -0
  848. package/ko/packages/intlayer/index.md +480 -0
  849. package/ko/packages/intlayer-cli/index.md +41 -0
  850. package/ko/packages/intlayer-editor/index.md +113 -0
  851. package/ko/packages/lynx-intlayer/index.md +58 -0
  852. package/ko/packages/next-intlayer/index.md +267 -0
  853. package/ko/packages/next-intlayer/t.md +337 -0
  854. package/ko/packages/next-intlayer/useDictionary.md +242 -0
  855. package/ko/packages/next-intlayer/useIntlayer.md +237 -0
  856. package/ko/packages/next-intlayer/useIntlayerAsync.md +211 -0
  857. package/ko/packages/next-intlayer/useLocale.md +105 -0
  858. package/ko/packages/preact-intlayer/index.md +3 -0
  859. package/ko/packages/react-intlayer/index.md +260 -0
  860. package/ko/packages/react-intlayer/t.md +277 -0
  861. package/ko/packages/react-intlayer/useDictionary.md +268 -0
  862. package/ko/packages/react-intlayer/useIntlayer.md +225 -0
  863. package/ko/packages/react-intlayer/useIntlayerAsync.md +226 -0
  864. package/ko/packages/react-intlayer/useLocale.md +184 -0
  865. package/ko/packages/react-native-intlayer/index.md +57 -0
  866. package/ko/packages/react-scripts-intlayer/index.md +57 -0
  867. package/ko/packages/solid-intlayer/index.md +3 -0
  868. package/ko/packages/svelte-intlayer/index.md +3 -0
  869. package/ko/packages/vite-intlayer/index.md +53 -0
  870. package/ko/packages/vue-intlayer/index.md +3 -0
  871. package/ko/per_locale_file.md +300 -0
  872. package/ko/privacy_notice.md +61 -0
  873. package/ko/roadmap.md +206 -0
  874. package/ko/terms_of_service.md +33 -0
  875. package/ko/vs_code_extension.md +139 -0
  876. package/package.json +96 -0
  877. package/pt/CI_CD.md +149 -0
  878. package/pt/autoFill.md +157 -0
  879. package/pt/configuration.md +503 -0
  880. package/pt/dictionary/condition.md +213 -0
  881. package/pt/dictionary/content_extention_customization.md +81 -0
  882. package/pt/dictionary/enumeration.md +221 -0
  883. package/pt/dictionary/file.md +210 -0
  884. package/pt/dictionary/function_fetching.md +190 -0
  885. package/pt/dictionary/get_started.md +490 -0
  886. package/pt/dictionary/insertion.md +161 -0
  887. package/pt/dictionary/markdown.md +339 -0
  888. package/pt/dictionary/nesting.md +249 -0
  889. package/pt/dictionary/translation.md +322 -0
  890. package/pt/header.md +7 -0
  891. package/pt/how_works_intlayer.md +216 -0
  892. package/pt/index.md +125 -0
  893. package/pt/interest_of_intlayer.md +132 -0
  894. package/pt/intlayer_CMS.md +334 -0
  895. package/pt/intlayer_cli.md +274 -0
  896. package/pt/intlayer_visual_editor.md +210 -0
  897. package/pt/intlayer_with_angular.md +3 -0
  898. package/pt/intlayer_with_create_react_app.md +1204 -0
  899. package/pt/intlayer_with_express.md +270 -0
  900. package/pt/intlayer_with_lynx+react.md +467 -0
  901. package/pt/intlayer_with_nextjs_14.md +1269 -0
  902. package/pt/intlayer_with_nextjs_15.md +1319 -0
  903. package/pt/intlayer_with_nextjs_page_router.md +1109 -0
  904. package/pt/intlayer_with_react_native+expo.md +259 -0
  905. package/pt/intlayer_with_vite+preact.md +1663 -0
  906. package/pt/intlayer_with_vite+react.md +1621 -0
  907. package/pt/intlayer_with_vite+solid.md +3 -0
  908. package/pt/intlayer_with_vite+svelte.md +3 -0
  909. package/pt/intlayer_with_vite+vue.md +989 -0
  910. package/pt/introduction.md +193 -0
  911. package/pt/mcp_server.md +150 -0
  912. package/pt/packages/@intlayer/api/index.md +31 -0
  913. package/pt/packages/@intlayer/chokidar/index.md +31 -0
  914. package/pt/packages/@intlayer/cli/index.md +21 -0
  915. package/pt/packages/@intlayer/config/index.md +116 -0
  916. package/pt/packages/@intlayer/core/index.md +25 -0
  917. package/pt/packages/@intlayer/design-system/index.md +21 -0
  918. package/pt/packages/@intlayer/dictionary-entry/index.md +21 -0
  919. package/pt/packages/@intlayer/editor/index.md +21 -0
  920. package/pt/packages/@intlayer/editor-react/index.md +21 -0
  921. package/pt/packages/@intlayer/webpack/index.md +35 -0
  922. package/pt/packages/angular-intlayer/index.md +3 -0
  923. package/pt/packages/express-intlayer/index.md +232 -0
  924. package/pt/packages/express-intlayer/t.md +267 -0
  925. package/pt/packages/intlayer/getConfiguration.md +120 -0
  926. package/pt/packages/intlayer/getEnumeration.md +138 -0
  927. package/pt/packages/intlayer/getHTMLTextDir.md +97 -0
  928. package/pt/packages/intlayer/getLocaleLang.md +57 -0
  929. package/pt/packages/intlayer/getLocaleName.md +93 -0
  930. package/pt/packages/intlayer/getLocalizedUrl.md +221 -0
  931. package/pt/packages/intlayer/getMultilingualUrls.md +198 -0
  932. package/pt/packages/intlayer/getPathWithoutLocale.md +50 -0
  933. package/pt/packages/intlayer/getTranslation.md +175 -0
  934. package/pt/packages/intlayer/getTranslationContent.md +177 -0
  935. package/pt/packages/intlayer/index.md +484 -0
  936. package/pt/packages/intlayer-cli/index.md +41 -0
  937. package/pt/packages/intlayer-editor/index.md +113 -0
  938. package/pt/packages/lynx-intlayer/index.md +58 -0
  939. package/pt/packages/next-intlayer/index.md +270 -0
  940. package/pt/packages/next-intlayer/t.md +341 -0
  941. package/pt/packages/next-intlayer/useDictionary.md +248 -0
  942. package/pt/packages/next-intlayer/useIntlayer.md +237 -0
  943. package/pt/packages/next-intlayer/useIntlayerAsync.md +211 -0
  944. package/pt/packages/next-intlayer/useLocale.md +105 -0
  945. package/pt/packages/preact-intlayer/index.md +3 -0
  946. package/pt/packages/react-intlayer/index.md +261 -0
  947. package/pt/packages/react-intlayer/t.md +289 -0
  948. package/pt/packages/react-intlayer/useDictionary.md +268 -0
  949. package/pt/packages/react-intlayer/useIntlayer.md +225 -0
  950. package/pt/packages/react-intlayer/useIntlayerAsync.md +226 -0
  951. package/pt/packages/react-intlayer/useLocale.md +184 -0
  952. package/pt/packages/react-native-intlayer/index.md +57 -0
  953. package/pt/packages/react-scripts-intlayer/index.md +57 -0
  954. package/pt/packages/solid-intlayer/index.md +3 -0
  955. package/pt/packages/svelte-intlayer/index.md +3 -0
  956. package/pt/packages/vite-intlayer/index.md +53 -0
  957. package/pt/packages/vue-intlayer/index.md +3 -0
  958. package/pt/per_locale_file.md +298 -0
  959. package/pt/privacy_notice.md +61 -0
  960. package/pt/roadmap.md +206 -0
  961. package/pt/terms_of_service.md +33 -0
  962. package/pt/vs_code_extension.md +139 -0
  963. package/ru/CI_CD.md +149 -0
  964. package/ru/autoFill.md +157 -0
  965. package/ru/configuration.md +507 -0
  966. package/ru/dictionary/condition.md +213 -0
  967. package/ru/dictionary/content_extention_customization.md +81 -0
  968. package/ru/dictionary/enumeration.md +221 -0
  969. package/ru/dictionary/file.md +209 -0
  970. package/ru/dictionary/function_fetching.md +188 -0
  971. package/ru/dictionary/get_started.md +311 -0
  972. package/ru/dictionary/insertion.md +161 -0
  973. package/ru/dictionary/markdown.md +339 -0
  974. package/ru/dictionary/nesting.md +249 -0
  975. package/ru/dictionary/translation.md +322 -0
  976. package/ru/environment/angular.md +3 -0
  977. package/ru/header.md +7 -0
  978. package/ru/how_works_intlayer.md +217 -0
  979. package/ru/index.md +125 -0
  980. package/ru/interest_of_intlayer.md +132 -0
  981. package/ru/intlayer_CMS.md +334 -0
  982. package/ru/intlayer_cli.md +274 -0
  983. package/ru/intlayer_visual_editor.md +210 -0
  984. package/ru/intlayer_with_angular.md +3 -0
  985. package/ru/intlayer_with_create_react_app.md +1196 -0
  986. package/ru/intlayer_with_express.md +273 -0
  987. package/ru/intlayer_with_lynx+react.md +482 -0
  988. package/ru/intlayer_with_nextjs_14.md +1274 -0
  989. package/ru/intlayer_with_nextjs_15.md +1318 -0
  990. package/ru/intlayer_with_nextjs_page_router.md +1100 -0
  991. package/ru/intlayer_with_react_native+expo.md +537 -0
  992. package/ru/intlayer_with_vite+preact.md +1663 -0
  993. package/ru/intlayer_with_vite+react.md +1546 -0
  994. package/ru/intlayer_with_vite+solid.md +3 -0
  995. package/ru/intlayer_with_vite+svelte.md +3 -0
  996. package/ru/intlayer_with_vite+vue.md +987 -0
  997. package/ru/introduction.md +190 -0
  998. package/ru/mcp_server.md +152 -0
  999. package/ru/packages/@intlayer/api/index.md +31 -0
  1000. package/ru/packages/@intlayer/chokidar/index.md +31 -0
  1001. package/ru/packages/@intlayer/cli/index.md +23 -0
  1002. package/ru/packages/@intlayer/config/index.md +116 -0
  1003. package/ru/packages/@intlayer/core/index.md +25 -0
  1004. package/ru/packages/@intlayer/design-system/index.md +21 -0
  1005. package/ru/packages/@intlayer/dictionary-entry/index.md +21 -0
  1006. package/ru/packages/@intlayer/editor/index.md +21 -0
  1007. package/ru/packages/@intlayer/editor-react/index.md +21 -0
  1008. package/ru/packages/@intlayer/webpack/index.md +35 -0
  1009. package/ru/packages/angular-intlayer/index.md +3 -0
  1010. package/ru/packages/express-intlayer/index.md +235 -0
  1011. package/ru/packages/express-intlayer/t.md +445 -0
  1012. package/ru/packages/intlayer/getConfiguration.md +120 -0
  1013. package/ru/packages/intlayer/getEnumeration.md +140 -0
  1014. package/ru/packages/intlayer/getHTMLTextDir.md +97 -0
  1015. package/ru/packages/intlayer/getLocaleLang.md +59 -0
  1016. package/ru/packages/intlayer/getLocaleName.md +93 -0
  1017. package/ru/packages/intlayer/getLocalizedUrl.md +221 -0
  1018. package/ru/packages/intlayer/getMultilingualUrls.md +198 -0
  1019. package/ru/packages/intlayer/getPathWithoutLocale.md +50 -0
  1020. package/ru/packages/intlayer/getTranslation.md +177 -0
  1021. package/ru/packages/intlayer/getTranslationContent.md +175 -0
  1022. package/ru/packages/intlayer/index.md +275 -0
  1023. package/ru/packages/intlayer-cli/index.md +41 -0
  1024. package/ru/packages/intlayer-editor/index.md +115 -0
  1025. package/ru/packages/lynx-intlayer/index.md +58 -0
  1026. package/ru/packages/next-intlayer/index.md +267 -0
  1027. package/ru/packages/next-intlayer/t.md +340 -0
  1028. package/ru/packages/next-intlayer/useDictionary.md +248 -0
  1029. package/ru/packages/next-intlayer/useIntlayer.md +237 -0
  1030. package/ru/packages/next-intlayer/useIntlayerAsync.md +211 -0
  1031. package/ru/packages/next-intlayer/useLocale.md +105 -0
  1032. package/ru/packages/preact-intlayer/index.md +3 -0
  1033. package/ru/packages/react-intlayer/index.md +261 -0
  1034. package/ru/packages/react-intlayer/t.md +289 -0
  1035. package/ru/packages/react-intlayer/useDictionary.md +268 -0
  1036. package/ru/packages/react-intlayer/useIntlayer.md +225 -0
  1037. package/ru/packages/react-intlayer/useIntlayerAsync.md +226 -0
  1038. package/ru/packages/react-intlayer/useLocale.md +184 -0
  1039. package/ru/packages/react-native-intlayer/index.md +57 -0
  1040. package/ru/packages/react-scripts-intlayer/index.md +57 -0
  1041. package/ru/packages/solid-intlayer/index.md +3 -0
  1042. package/ru/packages/svelte-intlayer/index.md +3 -0
  1043. package/ru/packages/vite-intlayer/index.md +53 -0
  1044. package/ru/packages/vue-intlayer/index.md +3 -0
  1045. package/ru/per_locale_file.md +298 -0
  1046. package/ru/privacy_notice.md +61 -0
  1047. package/ru/roadmap.md +206 -0
  1048. package/ru/terms_of_service.md +33 -0
  1049. package/ru/vs_code_extension.md +139 -0
  1050. package/zh/CI_CD.md +149 -0
  1051. package/zh/autoFill.md +157 -0
  1052. package/zh/configuration.md +484 -0
  1053. package/zh/dictionary/condition.md +213 -0
  1054. package/zh/dictionary/content_extention_customization.md +81 -0
  1055. package/zh/dictionary/enumeration.md +221 -0
  1056. package/zh/dictionary/file.md +209 -0
  1057. package/zh/dictionary/function_fetching.md +188 -0
  1058. package/zh/dictionary/get_started.md +490 -0
  1059. package/zh/dictionary/insertion.md +161 -0
  1060. package/zh/dictionary/markdown.md +342 -0
  1061. package/zh/dictionary/nesting.md +249 -0
  1062. package/zh/dictionary/translation.md +287 -0
  1063. package/zh/header.md +7 -0
  1064. package/zh/how_works_intlayer.md +217 -0
  1065. package/zh/index.md +125 -0
  1066. package/zh/interest_of_intlayer.md +132 -0
  1067. package/zh/intlayer_CMS.md +334 -0
  1068. package/zh/intlayer_cli.md +274 -0
  1069. package/zh/intlayer_visual_editor.md +210 -0
  1070. package/zh/intlayer_with_angular.md +3 -0
  1071. package/zh/intlayer_with_create_react_app.md +1196 -0
  1072. package/zh/intlayer_with_express.md +267 -0
  1073. package/zh/intlayer_with_lynx+react.md +484 -0
  1074. package/zh/intlayer_with_nextjs_14.md +1286 -0
  1075. package/zh/intlayer_with_nextjs_15.md +1322 -0
  1076. package/zh/intlayer_with_nextjs_page_router.md +1097 -0
  1077. package/zh/intlayer_with_react_native+expo.md +539 -0
  1078. package/zh/intlayer_with_vite+preact.md +1681 -0
  1079. package/zh/intlayer_with_vite+react.md +1577 -0
  1080. package/zh/intlayer_with_vite+solid.md +3 -0
  1081. package/zh/intlayer_with_vite+svelte.md +3 -0
  1082. package/zh/intlayer_with_vite+vue.md +988 -0
  1083. package/zh/introduction.md +186 -0
  1084. package/zh/mcp_server.md +152 -0
  1085. package/zh/packages/@intlayer/api/index.md +31 -0
  1086. package/zh/packages/@intlayer/chokidar/index.md +31 -0
  1087. package/zh/packages/@intlayer/cli/index.md +21 -0
  1088. package/zh/packages/@intlayer/config/index.md +116 -0
  1089. package/zh/packages/@intlayer/core/index.md +25 -0
  1090. package/zh/packages/@intlayer/design-system/index.md +21 -0
  1091. package/zh/packages/@intlayer/dictionary-entry/index.md +21 -0
  1092. package/zh/packages/@intlayer/editor/index.md +21 -0
  1093. package/zh/packages/@intlayer/editor-react/index.md +21 -0
  1094. package/zh/packages/@intlayer/webpack/index.md +35 -0
  1095. package/zh/packages/angular-intlayer/index.md +3 -0
  1096. package/zh/packages/express-intlayer/index.md +229 -0
  1097. package/zh/packages/express-intlayer/t.md +432 -0
  1098. package/zh/packages/intlayer/getConfiguration.md +120 -0
  1099. package/zh/packages/intlayer/getEnumeration.md +140 -0
  1100. package/zh/packages/intlayer/getHTMLTextDir.md +97 -0
  1101. package/zh/packages/intlayer/getLocaleLang.md +57 -0
  1102. package/zh/packages/intlayer/getLocaleName.md +93 -0
  1103. package/zh/packages/intlayer/getLocalizedUrl.md +221 -0
  1104. package/zh/packages/intlayer/getMultilingualUrls.md +198 -0
  1105. package/zh/packages/intlayer/getPathWithoutLocale.md +50 -0
  1106. package/zh/packages/intlayer/getTranslation.md +166 -0
  1107. package/zh/packages/intlayer/getTranslationContent.md +166 -0
  1108. package/zh/packages/intlayer/index.md +360 -0
  1109. package/zh/packages/intlayer-cli/index.md +41 -0
  1110. package/zh/packages/intlayer-editor/index.md +113 -0
  1111. package/zh/packages/lynx-intlayer/index.md +60 -0
  1112. package/zh/packages/next-intlayer/index.md +267 -0
  1113. package/zh/packages/next-intlayer/t.md +338 -0
  1114. package/zh/packages/next-intlayer/useDictionary.md +242 -0
  1115. package/zh/packages/next-intlayer/useIntlayer.md +237 -0
  1116. package/zh/packages/next-intlayer/useIntlayerAsync.md +211 -0
  1117. package/zh/packages/next-intlayer/useLocale.md +105 -0
  1118. package/zh/packages/preact-intlayer/index.md +3 -0
  1119. package/zh/packages/react-intlayer/index.md +257 -0
  1120. package/zh/packages/react-intlayer/t.md +271 -0
  1121. package/zh/packages/react-intlayer/useDictionary.md +260 -0
  1122. package/zh/packages/react-intlayer/useIntlayer.md +225 -0
  1123. package/zh/packages/react-intlayer/useIntlayerAsync.md +226 -0
  1124. package/zh/packages/react-intlayer/useLocale.md +184 -0
  1125. package/zh/packages/react-native-intlayer/index.md +57 -0
  1126. package/zh/packages/react-scripts-intlayer/index.md +57 -0
  1127. package/zh/packages/solid-intlayer/index.md +3 -0
  1128. package/zh/packages/svelte-intlayer/index.md +3 -0
  1129. package/zh/packages/vite-intlayer/index.md +53 -0
  1130. package/zh/packages/vue-intlayer/index.md +3 -0
  1131. package/zh/per_locale_file.md +298 -0
  1132. package/zh/privacy_notice.md +61 -0
  1133. package/zh/roadmap.md +206 -0
  1134. package/zh/terms_of_service.md +33 -0
  1135. package/zh/vs_code_extension.md +139 -0
@@ -0,0 +1,1538 @@
1
+ # इंटलेयर और वाइट और प्रीएक्ट के साथ अंतर्राष्ट्रीयकरण (i18n) शुरू करना
2
+
3
+ > यह पैकेज विकास में है। अधिक जानकारी के लिए [समस्या](https://github.com/aymericzip/intlayer/issues/118) देखें। प्रीएक्ट के लिए इंटलेयर में अपनी रुचि दिखाने के लिए समस्या को लाइक करें।
4
+
5
+ GitHub पर [एप्लिकेशन टेम्पलेट](https://github.com/aymericzip/intlayer-vite-preact-template) देखें।
6
+
7
+ ## इंटलेयर क्या है?
8
+
9
+ **इंटलेयर** एक अभिनव, ओपन-सोर्स अंतर्राष्ट्रीयकरण (i18n) लाइब्रेरी है, जिसे आधुनिक वेब एप्लिकेशन में बहुभाषीय समर्थन को सरल बनाने के लिए डिज़ाइन किया गया है।
10
+
11
+ इंटलेयर के साथ, आप कर सकते हैं:
12
+
13
+ - **अनुवादों को आसानी से प्रबंधित करें** घटक स्तर पर घोषणात्मक शब्दकोशों का उपयोग करके।
14
+ - **मेटाडेटा, रूट्स, और सामग्री को गतिशील रूप से स्थानीयकृत करें**।
15
+ - **टाइपस्क्रिप्ट समर्थन सुनिश्चित करें** स्वचालित रूप से उत्पन्न प्रकारों के साथ, ऑटो-कम्प्लीशन और त्रुटि पहचान में सुधार करते हुए।
16
+ - **उन्नत सुविधाओं का लाभ उठाएं**, जैसे गतिशील लोकेल पहचान और स्विचिंग।
17
+
18
+ ---
19
+
20
+ ## वाइट और प्रीएक्ट एप्लिकेशन में इंटलेयर सेट अप करने के लिए चरण-दर-चरण गाइड
21
+
22
+ ### चरण 1: निर्भरताएँ स्थापित करें
23
+
24
+ npm का उपयोग करके आवश्यक पैकेज इंस्टॉल करें:
25
+
26
+ ```bash packageManager="npm"
27
+ npm install intlayer preact-intlayer vite-intlayer
28
+ ```
29
+
30
+ ```bash packageManager="pnpm"
31
+ pnpm add intlayer preact-intlayer vite-intlayer
32
+ ```
33
+
34
+ ```bash packageManager="yarn"
35
+ yarn add intlayer preact-intlayer vite-intlayer
36
+ ```
37
+
38
+ - **intlayer**
39
+
40
+ यह मुख्य पैकेज है जो कॉन्फ़िगरेशन प्रबंधन, अनुवाद, [सामग्री घोषणा](https://github.com/aymericzip/intlayer/blob/main/docs/hi/dictionary/get_started.md), ट्रांसपिलेशन, और [CLI कमांड्स](https://github.com/aymericzip/intlayer/blob/main/docs/hi/intlayer_cli.md) के लिए अंतर्राष्ट्रीयकरण उपकरण प्रदान करता है।
41
+
42
+ - **preact-intlayer**
43
+ यह पैकेज इंटलेयर को प्रीएक्ट एप्लिकेशन के साथ एकीकृत करता है। यह प्रीएक्ट अंतर्राष्ट्रीयकरण के लिए संदर्भ प्रदाता और हुक प्रदान करता है।
44
+
45
+ - **vite-intlayer**
46
+ इसमें [वाइट बंडलर](https://vite.dev/guide/why.html#why-bundle-for-production) के साथ इंटलेयर को एकीकृत करने के लिए वाइट प्लगइन शामिल है, साथ ही उपयोगकर्ता की पसंदीदा लोकेल का पता लगाने, कुकीज़ प्रबंधित करने, और URL रीडायरेक्शन को संभालने के लिए मिडलवेयर भी शामिल है।
47
+
48
+ ### चरण 2: अपने प्रोजेक्ट का कॉन्फ़िगरेशन
49
+
50
+ अपने एप्लिकेशन की भाषाओं को कॉन्फ़िगर करने के लिए एक कॉन्फ़िग फ़ाइल बनाएं:
51
+
52
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
53
+ import { Locales, type IntlayerConfig } from "intlayer";
54
+
55
+ const config: IntlayerConfig = {
56
+ internationalization: {
57
+ locales: [
58
+ Locales.ENGLISH,
59
+ Locales.FRENCH,
60
+ Locales.SPANISH,
61
+ // आपकी अन्य लोकेल्स
62
+ ],
63
+ defaultLocale: Locales.ENGLISH,
64
+ },
65
+ };
66
+
67
+ export default config;
68
+ ```
69
+
70
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
71
+ import { Locales } from "intlayer";
72
+
73
+ /** @type {import('intlayer').IntlayerConfig} */
74
+ const config = {
75
+ internationalization: {
76
+ locales: [
77
+ Locales.ENGLISH,
78
+ Locales.FRENCH,
79
+ Locales.SPANISH,
80
+ // आपकी अन्य लोकेल्स
81
+ ],
82
+ defaultLocale: Locales.ENGLISH,
83
+ },
84
+ };
85
+
86
+ export default config;
87
+ ```
88
+
89
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
90
+ const { Locales } = require("intlayer");
91
+
92
+ /** @type {import('intlayer').IntlayerConfig} */
93
+ const config = {
94
+ internationalization: {
95
+ locales: [
96
+ Locales.ENGLISH,
97
+ Locales.FRENCH,
98
+ Locales.SPANISH,
99
+ // आपकी अन्य लोकेल्स
100
+ ],
101
+ defaultLocale: Locales.ENGLISH,
102
+ },
103
+ };
104
+
105
+ module.exports = config;
106
+ ```
107
+
108
+ > इस कॉन्फ़िगरेशन फ़ाइल के माध्यम से, आप स्थानीयकृत URL, मिडलवेयर रीडायरेक्शन, कुकी नाम, आपकी सामग्री घोषणाओं का स्थान और एक्सटेंशन, कंसोल में इंटलेयर लॉग्स को अक्षम करना, और अधिक सेट कर सकते हैं। उपलब्ध सभी पैरामीटरों की पूरी सूची के लिए, [कॉन्फ़िगरेशन दस्तावेज़](https://github.com/aymericzip/intlayer/blob/main/docs/hi/configuration.md) देखें।
109
+
110
+ ### चरण 3: अपने वाइट कॉन्फ़िगरेशन में इंटलेयर को एकीकृत करें
111
+
112
+ अपने कॉन्फ़िगरेशन में इंटलेयर प्लगइन जोड़ें।
113
+
114
+ ```typescript fileName="vite.config.ts" codeFormat="typescript"
115
+ import { defineConfig } from "vite";
116
+ import preact from "@preact/preset-vite";
117
+ import { intlayerPlugin } from "vite-intlayer";
118
+
119
+ // https://vitejs.dev/config/
120
+ export default defineConfig({
121
+ plugins: [preact(), intlayerPlugin()],
122
+ });
123
+ ```
124
+
125
+ ```javascript fileName="vite.config.mjs" codeFormat="esm"
126
+ import { defineConfig } from "vite";
127
+ import preact from "@preact/preset-vite";
128
+ import { intlayerPlugin } from "vite-intlayer";
129
+
130
+ // https://vitejs.dev/config/
131
+ export default defineConfig({
132
+ plugins: [preact(), intlayerPlugin()],
133
+ });
134
+ ```
135
+
136
+ ```javascript fileName="vite.config.cjs" codeFormat="commonjs"
137
+ const { defineConfig } = require("vite");
138
+ const preact = require("@preact/preset-vite");
139
+ const { intlayerPlugin } = require("vite-intlayer");
140
+
141
+ // https://vitejs.dev/config/
142
+ module.exports = defineConfig({
143
+ plugins: [preact(), intlayerPlugin()],
144
+ });
145
+ ```
146
+
147
+ > `intlayerPlugin()` वाइट प्लगइन का उपयोग वाइट के साथ इंटलेयर को एकीकृत करने के लिए किया जाता है। यह सामग्री घोषणा फ़ाइलों के निर्माण को सुनिश्चित करता है और विकास मोड में उनकी निगरानी करता है। यह वाइट एप्लिकेशन के भीतर इंटलेयर पर्यावरण चर को परिभाषित करता है। इसके अतिरिक्त, यह प्रदर्शन को अनुकूलित करने के लिए उपनाम प्रदान करता है।
148
+
149
+ ### चरण 4: अपनी सामग्री घोषित करें
150
+
151
+ अनुवादों को संग्रहीत करने के लिए अपनी सामग्री घोषणाओं को बनाएँ और प्रबंधित करें:
152
+
153
+ ```tsx fileName="src/app.content.tsx" contentDeclarationFormat="typescript"
154
+ import { t, type Dictionary } from "intlayer";
155
+ import type { ComponentChildren } from "preact";
156
+
157
+ const appContent = {
158
+ key: "app",
159
+ content: {
160
+ viteLogo: t({
161
+ hi: "वाइट लोगो",
162
+ en: "Vite logo",
163
+ fr: "Logo Vite",
164
+ es: "Logo Vite",
165
+ }),
166
+ preactLogo: t({
167
+ hi: "प्रीएक्ट लोगो",
168
+ en: "Preact logo",
169
+ fr: "Logo Preact",
170
+ es: "Logo Preact",
171
+ }),
172
+
173
+ title: "Vite + Preact",
174
+
175
+ count: t({
176
+ hi: "गणना है ",
177
+ en: "count is ",
178
+ fr: "le compte est ",
179
+ es: "el recuento es ",
180
+ }),
181
+
182
+ edit: t({
183
+ hi: "src/app.tsx संपादित करें और HMR का परीक्षण करने के लिए सहेजें",
184
+ en: "Edit src/app.tsx and save to test HMR",
185
+ fr: "Éditez src/app.tsx et enregistrez pour tester HMR",
186
+ es: "Edita src/app.tsx y guarda para probar HMR",
187
+ }),
188
+
189
+ readTheDocs: t({
190
+ hi: "अधिक जानने के लिए वाइट और प्रीएक्ट लोगो पर क्लिक करें",
191
+ en: "Click on the Vite and Preact logos to learn more",
192
+ fr: "Cliquez sur les logos Vite et Preact pour en savoir plus",
193
+ es: "Haga clic en los logotipos de Vite y Preact para obtener más información",
194
+ }),
195
+ },
196
+ } satisfies Dictionary;
197
+
198
+ export default appContent;
199
+ ```
200
+
201
+ ```javascript fileName="src/app.content.mjs" contentDeclarationFormat="esm"
202
+ import { t } from "intlayer";
203
+ // import { h } from 'preact'; // यदि आप .mjs में सीधे JSX का उपयोग करते हैं तो आवश्यक है
204
+
205
+ /** @type {import('intlayer').Dictionary} */
206
+ const appContent = {
207
+ key: "app",
208
+ content: {
209
+ viteLogo: t({
210
+ hi: "वाइट लोगो",
211
+ en: "Vite logo",
212
+ fr: "Logo Vite",
213
+ es: "Logo Vite",
214
+ }),
215
+ preactLogo: t({
216
+ hi: "प्रीएक्ट लोगो",
217
+ en: "Preact logo",
218
+ fr: "Logo Preact",
219
+ es: "Logo Preact",
220
+ }),
221
+
222
+ title: "Vite + Preact",
223
+
224
+ count: t({
225
+ hi: "गणना है ",
226
+ en: "count is ",
227
+ fr: "le compte est ",
228
+ es: "el recuento es ",
229
+ }),
230
+
231
+ edit: t({
232
+ hi: "src/app.jsx संपादित करें और HMR का परीक्षण करने के लिए सहेजें",
233
+ en: "Edit src/app.jsx and save to test HMR",
234
+ fr: "Éditez src/app.jsx et enregistrez pour tester HMR",
235
+ es: "Edita src/app.jsx y guarda para probar HMR",
236
+ }),
237
+
238
+ readTheDocs: t({
239
+ hi: "अधिक जानने के लिए वाइट और प्रीएक्ट लोगो पर क्लिक करें",
240
+ en: "Click on the Vite and Preact logos to learn more",
241
+ fr: "Cliquez sur les logos Vite et Preact pour en savoir plus",
242
+ es: "Haga clic en los logotipos de Vite y Preact para obtener más información",
243
+ }),
244
+ },
245
+ };
246
+
247
+ export default appContent;
248
+ ```
249
+
250
+ ```javascript fileName="src/app.content.cjs" contentDeclarationFormat="commonjs"
251
+ const { t } = require("intlayer");
252
+ // const { h } = require('preact'); // यदि आप .cjs में सीधे JSX का उपयोग करते हैं तो आवश्यक है
253
+
254
+ /** @type {import('intlayer').Dictionary} */
255
+ const appContent = {
256
+ key: "app",
257
+ content: {
258
+ viteLogo: t({
259
+ hi: "वाइट लोगो",
260
+ en: "Vite logo",
261
+ fr: "Logo Vite",
262
+ es: "Logo Vite",
263
+ }),
264
+ preactLogo: t({
265
+ hi: "प्रीएक्ट लोगो",
266
+ en: "Preact logo",
267
+ fr: "Logo Preact",
268
+ es: "Logo Preact",
269
+ }),
270
+
271
+ title: "Vite + Preact",
272
+
273
+ count: t({
274
+ hi: "गणना है ",
275
+ en: "count is ",
276
+ fr: "le compte est ",
277
+ es: "el recuento es ",
278
+ }),
279
+
280
+ edit: t({
281
+ hi: "src/app.tsx संपादित करें और HMR का परीक्षण करने के लिए सहेजें",
282
+ en: "Edit src/app.tsx and save to test HMR",
283
+ fr: "Éditez src/app.tsx et enregistrez pour tester HMR",
284
+ es: "Edita src/app.tsx y guarda para probar HMR",
285
+ }),
286
+
287
+ readTheDocs: t({
288
+ hi: "अधिक जानने के लिए वाइट और प्रीएक्ट लोगो पर क्लिक करें",
289
+ en: "Click on the Vite and Preact logos to learn more",
290
+ fr: "Cliquez sur les logos Vite et Preact pour en savoir plus",
291
+ es: "Haga clic en los logotipos de Vite y Preact para obtener más información",
292
+ }),
293
+ },
294
+ };
295
+ ```
296
+
297
+ ```json fileName="src/app.content.json" codeFormat="json"
298
+ {
299
+ "$schema": "https://intlayer.org/schema.json",
300
+ "key": "app",
301
+ "content": {
302
+ "viteLogo": {
303
+ "nodeType": "translation",
304
+ "translation": {
305
+ "en": "Vite logo",
306
+ "fr": "Logo Vite",
307
+ "es": "Logo Vite",
308
+ "hi": "Vite लोगो"
309
+ }
310
+ },
311
+ "preactLogo": {
312
+ "nodeType": "translation",
313
+ "translation": {
314
+ "en": "Preact logo",
315
+ "fr": "Logo Preact",
316
+ "es": "Logo Preact",
317
+ "hi": "Preact लोगो"
318
+ }
319
+ },
320
+ "title": {
321
+ "nodeType": "translation",
322
+ "translation": {
323
+ "en": "Vite + Preact",
324
+ "fr": "Vite + Preact",
325
+ "es": "Vite + Preact",
326
+ "hi": "Vite + Preact"
327
+ }
328
+ },
329
+ "count": {
330
+ "nodeType": "translation",
331
+ "translation": {
332
+ "en": "count is ",
333
+ "fr": "le compte est ",
334
+ "es": "el recuento es ",
335
+ "hi": "गणना है "
336
+ }
337
+ },
338
+ "edit": {
339
+ "nodeType": "translation",
340
+ "translation": {
341
+ "en": "Edit src/app.tsx and save to test HMR",
342
+ "fr": "Éditez src/app.tsx et enregistrez pour tester HMR",
343
+ "es": "Edita src/app.tsx y guarda para probar HMR",
344
+ "hi": "src/app.tsx संपादित करें और HMR का परीक्षण करने के लिए सहेजें"
345
+ }
346
+ },
347
+ "readTheDocs": {
348
+ "nodeType": "translation",
349
+ "translation": {
350
+ "en": "Click on the Vite and Preact logos to learn more",
351
+ "fr": "Cliquez sur les logos Vite et Preact pour en savoir plus",
352
+ "es": "Haga clic en los logotipos de Vite y Preact para obtener más información",
353
+ "hi": "अधिक जानने के लिए Vite और Preact लोगो पर क्लिक करें"
354
+ }
355
+ }
356
+ }
357
+ }
358
+ ```
359
+
360
+ > आपकी सामग्री घोषणाएँ आपके एप्लिकेशन में कहीं भी परिभाषित की जा सकती हैं जब तक वे `contentDir` निर्देशिका (डिफ़ॉल्ट रूप से, `./src`) में शामिल हैं। और सामग्री घोषणा फ़ाइल एक्सटेंशन (डिफ़ॉल्ट रूप से, `.content.{json,ts,tsx,js,jsx,mjs,mjx,cjs,cjx}`) से मेल खाती हैं।
361
+
362
+ > अधिक विवरण के लिए, [सामग्री घोषणा प्रलेखन](https://github.com/aymericzip/intlayer/blob/main/docs/hi/dictionary/get_started.md) देखें।
363
+
364
+ > यदि आपकी सामग्री फ़ाइल में TSX कोड शामिल है, तो आपको `import { h } from "preact";` आयात करने की आवश्यकता हो सकती है या यह सुनिश्चित करना होगा कि आपका JSX प्रैग्मा Preact के लिए सही ढंग से सेट है।
365
+
366
+ ### चरण 5: अपने कोड में Intlayer का उपयोग करें
367
+
368
+ अपने एप्लिकेशन में अपनी सामग्री शब्दकोशों तक पहुंचें:
369
+
370
+ ```tsx {6,10} fileName="src/app.tsx" codeFormat="typescript"
371
+ import { useState } from "preact/hooks";
372
+ import type { FunctionalComponent } from "preact";
373
+ import preactLogo from "./assets/preact.svg"; // मान लें कि आपके पास preact.svg है
374
+ import viteLogo from "/vite.svg";
375
+ import "./app.css"; // मान लें कि आपकी CSS फ़ाइल का नाम app.css है
376
+ import { IntlayerProvider, useIntlayer } from "preact-intlayer";
377
+
378
+ const AppContent: FunctionalComponent = () => {
379
+ const [count, setCount] = useState(0);
380
+ const content = useIntlayer("app");
381
+
382
+ return (
383
+ <>
384
+ <div>
385
+ <a href="https://vitejs.dev" target="_blank">
386
+ <img src={viteLogo} class="logo" alt={content.viteLogo.value} />
387
+ </a>
388
+ <a href="https://preactjs.com" target="_blank">
389
+ <img
390
+ src={preactLogo}
391
+ class="logo preact"
392
+ alt={content.preactLogo.value}
393
+ />
394
+ </a>
395
+ </div>
396
+ <h1>{content.title}</h1>
397
+ <div class="card">
398
+ <button onClick={() => setCount((count) => count + 1)}>
399
+ {content.count}
400
+ {count}
401
+ </button>
402
+ <p>{content.edit}</p>
403
+ </div>
404
+ <p class="read-the-docs">{content.readTheDocs}</p>
405
+ </>
406
+ );
407
+ };
408
+
409
+ const App: FunctionalComponent = () => (
410
+ <IntlayerProvider>
411
+ <AppContent />
412
+ </IntlayerProvider>
413
+ );
414
+
415
+ export default App;
416
+ ```
417
+
418
+ ```jsx {5,9} fileName="src/app.jsx" codeFormat="esm"
419
+ import { useState } from "preact/hooks";
420
+ import preactLogo from "./assets/preact.svg";
421
+ import viteLogo from "/vite.svg";
422
+ import "./app.css";
423
+ import { IntlayerProvider, useIntlayer } from "preact-intlayer";
424
+
425
+ const AppContent = () => {
426
+ const [count, setCount] = useState(0);
427
+ const content = useIntlayer("app");
428
+
429
+ return (
430
+ <>
431
+ <div>
432
+ <a href="https://vitejs.dev" target="_blank">
433
+ <img src={viteLogo} class="logo" alt={content.viteLogo.value} />
434
+ </a>
435
+ <a href="https://preactjs.com" target="_blank">
436
+ <img
437
+ src={preactLogo}
438
+ class="logo preact"
439
+ alt={content.preactLogo.value}
440
+ />
441
+ </a>
442
+ </div>
443
+ <h1>{content.title}</h1>
444
+ <div class="card">
445
+ <button onClick={() => setCount((count) => count + 1)}>
446
+ {content.count}
447
+ {count}
448
+ </button>
449
+ <p>{content.edit}</p>
450
+ </div>
451
+ <p class="read-the-docs">{content.readTheDocs}</p>
452
+ </>
453
+ );
454
+ };
455
+
456
+ const App = () => (
457
+ <IntlayerProvider>
458
+ <AppContent />
459
+ </IntlayerProvider>
460
+ );
461
+
462
+ export default App;
463
+ ```
464
+
465
+ ```jsx {5,9} fileName="src/app.cjsx" codeFormat="commonjs"
466
+ const { useState } = require("preact/hooks");
467
+ const preactLogo = require("./assets/preact.svg");
468
+ const viteLogo = require("/vite.svg");
469
+ require("./app.css");
470
+ const { IntlayerProvider, useIntlayer } = require("preact-intlayer");
471
+
472
+ const AppContent = () => {
473
+ const [count, setCount] = useState(0);
474
+ const content = useIntlayer("app");
475
+
476
+ return (
477
+ <>
478
+ <div>
479
+ <a href="https://vitejs.dev" target="_blank">
480
+ <img src={viteLogo} class="logo" alt={content.viteLogo.value} />
481
+ </a>
482
+ <a href="https://preactjs.com" target="_blank">
483
+ <img
484
+ src={preactLogo}
485
+ class="logo preact"
486
+ alt={content.preactLogo.value}
487
+ />
488
+ </a>
489
+ </div>
490
+ <h1>{content.title}</h1>
491
+ <div class="card">
492
+ <button onClick={() => setCount((count) => count + 1)}>
493
+ {content.count}
494
+ {count}
495
+ </button>
496
+ <p>{content.edit}</p>
497
+ </div>
498
+ <p class="read-the-docs">{content.readTheDocs}</p>
499
+ </>
500
+ );
501
+ };
502
+
503
+ const App = () => (
504
+ <IntlayerProvider>
505
+ <AppContent />
506
+ </IntlayerProvider>
507
+ );
508
+
509
+ module.exports = App;
510
+ ```
511
+
512
+ > यदि आप अपनी सामग्री को `string` विशेषता में उपयोग करना चाहते हैं, जैसे `alt`, `title`, `href`, `aria-label`, आदि, तो आपको फ़ंक्शन के मान को कॉल करना होगा, जैसे:
513
+
514
+ > ```jsx
515
+ >
516
+ > ```
517
+
518
+ > <img src={content.image.src.value} alt={content.image.value} />
519
+
520
+ > ```
521
+ >
522
+ > ```
523
+
524
+ > ध्यान दें: Preact में, `className` आमतौर पर `class` के रूप में लिखा जाता है।
525
+
526
+ > `useIntlayer` हुक के बारे में अधिक जानने के लिए, [प्रलेखन](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/react-intlayer/useIntlayer.md) देखें (`preact-intlayer` के लिए API समान है)।
527
+
528
+ ### (वैकल्पिक) चरण 6: अपनी सामग्री की भाषा बदलें
529
+
530
+ अपनी सामग्री की भाषा बदलने के लिए, आप `useLocale` हुक द्वारा प्रदान किए गए `setLocale` फ़ंक्शन का उपयोग कर सकते हैं। यह फ़ंक्शन आपको एप्लिकेशन की भाषा सेट करने और सामग्री को तदनुसार अपडेट करने की अनुमति देता है।
531
+
532
+ ```tsx fileName="src/components/LocaleSwitcher.tsx" codeFormat="typescript"
533
+ import type { FunctionalComponent } from "preact";
534
+ import { Locales } from "intlayer";
535
+ import { useLocale } from "preact-intlayer";
536
+
537
+ const LocaleSwitcher: FunctionalComponent = () => {
538
+ const { setLocale } = useLocale();
539
+
540
+ return (
541
+ <button onClick={() => setLocale(Locales.ENGLISH)}>
542
+ भाषा को अंग्रेज़ी में बदलें
543
+
544
+ import { Locales } from "intlayer";
545
+ import { useLocale } from "preact-intlayer";
546
+
547
+ const LocaleSwitcher = () => {
548
+ const { setLocale } = useLocale();
549
+
550
+ return (
551
+ <button onClick={() => setLocale(Locales.ENGLISH)}>
552
+ भाषा को अंग्रेज़ी में बदलें
553
+ </button>
554
+ );
555
+ };
556
+
557
+ export default LocaleSwitcher;
558
+ ```
559
+
560
+ ```jsx fileName="src/components/LocaleSwitcher.cjsx" codeFormat="commonjs"
561
+ const { Locales } = require("intlayer");
562
+ const { useLocale } = require("preact-intlayer");
563
+
564
+ const LocaleSwitcher = () => {
565
+ const { setLocale } = useLocale();
566
+
567
+ return (
568
+ <button onClick={() => setLocale(Locales.ENGLISH)}>
569
+ भाषा को अंग्रेज़ी में बदलें
570
+ </button>
571
+ );
572
+ };
573
+
574
+ module.exports = LocaleSwitcher;
575
+ ```
576
+
577
+ > `useLocale` हुक के बारे में अधिक जानने के लिए, [डॉक्यूमेंटेशन](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/react-intlayer/useLocale.md) देखें (API `preact-intlayer` के लिए समान है)।
578
+
579
+ ### (वैकल्पिक) चरण 7: अपने एप्लिकेशन में स्थानीयकृत रूटिंग जोड़ें
580
+
581
+ इस चरण का उद्देश्य प्रत्येक भाषा के लिए अद्वितीय रूट बनाना है। यह SEO और SEO-अनुकूल URLs के लिए उपयोगी है।
582
+ उदाहरण:
583
+
584
+ ```plaintext
585
+ - https://example.com/about
586
+ - https://example.com/es/about
587
+ - https://example.com/fr/about
588
+ ```
589
+
590
+ > डिफ़ॉल्ट रूप से, डिफ़ॉल्ट लोकेल के लिए रूट्स प्रीफिक्स नहीं होते हैं। यदि आप डिफ़ॉल्ट लोकेल को प्रीफिक्स करना चाहते हैं, तो आप अपने कॉन्फ़िगरेशन में `middleware.prefixDefault` विकल्प को `true` पर सेट कर सकते हैं। अधिक जानकारी के लिए [कॉन्फ़िगरेशन डॉक्यूमेंटेशन](https://github.com/aymericzip/intlayer/blob/main/docs/hi/configuration.md) देखें।
591
+
592
+ अपने एप्लिकेशन में स्थानीयकृत रूटिंग जोड़ने के लिए, आप एक `LocaleRouter` कंपोनेंट बना सकते हैं जो आपके एप्लिकेशन के रूट्स को रैप करता है और लोकेल-आधारित रूटिंग को संभालता है। यहाँ [preact-iso](https://github.com/preactjs/preact-iso) का उपयोग करके एक उदाहरण है:
593
+
594
+ पहले, `preact-iso` इंस्टॉल करें:
595
+
596
+ ```bash packageManager="npm"
597
+ npm install preact-iso
598
+ ```
599
+
600
+ ```bash packageManager="pnpm"
601
+ pnpm add preact-iso
602
+ ```
603
+
604
+ ```bash packageManager="yarn"
605
+ yarn add preact-iso
606
+ ```
607
+
608
+ ```tsx fileName="src/components/LocaleRouter.tsx" codeFormat="typescript"
609
+ import { type Locales, configuration, getPathWithoutLocale } from "intlayer";
610
+ import { ComponentChildren, FunctionalComponent } from "preact";
611
+ import { IntlayerProvider } from "preact-intlayer";
612
+ import { LocationProvider, useLocation } from "preact-iso";
613
+ import { useEffect } from "preact/hooks";
614
+
615
+ const { internationalization, middleware } = configuration;
616
+ const { locales, defaultLocale } = internationalization;
617
+
618
+ const Navigate: FunctionalComponent<{ to: string; replace?: boolean }> = ({
619
+ to,
620
+ replace,
621
+ }) => {
622
+ const { route } = useLocation();
623
+ useEffect(() => {
624
+ route(to, replace);
625
+ }, [to, replace, route]);
626
+ return null;
627
+ };
628
+
629
+ /**
630
+ * एक कंपोनेंट जो स्थानीयकरण को संभालता है और बच्चों को उपयुक्त लोकेल संदर्भ के साथ रैप करता है।
631
+ * यह URL-आधारित लोकेल डिटेक्शन और सत्यापन का प्रबंधन करता है।
632
+ */
633
+ const AppLocalized: FunctionalComponent<{
634
+ children: ComponentChildren;
635
+ locale?: Locales;
636
+ }> = ({ children, locale }) => {
637
+ const { path: pathname, url } = useLocation();
638
+
639
+ if (!url) {
640
+ return null;
641
+ }
642
+
643
+ const search = url.substring(pathname.length);
644
+
645
+ // वर्तमान लोकेल निर्धारित करें, यदि प्रदान नहीं किया गया है तो डिफ़ॉल्ट पर वापस जाएं
646
+ const currentLocale = locale ?? defaultLocale;
647
+
648
+ // पथ से लोकेल प्रीफिक्स को हटाएं ताकि एक बेस पथ बनाया जा सके
649
+ const pathWithoutLocale = getPathWithoutLocale(
650
+ pathname // वर्तमान URL पथ
651
+ );
652
+
653
+ /**
654
+ * यदि middleware.prefixDefault सत्य है, तो डिफ़ॉल्ट लोकेल को हमेशा प्रीफिक्स किया जाना चाहिए।
655
+ */
656
+ if (middleware.prefixDefault) {
657
+ // लोकेल को सत्यापित करें
658
+ if (!locale || !locales.includes(locale)) {
659
+ // अपडेटेड पथ के साथ डिफ़ॉल्ट लोकेल पर रीडायरेक्ट करें
660
+ return (
661
+ <Navigate
662
+ to={`/${defaultLocale}/${pathWithoutLocale}${search}`}
663
+ replace // वर्तमान इतिहास प्रविष्टि को नए के साथ बदलें
664
+ />
665
+ );
666
+ }
667
+
668
+ // बच्चों को IntlayerProvider के साथ रैप करें और वर्तमान लोकेल सेट करें
669
+ return (
670
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
671
+ );
672
+ } else {
673
+ /**
674
+ * जब middleware.prefixDefault झूठा है, तो डिफ़ॉल्ट लोकेल प्रीफिक्स नहीं होता है।
675
+ * सुनिश्चित करें कि वर्तमान लोकेल मान्य है और डिफ़ॉल्ट लोकेल नहीं है।
676
+ */
677
+ if (
678
+ currentLocale.toString() !== defaultLocale.toString() &&
679
+ !locales
680
+ .filter(
681
+ (loc) => loc.toString() !== defaultLocale.toString() // डिफ़ॉल्ट लोकेल को छोड़ दें
682
+ )
683
+ .includes(currentLocale) // जांचें कि वर्तमान लोकेल मान्य लोकेल की सूची में है
684
+ ) {
685
+ // लोकेल प्रीफिक्स के बिना पथ पर रीडायरेक्ट करें
686
+ return <Navigate to={`${pathWithoutLocale}${search}`} replace />;
687
+ }
688
+
689
+ // बच्चों को IntlayerProvider के साथ रैप करें और वर्तमान लोकेल सेट करें
690
+ return (
691
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
692
+ );
693
+ }
694
+ };
695
+
696
+ const RouterContent: FunctionalComponent<{
697
+ children: ComponentChildren;
698
+ }> = ({ children }) => {
699
+ const { path } = useLocation();
700
+
701
+ if (!path) {
702
+ return null;
703
+ }
704
+
705
+ const pathLocale = path.split("/")[1] as Locales;
706
+
707
+ const isLocaleRoute = locales
708
+ .filter((locale) => middleware.prefixDefault || locale !== defaultLocale)
709
+ .some((locale) => locale.toString() === pathLocale);
710
+
711
+ if (isLocaleRoute) {
712
+ return <AppLocalized locale={pathLocale}>{children}</AppLocalized>;
713
+ }
714
+
715
+ return (
716
+ <AppLocalized
717
+ locale={!middleware.prefixDefault ? defaultLocale : undefined}
718
+ >
719
+ {children}
720
+ </AppLocalized>
721
+ );
722
+ };
723
+
724
+ /**
725
+ * एक राउटर कंपोनेंट जो लोकेल-विशिष्ट रूट्स सेट करता है।
726
+ * यह नेविगेशन को प्रबंधित करने और स्थानीयकृत कंपोनेंट्स को रेंडर करने के लिए preact-iso का उपयोग करता है।
727
+ */
728
+ export const LocaleRouter: FunctionalComponent<{
729
+ children: ComponentChildren;
730
+ }> = ({ children }) => (
731
+ <LocationProvider>
732
+ <RouterContent>{children}</RouterContent>
733
+ </LocationProvider>
734
+ );
735
+ ```
736
+
737
+ ```jsx fileName="src/components/LocaleRouter.jsx" codeFormat="esm"
738
+ // आवश्यक डिपेंडेंसी और फंक्शन्स को इम्पोर्ट करना
739
+ import { configuration, getPathWithoutLocale } from "intlayer";
740
+ import { IntlayerProvider } from "preact-intlayer";
741
+ import { LocationProvider, useLocation } from "preact-iso";
742
+ import { useEffect } from "preact/hooks";
743
+ import { h } from "preact"; // JSX के लिए आवश्यक
744
+
745
+ // Intlayer से कॉन्फ़िगरेशन को डेस्ट्रक्चर करना
746
+ const { internationalization, middleware } = configuration;
747
+ const { locales, defaultLocale } = internationalization;
748
+
749
+ const Navigate = ({ to, replace }) => {
750
+ const { route } = useLocation();
751
+ useEffect(() => {
752
+ route(to, replace);
753
+ }, [to, replace, route]);
754
+ return null;
755
+ };
756
+
757
+ /**
758
+ * एक कंपोनेंट जो स्थानीयकरण को संभालता है और बच्चों को उपयुक्त लोकेल संदर्भ के साथ रैप करता है।
759
+ * यह URL-आधारित लोकेल डिटेक्शन और सत्यापन का प्रबंधन करता है।
760
+ */
761
+ const AppLocalized = ({ children, locale }) => {
762
+ const { path: pathname, url } = useLocation();
763
+
764
+ if (!url) {
765
+ return null;
766
+ }
767
+
768
+ const search = url.substring(pathname.length);
769
+
770
+ // वर्तमान लोकेल निर्धारित करें, यदि प्रदान नहीं किया गया है तो डिफ़ॉल्ट पर वापस जाएं
771
+ const currentLocale = locale ?? defaultLocale;
772
+
773
+ // पथ से लोकेल प्रीफिक्स को हटाएं ताकि एक बेस पथ बनाया जा सके
774
+ const pathWithoutLocale = getPathWithoutLocale(
775
+ pathname // वर्तमान URL पथ
776
+ );
777
+
778
+ /**
779
+ * यदि middleware.prefixDefault सत्य है, तो डिफ़ॉल्ट लोकेल को हमेशा प्रीफिक्स किया जाना चाहिए।
780
+ */
781
+ if (middleware.prefixDefault) {
782
+ // लोकेल को सत्यापित करें
783
+ if (!locale || !locales.includes(locale)) {
784
+ // अपडेटेड पथ के साथ डिफ़ॉल्ट लोकेल पर रीडायरेक्ट करें
785
+ return (
786
+ <Navigate
787
+ to={`/${defaultLocale}/${pathWithoutLocale}${search}`}
788
+ replace // वर्तमान इतिहास प्रविष्टि को नए के साथ बदलें
789
+ />
790
+ );
791
+ }
792
+
793
+ // बच्चों को IntlayerProvider के साथ रैप करें और वर्तमान लोकेल सेट करें
794
+ return (
795
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
796
+ );
797
+ } else {
798
+ /**
799
+ * जब middleware.prefixDefault झूठा है, तो डिफ़ॉल्ट लोकेल प्रीफिक्स नहीं होता है।
800
+ * सुनिश्चित करें कि वर्तमान लोकेल मान्य है और डिफ़ॉल्ट लोकेल नहीं है।
801
+ */
802
+ if (
803
+ currentLocale.toString() !== defaultLocale.toString() &&
804
+ !locales
805
+ .filter(
806
+ (loc) => loc.toString() !== defaultLocale.toString() // डिफ़ॉल्ट लोकेल को छोड़ दें
807
+ )
808
+ .includes(currentLocale) // जांचें कि वर्तमान लोकेल मान्य लोकेल की सूची में है
809
+ ) {
810
+ // लोकेल प्रीफिक्स के बिना पथ पर रीडायरेक्ट करें
811
+ return <Navigate to={`${pathWithoutLocale}${search}`} replace />;
812
+ }
813
+
814
+ // बच्चों को IntlayerProvider के साथ रैप करें और वर्तमान लोकेल सेट करें
815
+ return (
816
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
817
+ );
818
+ }
819
+ };
820
+
821
+ // आवश्यक निर्भरता और कार्यों को आयात करना
822
+ const { configuration, getPathWithoutLocale } = require("intlayer");
823
+ const { IntlayerProvider } = require("preact-intlayer");
824
+ const { LocationProvider, useLocation } = require("preact-iso");
825
+ const { useEffect } = require("preact/hooks");
826
+ const { h } = require("preact"); // JSX के लिए आवश्यक
827
+
828
+ // Intlayer से कॉन्फ़िगरेशन को डीस्ट्रक्चर करना
829
+ const { internationalization, middleware } = configuration;
830
+ const { locales, defaultLocale } = internationalization;
831
+
832
+ const Navigate = ({ to, replace }) => {
833
+ const { route } = useLocation();
834
+ useEffect(() => {
835
+ route(to, replace);
836
+ }, [to, replace, route]);
837
+ return null;
838
+ };
839
+
840
+ /**
841
+ * एक घटक जो स्थानीयकरण को संभालता है और बच्चों को उपयुक्त स्थानीय संदर्भ के साथ लपेटता है।
842
+ * यह URL-आधारित स्थानीय पहचान और मान्यता का प्रबंधन करता है।
843
+ */
844
+ const AppLocalized = ({ children, locale }) => {
845
+ const { path: pathname, url } = useLocation();
846
+
847
+ if (!url) {
848
+ return null;
849
+ }
850
+
851
+ const search = url.substring(pathname.length);
852
+
853
+ // वर्तमान स्थानीय निर्धारित करें, यदि प्रदान नहीं किया गया है तो डिफ़ॉल्ट पर वापस जाएं
854
+ const currentLocale = locale ?? defaultLocale;
855
+
856
+ // पथ से स्थानीय उपसर्ग को हटाकर एक आधार पथ बनाएं
857
+ const pathWithoutLocale = getPathWithoutLocale(
858
+ pathname // वर्तमान URL पथ
859
+ );
860
+
861
+ /**
862
+ * यदि middleware.prefixDefault सत्य है, तो डिफ़ॉल्ट स्थानीय को हमेशा उपसर्गित किया जाना चाहिए।
863
+ */
864
+ if (middleware.prefixDefault) {
865
+ // स्थानीय को मान्य करें
866
+ if (!locale || !locales.includes(locale)) {
867
+ // अद्यतन पथ के साथ डिफ़ॉल्ट स्थानीय पर पुनर्निर्देशित करें
868
+ return (
869
+ <Navigate
870
+ to={`/${defaultLocale}/${pathWithoutLocale}${search}`}
871
+ replace // वर्तमान इतिहास प्रविष्टि को नई प्रविष्टि से बदलें
872
+ />
873
+ );
874
+ }
875
+
876
+ // बच्चों को IntlayerProvider के साथ लपेटें और वर्तमान स्थानीय सेट करें
877
+ return (
878
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
879
+ );
880
+ } else {
881
+ /**
882
+ * जब middleware.prefixDefault झूठा होता है, तो डिफ़ॉल्ट स्थानीय को उपसर्गित नहीं किया जाता है।
883
+ * सुनिश्चित करें कि वर्तमान स्थानीय मान्य है और डिफ़ॉल्ट स्थानीय नहीं है।
884
+ */
885
+ if (
886
+ currentLocale.toString() !== defaultLocale.toString() &&
887
+ !locales
888
+ .filter(
889
+ (loc) => loc.toString() !== defaultLocale.toString() // डिफ़ॉल्ट स्थानीय को बाहर करें
890
+ )
891
+ .includes(currentLocale) // जांचें कि वर्तमान स्थानीय मान्य स्थानीय की सूची में है या नहीं
892
+ ) {
893
+ // स्थानीय उपसर्ग के बिना पथ पर पुनर्निर्देशित करें
894
+ return <Navigate to={`${pathWithoutLocale}${search}`} replace />;
895
+ }
896
+
897
+ // बच्चों को IntlayerProvider के साथ लपेटें और वर्तमान स्थानीय सेट करें
898
+ return (
899
+ <IntlayerProvider locale={currentLocale}>{children}</IntlayerProvider>
900
+ );
901
+ }
902
+ };
903
+
904
+ const RouterContent = ({ children }) => {
905
+ const { path } = useLocation();
906
+
907
+ if (!path) {
908
+ return null;
909
+ }
910
+
911
+ const pathLocale = path.split("/")[1];
912
+
913
+ const isLocaleRoute = locales
914
+ .filter((locale) => middleware.prefixDefault || locale !== defaultLocale)
915
+ .some((locale) => locale.toString() === pathLocale);
916
+
917
+ if (isLocaleRoute) {
918
+ return <AppLocalized locale={pathLocale}>{children}</AppLocalized>;
919
+ }
920
+
921
+ return (
922
+ <AppLocalized
923
+ locale={!middleware.prefixDefault ? defaultLocale : undefined}
924
+ >
925
+ {children}
926
+ </AppLocalized>
927
+ );
928
+ };
929
+
930
+ /**
931
+ * एक राउटर घटक जो स्थानीय-विशिष्ट मार्ग सेट करता है।
932
+ * यह नेविगेशन का प्रबंधन करने और स्थानीयकृत घटकों को प्रस्तुत करने के लिए preact-iso का उपयोग करता है।
933
+ */
934
+ const LocaleRouter = ({ children }) => (
935
+ <LocationProvider>
936
+ <RouterContent>{children}</RouterContent>
937
+ </LocationProvider>
938
+ );
939
+
940
+ module.exports = { LocaleRouter };
941
+ ```
942
+
943
+ ```tsx fileName="src/app.tsx" codeFormat="typescript"
944
+ import { LocaleRouter } from "./components/LocaleRouter";
945
+ import type { FunctionalComponent } from "preact";
946
+ // ... आपका AppContent घटक (चरण 5 में परिभाषित)
947
+
948
+ const App: FunctionalComponent = () => (
949
+ <LocaleRouter>
950
+ <AppContent />
951
+ </LocaleRouter>
952
+ );
953
+
954
+ export default App;
955
+ ```
956
+
957
+ ```jsx fileName="src/app.jsx" codeFormat="esm"
958
+ import { LocaleRouter } from "./components/LocaleRouter";
959
+ // ... आपका AppContent घटक (चरण 5 में परिभाषित)
960
+
961
+ const App = () => (
962
+ <LocaleRouter>
963
+ <AppContent />
964
+ </LocaleRouter>
965
+ );
966
+
967
+ export default App;
968
+ ```
969
+
970
+ ```jsx fileName="src/app.cjsx" codeFormat="commonjs"
971
+ const { LocaleRouter } = require("./components/LocaleRouter");
972
+ // ... आपका AppContent घटक (चरण 5 में परिभाषित)
973
+
974
+ const App = () => (
975
+ <LocaleRouter>
976
+ <AppContent />
977
+ </LocaleRouter>
978
+ );
979
+
980
+ module.exports = App;
981
+ ```
982
+
983
+ साथ ही, आप अपने एप्लिकेशन में सर्वर-साइड रूटिंग जोड़ने के लिए `intLayerMiddlewarePlugin` का उपयोग कर सकते हैं। यह प्लगइन URL के आधार पर वर्तमान स्थानीय का स्वतः पता लगाएगा और उपयुक्त स्थानीय कुकी सेट करेगा। यदि कोई स्थानीय निर्दिष्ट नहीं है, तो प्लगइन उपयोगकर्ता के ब्राउज़र भाषा प्राथमिकताओं के आधार पर सबसे उपयुक्त स्थानीय निर्धारित करेगा। यदि कोई स्थानीय नहीं मिलता है, तो यह डिफ़ॉल्ट स्थानीय पर पुनर्निर्देशित करेगा।
984
+
985
+ ```typescript {3,7} fileName="vite.config.ts" codeFormat="typescript"
986
+ import { defineConfig } from "vite";
987
+ import preact from "@preact/preset-vite";
988
+ import { intlayerPlugin, intLayerMiddlewarePlugin } from "vite-intlayer";
989
+
990
+ // https://vitejs.dev/config/
991
+ export default defineConfig({
992
+ plugins: [preact(), intlayerPlugin(), intLayerMiddlewarePlugin()],
993
+ });
994
+ ```
995
+
996
+ ```javascript {3,7} fileName="vite.config.mjs" codeFormat="esm"
997
+ import { defineConfig } from "vite";
998
+ import preact from "@preact/preset-vite";
999
+ import { intlayerPlugin, intLayerMiddlewarePlugin } from "vite-intlayer";
1000
+
1001
+ // https://vitejs.dev/config/
1002
+ export default defineConfig({
1003
+ plugins: [preact(), intlayerPlugin(), intLayerMiddlewarePlugin()],
1004
+ });
1005
+ ```
1006
+
1007
+ ```javascript {3,7} fileName="vite.config.cjs" codeFormat="commonjs"
1008
+ const { defineConfig } = require("vite");
1009
+ const preact = require("@preact/preset-vite");
1010
+ const { intlayerPlugin, intLayerMiddlewarePlugin } = require("vite-intlayer");
1011
+
1012
+ // https://vitejs.dev/config/
1013
+ module.exports = defineConfig({
1014
+ plugins: [preact(), intlayerPlugin(), intLayerMiddlewarePlugin()],
1015
+ });
1016
+ ```
1017
+
1018
+ ### (वैकल्पिक) चरण 8: जब स्थानीय बदलता है तो URL बदलें
1019
+
1020
+ ```tsx fileName="src/components/LocaleSwitcher.tsx" codeFormat="typescript"
1021
+ import { useLocation, route } from "preact-iso";
1022
+ import {
1023
+ Locales,
1024
+ getHTMLTextDir,
1025
+ getLocaleName,
1026
+ getLocalizedUrl,
1027
+ } from "intlayer";
1028
+ import { useLocale } from "preact-intlayer";
1029
+ import type { FunctionalComponent } from "preact";
1030
+
1031
+ const LocaleSwitcher: FunctionalComponent = () => {
1032
+ const location = useLocation();
1033
+ const { locale, availableLocales, setLocale } = useLocale({
1034
+ onLocaleChange: (newLocale) => {
1035
+ const currentFullPath = location.url; // preact-iso द्वारा पूरा URL प्रदान किया जाता है
1036
+ // अपडेटेड लोकेल के साथ URL बनाएं
1037
+ // उदाहरण: /es/about?foo=bar
1038
+ const pathWithLocale = getLocalizedUrl(currentFullPath, newLocale);
1039
+
1040
+ // URL पथ को अपडेट करें
1041
+ route(pathWithLocale, true); // true का मतलब replace है
1042
+ },
1043
+ });
1044
+
1045
+ return (
1046
+ <div>
1047
+ <button popovertarget="localePopover">{getLocaleName(locale)}</button>
1048
+ <div id="localePopover" popover="auto">
1049
+ {availableLocales.map((localeItem) => (
1050
+ <a
1051
+ href={getLocalizedUrl(location.url, localeItem)}
1052
+ hreflang={localeItem}
1053
+ aria-current={locale === localeItem ? "page" : undefined}
1054
+ onClick={(e) => {
1055
+ e.preventDefault();
1056
+ setLocale(localeItem);
1057
+ // लोकेल सेट करने के बाद प्रोग्रामेटिक नेविगेशन onLocaleChange द्वारा संभाला जाएगा
1058
+ }}
1059
+ key={localeItem}
1060
+ >
1061
+ <span>
1062
+ {/* लोकेल - जैसे FR */}
1063
+ {localeItem}
1064
+ </span>
1065
+ <span>
1066
+ {/* अपनी लोकेल में भाषा - जैसे Français */}
1067
+ {getLocaleName(localeItem, localeItem)}
1068
+ </span>
1069
+ <span dir={getHTMLTextDir(localeItem)} lang={localeItem}>
1070
+ {/* वर्तमान लोकेल में भाषा - जैसे Francés जब वर्तमान लोकेल Locales.SPANISH पर सेट हो */}
1071
+ {getLocaleName(localeItem, locale)}
1072
+ </span>
1073
+ <span dir="ltr" lang={Locales.ENGLISH}>
1074
+ {/* अंग्रेज़ी में भाषा - जैसे French */}
1075
+ {getLocaleName(localeItem, Locales.ENGLISH)}
1076
+ </span>
1077
+ </a>
1078
+ ))}
1079
+ </div>
1080
+ </div>
1081
+ );
1082
+ };
1083
+
1084
+ export default LocaleSwitcher;
1085
+ ```
1086
+
1087
+ ```jsx fileName="src/components/LocaleSwitcher.jsx" codeFormat="esm"
1088
+ import { useLocation, route } from "preact-iso";
1089
+ import {
1090
+ Locales,
1091
+ getHTMLTextDir,
1092
+ getLocaleName,
1093
+ getLocalizedUrl,
1094
+ } from "intlayer";
1095
+ import { useLocale } from "preact-intlayer";
1096
+ import { h } from "preact"; // JSX के लिए
1097
+
1098
+ const LocaleSwitcher = () => {
1099
+ const location = useLocation();
1100
+ const { locale, availableLocales, setLocale } = useLocale({
1101
+ onLocaleChange: (newLocale) => {
1102
+ const currentFullPath = location.url;
1103
+ const pathWithLocale = getLocalizedUrl(currentFullPath, newLocale);
1104
+ route(pathWithLocale, true);
1105
+ },
1106
+ });
1107
+
1108
+ return (
1109
+ <div>
1110
+ <button popovertarget="localePopover">{getLocaleName(locale)}</button>
1111
+ <div id="localePopover" popover="auto">
1112
+ {availableLocales.map((localeItem) => (
1113
+ <a
1114
+ href={getLocalizedUrl(location.url, localeItem)}
1115
+ hreflang={localeItem}
1116
+ aria-current={locale === localeItem ? "page" : undefined}
1117
+ onClick={(e) => {
1118
+ e.preventDefault();
1119
+ setLocale(localeItem);
1120
+ }}
1121
+ key={localeItem}
1122
+ >
1123
+ <span>{localeItem}</span>
1124
+ <span>{getLocaleName(localeItem, localeItem)}</span>
1125
+ <span dir={getHTMLTextDir(localeItem)} lang={localeItem}>
1126
+ {getLocaleName(localeItem, locale)}
1127
+ </span>
1128
+ <span dir="ltr" lang={Locales.ENGLISH}>
1129
+ {getLocaleName(localeItem, Locales.ENGLISH)}
1130
+ </span>
1131
+ </a>
1132
+ ))}
1133
+ </div>
1134
+ </div>
1135
+ );
1136
+ };
1137
+
1138
+ export default LocaleSwitcher;
1139
+ ```
1140
+
1141
+ ```jsx fileName="src/components/LocaleSwitcher.cjsx" codeFormat="commonjs"
1142
+ const { useLocation, route } = require("preact-iso");
1143
+ const {
1144
+ Locales,
1145
+ getHTMLTextDir,
1146
+ getLocaleName,
1147
+ getLocalizedUrl,
1148
+ } = require("intlayer");
1149
+ const { useLocale } = require("preact-intlayer");
1150
+ const { h } = require("preact"); // JSX के लिए
1151
+
1152
+ const LocaleSwitcher = () => {
1153
+ const location = useLocation();
1154
+ const { locale, availableLocales, setLocale } = useLocale({
1155
+ onLocaleChange: (newLocale) => {
1156
+ const currentFullPath = location.url;
1157
+ const pathWithLocale = getLocalizedUrl(currentFullPath, newLocale);
1158
+ route(pathWithLocale, true);
1159
+ },
1160
+ });
1161
+
1162
+ return (
1163
+ <div>
1164
+ <button popovertarget="localePopover">{getLocaleName(locale)}</button>
1165
+ <div id="localePopover" popover="auto">
1166
+ {availableLocales.map((localeItem) => (
1167
+ <a
1168
+ href={getLocalizedUrl(location.url, localeItem)}
1169
+ hreflang={localeItem}
1170
+ aria-current={locale === localeItem ? "page" : undefined}
1171
+ onClick={(e) => {
1172
+ e.preventDefault();
1173
+ setLocale(localeItem);
1174
+ }}
1175
+ key={localeItem}
1176
+ >
1177
+ <span>{localeItem}</span>
1178
+ <span>{getLocaleName(localeItem, localeItem)}</span>
1179
+ <span dir={getHTMLTextDir(localeItem)} lang={localeItem}>
1180
+ {getLocaleName(localeItem, locale)}
1181
+ </span>
1182
+ <span dir="ltr" lang={Locales.ENGLISH}>
1183
+ {getLocaleName(localeItem, Locales.ENGLISH)}
1184
+ </span>
1185
+ </a>
1186
+ ))}
1187
+ </div>
1188
+ </div>
1189
+ );
1190
+ };
1191
+
1192
+ module.exports = LocaleSwitcher;
1193
+ ```
1194
+
1195
+ > दस्तावेज़ संदर्भ:
1196
+
1197
+ > - [`useLocale` हुक](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/react-intlayer/useLocale.md) (API `preact-intlayer` के लिए समान है)
1198
+
1199
+ > - [`getLocaleName` हुक](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/intlayer/getLocaleName.md)
1200
+
1201
+ > - [`getLocalizedUrl` हुक](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/intlayer/getLocalizedUrl.md)
1202
+
1203
+ > - [`getHTMLTextDir` हुक](https://github.com/aymericzip/intlayer/blob/main/docs/hi/packages/intlayer/getHTMLTextDir.md)
1204
+
1205
+ > - [`hreflang` एट्रिब्यूट](https://developers.google.com/search/docs/specialty/international/localized-versions?hl=hi)
1206
+
1207
+ > - [`lang` एट्रिब्यूट](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang)
1208
+
1209
+ > - [`dir` एट्रिब्यूट](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir)
1210
+
1211
+ > - [`aria-current` एट्रिब्यूट](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)
1212
+
1213
+ > - [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
1214
+
1215
+ ---
1216
+
1217
+ ### (वैकल्पिक) चरण 9: HTML भाषा और दिशा एट्रिब्यूट्स को स्विच करें
1218
+
1219
+ जब आपका एप्लिकेशन कई भाषाओं का समर्थन करता है, तो `<html>` टैग के `lang` और `dir` एट्रिब्यूट्स को वर्तमान लोकेल से मेल खाने के लिए अपडेट करना महत्वपूर्ण है। ऐसा करने से सुनिश्चित होता है:
1220
+
1221
+ - **एक्सेसिबिलिटी**: स्क्रीन रीडर्स और सहायक तकनीकें सही `lang` एट्रिब्यूट पर निर्भर करती हैं ताकि सामग्री को सही ढंग से उच्चारित और व्याख्या किया जा सके।
1222
+ - **पाठ रेंडरिंग**: `dir` (दिशा) एट्रिब्यूट यह सुनिश्चित करता है कि पाठ सही क्रम में प्रस्तुत किया गया है (जैसे, अंग्रेजी के लिए बाएं से दाएं, अरबी या हिब्रू के लिए दाएं से बाएं), जो पठनीयता के लिए आवश्यक है।
1223
+ - **SEO**: सर्च इंजन आपके पृष्ठ की भाषा निर्धारित करने के लिए `lang` एट्रिब्यूट का उपयोग करते हैं, जिससे खोज परिणामों में सही स्थानीयकृत सामग्री प्रदर्शित करने में मदद मिलती है।
1224
+
1225
+ इन एट्रिब्यूट्स को गतिशील रूप से अपडेट करके जब लोकेल बदलता है, तो आप सभी समर्थित भाषाओं में उपयोगकर्ताओं के लिए एक सुसंगत और सुलभ अनुभव सुनिश्चित करते हैं।
1226
+
1227
+ #### हुक को लागू करना
1228
+
1229
+ HTML एट्रिब्यूट्स को प्रबंधित करने के लिए एक कस्टम हुक बनाएं। हुक लोकेल परिवर्तनों को सुनता है और एट्रिब्यूट्स को तदनुसार अपडेट करता है:
1230
+
1231
+ import { useEffect } from "preact/hooks";
1232
+ import { useLocale } from "preact-intlayer";
1233
+ import { getHTMLTextDir } from "intlayer";
1234
+
1235
+ /\*\*
1236
+
1237
+ - वर्तमान लोकेल के आधार पर HTML <html> तत्व के `lang` और `dir` गुणों को अपडेट करता है।
1238
+ - - `lang`: ब्राउज़रों और सर्च इंजन को पृष्ठ की भाषा की जानकारी देता है।
1239
+ - - `dir`: सही पढ़ने के क्रम को सुनिश्चित करता है (जैसे, अंग्रेजी के लिए 'ltr', अरबी के लिए 'rtl')।
1240
+ -
1241
+ - यह डायनामिक अपडेट सही टेक्स्ट रेंडरिंग, एक्सेसिबिलिटी और SEO के लिए आवश्यक है।
1242
+ \*/
1243
+ export const useI18nHTMLAttributes = () => {
1244
+ const { locale } = useLocale();
1245
+
1246
+ useEffect(() => {
1247
+ // वर्तमान लोकेल के अनुसार भाषा गुण को अपडेट करें।
1248
+ document.documentElement.lang = locale;
1249
+
1250
+ // वर्तमान लोकेल के आधार पर टेक्स्ट दिशा सेट करें।
1251
+ document.documentElement.dir = getHTMLTextDir(locale);
1252
+
1253
+ }, [locale]);
1254
+ };
1255
+
1256
+ ````
1257
+
1258
+ ```jsx fileName="src/hooks/useI18nHTMLAttributes.jsx" codeFormat="esm"
1259
+ import { useEffect } from "preact/hooks";
1260
+ import { useLocale } from "preact-intlayer";
1261
+ import { getHTMLTextDir } from "intlayer";
1262
+
1263
+ /**
1264
+ * वर्तमान लोकेल के आधार पर HTML <html> तत्व के `lang` और `dir` गुणों को अपडेट करता है।
1265
+ */
1266
+ export const useI18nHTMLAttributes = () => {
1267
+ const { locale } = useLocale();
1268
+
1269
+ useEffect(() => {
1270
+ document.documentElement.lang = locale;
1271
+ document.documentElement.dir = getHTMLTextDir(locale);
1272
+ }, [locale]);
1273
+ };
1274
+ ````
1275
+
1276
+ ```jsx fileName="src/hooks/useI18nHTMLAttributes.cjsx" codeFormat="commonjs"
1277
+ const { useEffect } = require("preact/hooks");
1278
+ const { useLocale } = require("preact-intlayer");
1279
+ const { getHTMLTextDir } = require("intlayer");
1280
+
1281
+ /**
1282
+ * वर्तमान लोकेल के आधार पर HTML <html> तत्व के `lang` और `dir` गुणों को अपडेट करता है।
1283
+ */
1284
+ const useI18nHTMLAttributes = () => {
1285
+ const { locale } = useLocale();
1286
+
1287
+ useEffect(() => {
1288
+ document.documentElement.lang = locale;
1289
+ document.documentElement.dir = getHTMLTextDir(locale);
1290
+ }, [locale]);
1291
+ };
1292
+
1293
+ module.exports = { useI18nHTMLAttributes };
1294
+ ```
1295
+
1296
+ #### अपने एप्लिकेशन में हुक का उपयोग करना
1297
+
1298
+ अपने मुख्य घटक में हुक को एकीकृत करें ताकि लोकेल बदलने पर HTML गुण अपडेट हो जाएं:
1299
+
1300
+ ```tsx fileName="src/app.tsx" codeFormat="typescript"
1301
+ import type { FunctionalComponent } from "preact";
1302
+ import { IntlayerProvider } from "preact-intlayer"; // यदि AppContent को आवश्यकता हो तो useIntlayer पहले से आयातित है
1303
+ import { useI18nHTMLAttributes } from "./hooks/useI18nHTMLAttributes";
1304
+ import "./app.css";
1305
+ // Step 5 से AppContent परिभाषा
1306
+
1307
+ const AppWithHooks: FunctionalComponent = () => {
1308
+ // लोकेल के आधार पर <html> टैग के lang और dir गुणों को अपडेट करने के लिए हुक लागू करें।
1309
+ useI18nHTMLAttributes();
1310
+
1311
+ // मान लें कि AppContent आपका मुख्य सामग्री प्रदर्शन घटक है Step 5 से
1312
+ return <AppContent />;
1313
+ };
1314
+
1315
+ const App: FunctionalComponent = () => (
1316
+ <IntlayerProvider>
1317
+ <AppWithHooks />
1318
+ </IntlayerProvider>
1319
+ );
1320
+
1321
+ export default App;
1322
+ ```
1323
+
1324
+ ```jsx fileName="src/app.jsx" codeFormat="esm"
1325
+ import { IntlayerProvider } from "preact-intlayer";
1326
+ import { useI18nHTMLAttributes } from "./hooks/useI18nHTMLAttributes";
1327
+ import "./app.css";
1328
+ // Step 5 से AppContent परिभाषा
1329
+
1330
+ const AppWithHooks = () => {
1331
+ useI18nHTMLAttributes();
1332
+ return <AppContent />;
1333
+ };
1334
+
1335
+ const App = () => (
1336
+ <IntlayerProvider>
1337
+ <AppWithHooks />
1338
+ </IntlayerProvider>
1339
+ );
1340
+
1341
+ export default App;
1342
+ ```
1343
+
1344
+ ```jsx fileName="src/app.cjsx" codeFormat="commonjs"
1345
+ const { IntlayerProvider } = require("preact-intlayer");
1346
+ const { useI18nHTMLAttributes } = require("./hooks/useI18nHTMLAttributes");
1347
+ require("./app.css");
1348
+ // Step 5 से AppContent परिभाषा
1349
+
1350
+ const AppWithHooks = () => {
1351
+ useI18nHTMLAttributes();
1352
+ return <AppContent />;
1353
+ };
1354
+
1355
+ const App = () => (
1356
+ <IntlayerProvider>
1357
+ <AppWithHooks />
1358
+ </IntlayerProvider>
1359
+ );
1360
+
1361
+ module.exports = App;
1362
+ ```
1363
+
1364
+ इन परिवर्तनों को लागू करके, आपका एप्लिकेशन:
1365
+
1366
+ - सुनिश्चित करेगा कि **भाषा** (`lang`) गुण सही तरीके से वर्तमान लोकेल को दर्शाता है, जो SEO और ब्राउज़र व्यवहार के लिए महत्वपूर्ण है।
1367
+ - **पाठ दिशा** (`dir`) को लोकेल के अनुसार समायोजित करेगा, जिससे विभिन्न पढ़ने के क्रम वाली भाषाओं के लिए पठनीयता और उपयोगिता बढ़ेगी।
1368
+ - एक अधिक **सुलभ** अनुभव प्रदान करेगा, क्योंकि सहायक तकनीकें इन गुणों पर निर्भर करती हैं ताकि वे इष्टतम रूप से कार्य कर सकें।
1369
+
1370
+ import { useLocation, route } from "preact-iso"; // preact-iso से आयात करें
1371
+ import { forwardRef } from "preact/compat";
1372
+ import { h } from "preact"; // JSX के लिए
1373
+
1374
+ export const checkIsExternalLink = (href) => /^https?:\/\//.test(href ?? "");
1375
+
1376
+ export const LocalizedLink = forwardRef(
1377
+ ({ href, children, onClick, replace = false, ...props }, ref) => {
1378
+ const { locale } = useLocale(); // वर्तमान भाषा प्राप्त करें
1379
+ const location = useLocation();
1380
+ const isExternalLink = checkIsExternalLink(href);
1381
+
1382
+ const hrefI18n =
1383
+ href && !isExternalLink ? getLocalizedUrl(href, locale) : href;
1384
+
1385
+ const handleClick = (event) => {
1386
+ if (onClick) {
1387
+ onClick(event);
1388
+ }
1389
+ if (
1390
+ !isExternalLink &&
1391
+ href &&
1392
+ event.button === 0 &&
1393
+ !event.metaKey &&
1394
+ !event.ctrlKey &&
1395
+ !event.shiftKey &&
1396
+ !event.altKey &&
1397
+ !props.target
1398
+ ) {
1399
+ event.preventDefault();
1400
+ if (location.url !== hrefI18n) {
1401
+ route(hrefI18n, replace);
1402
+ }
1403
+ }
1404
+ };
1405
+
1406
+ return (
1407
+ <a href={hrefI18n} ref={ref} onClick={handleClick} {...props}>
1408
+ {children}
1409
+ </a>
1410
+ );
1411
+
1412
+ }
1413
+ );
1414
+
1415
+ ````
1416
+
1417
+ ```jsx fileName="src/components/LocalizedLink.cjsx" codeFormat="commonjs"
1418
+ const { getLocalizedUrl } = require("intlayer");
1419
+ const { useLocale } = require("preact-intlayer");
1420
+ const { useLocation, route } = require("preact-iso"); // preact-iso से आयात करें
1421
+ const { forwardRef } = require("preact/compat");
1422
+ const { h } = require("preact"); // JSX के लिए
1423
+
1424
+ const checkIsExternalLink = (href) => /^https?:\/\//.test(href ?? "");
1425
+
1426
+ const LocalizedLink = forwardRef(
1427
+ ({ href, children, onClick, replace = false, ...props }, ref) => {
1428
+ const { locale } = useLocale(); // वर्तमान भाषा प्राप्त करें
1429
+ const location = useLocation();
1430
+ const isExternalLink = checkIsExternalLink(href);
1431
+
1432
+ const hrefI18n =
1433
+ href && !isExternalLink ? getLocalizedUrl(href, locale) : href;
1434
+
1435
+ const handleClick = (event) => {
1436
+ if (onClick) {
1437
+ onClick(event);
1438
+ }
1439
+ if (
1440
+ !isExternalLink &&
1441
+ href &&
1442
+ event.button === 0 &&
1443
+ !event.metaKey &&
1444
+ !event.ctrlKey &&
1445
+ !event.shiftKey &&
1446
+ !event.altKey &&
1447
+ !props.target
1448
+ ) {
1449
+ event.preventDefault();
1450
+ if (location.url !== hrefI18n) {
1451
+ route(hrefI18n, replace);
1452
+ }
1453
+ }
1454
+ };
1455
+
1456
+ return (
1457
+ <a href={hrefI18n} ref={ref} onClick={handleClick} {...props}>
1458
+ {children}
1459
+ </a>
1460
+ );
1461
+ }
1462
+ );
1463
+
1464
+ module.exports = { LocalizedLink, checkIsExternalLink };
1465
+ ````
1466
+
1467
+ #### यह कैसे काम करता है
1468
+
1469
+ - **बाहरी लिंक का पता लगाना**:
1470
+ सहायक फ़ंक्शन `checkIsExternalLink` यह निर्धारित करता है कि URL बाहरी है या नहीं। बाहरी लिंक को अपरिवर्तित छोड़ दिया जाता है।
1471
+ - **वर्तमान भाषा प्राप्त करना**:
1472
+ `useLocale` हुक वर्तमान भाषा प्रदान करता है।
1473
+ - **URL का स्थानीयकरण करना**:
1474
+ आंतरिक लिंक के लिए, `getLocalizedUrl` URL को वर्तमान भाषा के साथ प्रीफिक्स करता है।
1475
+ - **क्लाइंट-साइड नेविगेशन**:
1476
+ `handleClick` फ़ंक्शन जांचता है कि क्या यह एक आंतरिक लिंक है और क्या मानक नेविगेशन को रोका जाना चाहिए। यदि हां, तो यह `preact-iso` के `route` फ़ंक्शन का उपयोग करता है (जो `useLocation` के माध्यम से या सीधे आयात किया गया है) क्लाइंट-साइड नेविगेशन करने के लिए। यह पूर्ण पृष्ठ रीलोड के बिना SPA-जैसा व्यवहार प्रदान करता है।
1477
+ - **लिंक लौटाना**:
1478
+ यह घटक एक `<a>` तत्व लौटाता है जिसमें स्थानीयकृत URL और कस्टम क्लिक हैंडलर होता है।
1479
+
1480
+ ### TypeScript कॉन्फ़िगर करें
1481
+
1482
+ Intlayer TypeScript का उपयोग मॉड्यूल वृद्धि के साथ करता है ताकि आपका कोडबेस मजबूत हो सके।
1483
+
1484
+ ![alt text](https://github.com/aymericzip/intlayer/blob/main/docs/assets/autocompletion.png)
1485
+
1486
+ ![alt text](https://github.com/aymericzip/intlayer/blob/main/docs/assets/translation_error.png)
1487
+
1488
+ सुनिश्चित करें कि आपकी TypeScript कॉन्फ़िगरेशन में स्वचालित रूप से उत्पन्न प्रकार शामिल हैं।
1489
+
1490
+ ```json5 fileName="tsconfig.json"
1491
+ {
1492
+ // ... आपकी मौजूदा TypeScript कॉन्फ़िगरेशन
1493
+ "compilerOptions": {
1494
+ // ...
1495
+ "jsx": "react-jsx",
1496
+ "jsxImportSource": "preact", // Preact 10+ के लिए अनुशंसित
1497
+ // ...
1498
+ },
1499
+ "include": [
1500
+ // ... आपकी मौजूदा TypeScript कॉन्फ़िगरेशन
1501
+ ".intlayer/**/*.ts", // स्वचालित रूप से उत्पन्न प्रकार शामिल करें
1502
+ ],
1503
+ }
1504
+ ```
1505
+
1506
+ > सुनिश्चित करें कि आपका `tsconfig.json` Preact के लिए सेटअप है, विशेष रूप से `jsx` और `jsxImportSource` या पुराने Preact संस्करणों के लिए `jsxFactory`/`jsxFragmentFactory` यदि आप `preset-vite` के डिफ़ॉल्ट का उपयोग नहीं कर रहे हैं।
1507
+
1508
+ ### Git कॉन्फ़िगरेशन
1509
+
1510
+ Intlayer द्वारा उत्पन्न फ़ाइलों को अनदेखा करने की सिफारिश की जाती है। यह आपको उन्हें अपने Git रिपॉजिटरी में कमिट करने से बचने की अनुमति देता है।
1511
+
1512
+ इसके लिए, आप अपनी `.gitignore` फ़ाइल में निम्न निर्देश जोड़ सकते हैं:
1513
+
1514
+ ```plaintext
1515
+ # Intlayer द्वारा उत्पन्न फ़ाइलों को अनदेखा करें
1516
+ .intlayer
1517
+ ```
1518
+
1519
+ ### VS Code एक्सटेंशन
1520
+
1521
+ Intlayer के साथ अपने विकास अनुभव को बेहतर बनाने के लिए, आप आधिकारिक **Intlayer VS Code एक्सटेंशन** इंस्टॉल कर सकते हैं।
1522
+
1523
+ [VS Code मार्केटप्लेस से इंस्टॉल करें](https://marketplace.visualstudio.com/items?itemName=intlayer.intlayer-vs-code-extension)
1524
+
1525
+ यह एक्सटेंशन प्रदान करता है:
1526
+
1527
+ - अनुवाद कुंजियों के लिए **ऑटोकम्प्लीशन**।
1528
+ - गायब अनुवादों के लिए **रीयल-टाइम त्रुटि पहचान**।
1529
+ - अनुवादित सामग्री के **इनलाइन पूर्वावलोकन**।
1530
+ - अनुवादों को आसानी से बनाने और अपडेट करने के लिए **त्वरित क्रियाएं**।
1531
+
1532
+ एक्सटेंशन का उपयोग कैसे करें, इस पर अधिक विवरण के लिए, [Intlayer VS Code एक्सटेंशन दस्तावेज़](https://intlayer.org/doc/vs-code-extension) देखें।
1533
+
1534
+ ---
1535
+
1536
+ ### और आगे बढ़ें
1537
+
1538
+ आगे बढ़ने के लिए, आप [विज़ुअल एडिटर](https://github.com/aymericzip/intlayer/blob/main/docs/hi/intlayer_visual_editor.md) को लागू कर सकते हैं या [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/hi/intlayer_CMS.md) का उपयोग करके अपनी सामग्री को बाहरी बना सकते हैं।