@intlayer/docs 8.3.0-canary.4 → 8.3.1

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 (240) hide show
  1. package/docs/ar/compiler.md +84 -49
  2. package/docs/ar/configuration.md +80 -37
  3. package/docs/ar/intlayer_with_nextjs_16.md +174 -1
  4. package/docs/ar/intlayer_with_nextjs_compiler.md +174 -1
  5. package/docs/ar/intlayer_with_react_router_v7.md +224 -1
  6. package/docs/ar/intlayer_with_react_router_v7_fs_routes.md +225 -1
  7. package/docs/ar/intlayer_with_svelte_kit.md +175 -2
  8. package/docs/ar/intlayer_with_tanstack.md +176 -1
  9. package/docs/ar/intlayer_with_vite+preact.md +174 -1
  10. package/docs/ar/intlayer_with_vite+react.md +174 -1
  11. package/docs/ar/intlayer_with_vite+solid.md +174 -1
  12. package/docs/ar/intlayer_with_vite+svelte.md +174 -1
  13. package/docs/ar/intlayer_with_vite+vue.md +174 -1
  14. package/docs/de/compiler.md +83 -48
  15. package/docs/de/configuration.md +434 -212
  16. package/docs/de/intlayer_with_nextjs_16.md +176 -1
  17. package/docs/de/intlayer_with_nextjs_compiler.md +106 -349
  18. package/docs/de/intlayer_with_react_router_v7.md +225 -2
  19. package/docs/de/intlayer_with_react_router_v7_fs_routes.md +221 -79
  20. package/docs/de/intlayer_with_svelte_kit.md +158 -2
  21. package/docs/de/intlayer_with_tanstack.md +159 -1
  22. package/docs/de/intlayer_with_vite+preact.md +157 -1
  23. package/docs/de/intlayer_with_vite+react.md +157 -1
  24. package/docs/de/intlayer_with_vite+solid.md +159 -3
  25. package/docs/de/intlayer_with_vite+svelte.md +157 -1
  26. package/docs/de/intlayer_with_vite+vue.md +157 -1
  27. package/docs/en/compiler.md +60 -33
  28. package/docs/en/configuration.md +80 -57
  29. package/docs/en/intlayer_with_nextjs_16.md +176 -0
  30. package/docs/en/intlayer_with_nextjs_compiler.md +179 -1
  31. package/docs/en/intlayer_with_react_router_v7.md +159 -0
  32. package/docs/en/intlayer_with_react_router_v7_fs_routes.md +159 -0
  33. package/docs/en/intlayer_with_svelte_kit.md +159 -0
  34. package/docs/en/intlayer_with_tanstack.md +160 -1
  35. package/docs/en/intlayer_with_vite+preact.md +159 -0
  36. package/docs/en/intlayer_with_vite+react.md +159 -0
  37. package/docs/en/intlayer_with_vite+solid.md +148 -27
  38. package/docs/en/intlayer_with_vite+svelte.md +159 -0
  39. package/docs/en/intlayer_with_vite+vue.md +142 -41
  40. package/docs/en-GB/compiler.md +66 -34
  41. package/docs/en-GB/configuration.md +78 -36
  42. package/docs/es/compiler.md +83 -48
  43. package/docs/es/configuration.md +429 -206
  44. package/docs/es/intlayer_with_adonisjs.md +1 -1
  45. package/docs/es/intlayer_with_express.md +1 -1
  46. package/docs/es/intlayer_with_fastify.md +1 -1
  47. package/docs/es/intlayer_with_hono.md +1 -1
  48. package/docs/es/intlayer_with_nestjs.md +1 -1
  49. package/docs/es/intlayer_with_nextjs_16.md +176 -3
  50. package/docs/es/intlayer_with_nextjs_compiler.md +175 -2
  51. package/docs/es/intlayer_with_nuxt.md +1 -1
  52. package/docs/es/intlayer_with_react_router_v7.md +227 -4
  53. package/docs/es/intlayer_with_react_router_v7_fs_routes.md +162 -4
  54. package/docs/es/intlayer_with_svelte_kit.md +158 -2
  55. package/docs/es/intlayer_with_tanstack.md +160 -2
  56. package/docs/es/intlayer_with_vite+preact.md +162 -6
  57. package/docs/es/intlayer_with_vite+react.md +160 -4
  58. package/docs/es/intlayer_with_vite+solid.md +163 -7
  59. package/docs/es/intlayer_with_vite+svelte.md +157 -1
  60. package/docs/es/intlayer_with_vite+vue.md +165 -9
  61. package/docs/fr/compiler.md +81 -46
  62. package/docs/fr/configuration.md +355 -134
  63. package/docs/fr/intlayer_with_adonisjs.md +1 -1
  64. package/docs/fr/intlayer_with_express.md +1 -1
  65. package/docs/fr/intlayer_with_fastify.md +1 -1
  66. package/docs/fr/intlayer_with_hono.md +1 -1
  67. package/docs/fr/intlayer_with_nestjs.md +1 -1
  68. package/docs/fr/intlayer_with_nextjs_16.md +183 -7
  69. package/docs/fr/intlayer_with_nextjs_compiler.md +179 -3
  70. package/docs/fr/intlayer_with_react_router_v7.md +229 -3
  71. package/docs/fr/intlayer_with_react_router_v7_fs_routes.md +237 -6
  72. package/docs/fr/intlayer_with_svelte_kit.md +158 -2
  73. package/docs/fr/intlayer_with_tanstack.md +159 -1
  74. package/docs/fr/intlayer_with_vite+preact.md +164 -8
  75. package/docs/fr/intlayer_with_vite+react.md +162 -6
  76. package/docs/fr/intlayer_with_vite+solid.md +163 -7
  77. package/docs/fr/intlayer_with_vite+svelte.md +157 -1
  78. package/docs/fr/intlayer_with_vite+vue.md +164 -8
  79. package/docs/hi/compiler.md +81 -46
  80. package/docs/hi/configuration.md +87 -44
  81. package/docs/hi/intlayer_with_nextjs_16.md +174 -1
  82. package/docs/hi/intlayer_with_nextjs_compiler.md +174 -1
  83. package/docs/hi/intlayer_with_react_router_v7.md +224 -1
  84. package/docs/hi/intlayer_with_react_router_v7_fs_routes.md +225 -1
  85. package/docs/hi/intlayer_with_svelte_kit.md +158 -2
  86. package/docs/hi/intlayer_with_tanstack.md +159 -1
  87. package/docs/hi/intlayer_with_vite+preact.md +157 -1
  88. package/docs/hi/intlayer_with_vite+react.md +157 -1
  89. package/docs/hi/intlayer_with_vite+solid.md +157 -1
  90. package/docs/hi/intlayer_with_vite+svelte.md +157 -1
  91. package/docs/hi/intlayer_with_vite+vue.md +157 -1
  92. package/docs/id/compiler.md +84 -51
  93. package/docs/id/configuration.md +83 -45
  94. package/docs/id/intlayer_with_nextjs_16.md +174 -1
  95. package/docs/id/intlayer_with_nextjs_compiler.md +174 -1
  96. package/docs/id/intlayer_with_react_router_v7.md +224 -1
  97. package/docs/id/intlayer_with_react_router_v7_fs_routes.md +225 -1
  98. package/docs/id/intlayer_with_svelte_kit.md +158 -2
  99. package/docs/id/intlayer_with_tanstack.md +159 -1
  100. package/docs/id/intlayer_with_vite+preact.md +157 -1
  101. package/docs/id/intlayer_with_vite+react.md +157 -1
  102. package/docs/id/intlayer_with_vite+solid.md +157 -1
  103. package/docs/id/intlayer_with_vite+svelte.md +157 -1
  104. package/docs/id/intlayer_with_vite+vue.md +157 -1
  105. package/docs/it/compiler.md +81 -46
  106. package/docs/it/configuration.md +426 -204
  107. package/docs/it/intlayer_with_nextjs_16.md +174 -1
  108. package/docs/it/intlayer_with_nextjs_compiler.md +174 -1
  109. package/docs/it/intlayer_with_react_router_v7.md +225 -2
  110. package/docs/it/intlayer_with_react_router_v7_fs_routes.md +226 -2
  111. package/docs/it/intlayer_with_svelte_kit.md +158 -2
  112. package/docs/it/intlayer_with_tanstack.md +159 -1
  113. package/docs/it/intlayer_with_vite+preact.md +157 -1
  114. package/docs/it/intlayer_with_vite+react.md +157 -1
  115. package/docs/it/intlayer_with_vite+solid.md +159 -3
  116. package/docs/it/intlayer_with_vite+svelte.md +157 -1
  117. package/docs/it/intlayer_with_vite+vue.md +157 -1
  118. package/docs/ja/compiler.md +94 -58
  119. package/docs/ja/configuration.md +88 -45
  120. package/docs/ja/intlayer_with_nextjs_16.md +174 -1
  121. package/docs/ja/intlayer_with_nextjs_compiler.md +174 -1
  122. package/docs/ja/intlayer_with_react_router_v7.md +184 -394
  123. package/docs/ja/intlayer_with_react_router_v7_fs_routes.md +226 -2
  124. package/docs/ja/intlayer_with_svelte_kit.md +119 -595
  125. package/docs/ja/intlayer_with_tanstack.md +131 -642
  126. package/docs/ja/intlayer_with_vite+preact.md +111 -1231
  127. package/docs/ja/intlayer_with_vite+react.md +129 -1304
  128. package/docs/ja/intlayer_with_vite+solid.md +159 -3
  129. package/docs/ja/intlayer_with_vite+svelte.md +157 -1
  130. package/docs/ja/intlayer_with_vite+vue.md +157 -1
  131. package/docs/ko/compiler.md +88 -52
  132. package/docs/ko/configuration.md +87 -44
  133. package/docs/ko/intlayer_with_nextjs_16.md +174 -1
  134. package/docs/ko/intlayer_with_nextjs_compiler.md +174 -1
  135. package/docs/ko/intlayer_with_react_router_v7.md +225 -2
  136. package/docs/ko/intlayer_with_react_router_v7_fs_routes.md +226 -2
  137. package/docs/ko/intlayer_with_svelte_kit.md +158 -2
  138. package/docs/ko/intlayer_with_tanstack.md +159 -1
  139. package/docs/ko/intlayer_with_vite+preact.md +157 -1
  140. package/docs/ko/intlayer_with_vite+react.md +157 -1
  141. package/docs/ko/intlayer_with_vite+solid.md +159 -3
  142. package/docs/ko/intlayer_with_vite+svelte.md +157 -1
  143. package/docs/ko/intlayer_with_vite+vue.md +157 -1
  144. package/docs/pl/compiler.md +84 -51
  145. package/docs/pl/configuration.md +83 -37
  146. package/docs/pl/intlayer_with_nextjs_16.md +174 -1
  147. package/docs/pl/intlayer_with_nextjs_compiler.md +174 -1
  148. package/docs/pl/intlayer_with_react_router_v7.md +224 -1
  149. package/docs/pl/intlayer_with_react_router_v7_fs_routes.md +225 -1
  150. package/docs/pl/intlayer_with_svelte_kit.md +158 -2
  151. package/docs/pl/intlayer_with_tanstack.md +159 -1
  152. package/docs/pl/intlayer_with_vite+preact.md +157 -1
  153. package/docs/pl/intlayer_with_vite+react.md +157 -1
  154. package/docs/pl/intlayer_with_vite+solid.md +157 -1
  155. package/docs/pl/intlayer_with_vite+svelte.md +157 -1
  156. package/docs/pl/intlayer_with_vite+vue.md +157 -1
  157. package/docs/pt/compiler.md +81 -46
  158. package/docs/pt/configuration.md +404 -194
  159. package/docs/pt/intlayer_with_nextjs_16.md +174 -1
  160. package/docs/pt/intlayer_with_nextjs_compiler.md +174 -1
  161. package/docs/pt/intlayer_with_react_router_v7.md +224 -1
  162. package/docs/pt/intlayer_with_react_router_v7_fs_routes.md +225 -1
  163. package/docs/pt/intlayer_with_svelte_kit.md +158 -2
  164. package/docs/pt/intlayer_with_tanstack.md +159 -1
  165. package/docs/pt/intlayer_with_vite+preact.md +157 -1
  166. package/docs/pt/intlayer_with_vite+react.md +157 -1
  167. package/docs/pt/intlayer_with_vite+solid.md +157 -1
  168. package/docs/pt/intlayer_with_vite+svelte.md +157 -1
  169. package/docs/pt/intlayer_with_vite+vue.md +157 -1
  170. package/docs/ru/compiler.md +90 -57
  171. package/docs/ru/configuration.md +76 -46
  172. package/docs/ru/intlayer_with_nextjs_16.md +174 -1
  173. package/docs/ru/intlayer_with_nextjs_compiler.md +174 -1
  174. package/docs/ru/intlayer_with_react_router_v7.md +224 -1
  175. package/docs/ru/intlayer_with_react_router_v7_fs_routes.md +225 -1
  176. package/docs/ru/intlayer_with_svelte_kit.md +158 -2
  177. package/docs/ru/intlayer_with_tanstack.md +159 -1
  178. package/docs/ru/intlayer_with_vite+preact.md +157 -1
  179. package/docs/ru/intlayer_with_vite+react.md +157 -1
  180. package/docs/ru/intlayer_with_vite+solid.md +157 -1
  181. package/docs/ru/intlayer_with_vite+svelte.md +157 -1
  182. package/docs/ru/intlayer_with_vite+vue.md +157 -1
  183. package/docs/tr/compiler.md +85 -52
  184. package/docs/tr/configuration.md +83 -40
  185. package/docs/tr/intlayer_with_nextjs_16.md +174 -1
  186. package/docs/tr/intlayer_with_nextjs_compiler.md +174 -1
  187. package/docs/tr/intlayer_with_react_router_v7.md +224 -1
  188. package/docs/tr/intlayer_with_react_router_v7_fs_routes.md +225 -1
  189. package/docs/tr/intlayer_with_svelte_kit.md +158 -2
  190. package/docs/tr/intlayer_with_tanstack.md +159 -1
  191. package/docs/tr/intlayer_with_vite+preact.md +157 -1
  192. package/docs/tr/intlayer_with_vite+react.md +157 -1
  193. package/docs/tr/intlayer_with_vite+solid.md +157 -1
  194. package/docs/tr/intlayer_with_vite+svelte.md +157 -1
  195. package/docs/tr/intlayer_with_vite+vue.md +157 -1
  196. package/docs/uk/compiler.md +96 -61
  197. package/docs/uk/configuration.md +83 -37
  198. package/docs/uk/intlayer_with_nextjs_16.md +174 -1
  199. package/docs/uk/intlayer_with_nextjs_compiler.md +174 -1
  200. package/docs/uk/intlayer_with_react_router_v7.md +224 -1
  201. package/docs/uk/intlayer_with_react_router_v7_fs_routes.md +225 -1
  202. package/docs/uk/intlayer_with_svelte_kit.md +157 -1
  203. package/docs/uk/intlayer_with_tanstack.md +159 -1
  204. package/docs/uk/intlayer_with_vite+preact.md +157 -1
  205. package/docs/uk/intlayer_with_vite+react.md +157 -1
  206. package/docs/uk/intlayer_with_vite+solid.md +157 -1
  207. package/docs/uk/intlayer_with_vite+svelte.md +157 -1
  208. package/docs/uk/intlayer_with_vite+vue.md +157 -1
  209. package/docs/vi/compiler.md +85 -50
  210. package/docs/vi/configuration.md +85 -39
  211. package/docs/vi/intlayer_with_nextjs_16.md +174 -1
  212. package/docs/vi/intlayer_with_nextjs_compiler.md +174 -1
  213. package/docs/vi/intlayer_with_react_router_v7.md +224 -1
  214. package/docs/vi/intlayer_with_react_router_v7_fs_routes.md +225 -1
  215. package/docs/vi/intlayer_with_svelte_kit.md +158 -2
  216. package/docs/vi/intlayer_with_tanstack.md +159 -1
  217. package/docs/vi/intlayer_with_vite+preact.md +157 -1
  218. package/docs/vi/intlayer_with_vite+react.md +157 -1
  219. package/docs/vi/intlayer_with_vite+solid.md +157 -1
  220. package/docs/vi/intlayer_with_vite+svelte.md +157 -1
  221. package/docs/vi/intlayer_with_vite+vue.md +157 -1
  222. package/docs/zh/compiler.md +84 -49
  223. package/docs/zh/configuration.md +80 -37
  224. package/docs/zh/intlayer_with_adonisjs.md +1 -1
  225. package/docs/zh/intlayer_with_express.md +1 -1
  226. package/docs/zh/intlayer_with_fastify.md +1 -1
  227. package/docs/zh/intlayer_with_hono.md +1 -1
  228. package/docs/zh/intlayer_with_nestjs.md +1 -1
  229. package/docs/zh/intlayer_with_nextjs_16.md +174 -1
  230. package/docs/zh/intlayer_with_nextjs_compiler.md +174 -1
  231. package/docs/zh/intlayer_with_react_router_v7.md +227 -4
  232. package/docs/zh/intlayer_with_react_router_v7_fs_routes.md +228 -4
  233. package/docs/zh/intlayer_with_svelte_kit.md +158 -2
  234. package/docs/zh/intlayer_with_tanstack.md +159 -1
  235. package/docs/zh/intlayer_with_vite+preact.md +159 -3
  236. package/docs/zh/intlayer_with_vite+react.md +157 -1
  237. package/docs/zh/intlayer_with_vite+solid.md +161 -5
  238. package/docs/zh/intlayer_with_vite+svelte.md +157 -1
  239. package/docs/zh/intlayer_with_vite+vue.md +158 -2
  240. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-08-13
3
- updatedAt: 2026-03-11
3
+ updatedAt: 2026-03-12
4
4
  title: कॉन्फ़िगरेशन
5
5
  description: अपने एप्लिकेशन के लिए Intlayer को कॉन्फ़िगर करना सीखें। Intlayer को अपनी आवश्यकताओं के अनुसार अनुकूलित करने के लिए विभिन्न सेटिंग्स और विकल्पों को समझें।
6
6
  keywords:
@@ -15,8 +15,8 @@ slugs:
15
15
  - configuration
16
16
  history:
17
17
  - version: 8.3.0
18
- data: 2026-03-11
19
- changes: 'baseDir' को 'content' से 'system' कॉन्फिग में ले जाया गया
18
+ date: 2026-03-11
19
+ changes: "'baseDir' को 'content' से 'system' कॉन्फिग में ले जाया गया"
20
20
  - version: 8.2.0
21
21
  date: 2026-03-09
22
22
  changes: कंपाइलर विकल्पों को अपडेट करें, 'output' और 'noMetadata' समर्थन जोड़ें
@@ -43,22 +43,22 @@ history:
43
43
  changes: JSON5 और JSONC फ़ाइल प्रारूपों के लिए समर्थन जोड़ा
44
44
  - version: 7.5.0
45
45
  date: 2025-12-17
46
- changes: `buildMode` विकल्प जोड़ा
46
+ changes: "`buildMode` विकल्प जोड़ा"
47
47
  - version: 6.0.0
48
48
  date: 2025-09-16
49
- changes: `live` आयात मोड जोड़ा
49
+ changes: "`live` आयात मोड जोड़ा"
50
50
  - version: 6.0.0
51
51
  date: 2025-09-04
52
- changes: `hotReload` फ़ील्ड को `liveSync` से बदलें और `liveSyncPort` और `liveSyncURL` फ़ील्ड जोड़ें
52
+ changes: "`hotReload` फ़ील्ड को `liveSync` से बदलें और `liveSyncPort` और `liveSyncURL` फ़ील्ड जोड़ें"
53
53
  - version: 5.6.1
54
54
  date: 2025-07-25
55
- changes: `activateDynamicImport` को `importMode` विकल्प से बदलें
55
+ changes: "`activateDynamicImport` को `importMode` विकल्प से बदलें"
56
56
  - version: 5.6.0
57
57
  date: 2025-07-13
58
58
  changes: डिफ़ॉल्ट contentDir को `['src']` से बदलकर `['.']` करें
59
59
  - version: 5.5.11
60
60
  date: 2025-06-29
61
- changes: `docs` कमांड जोड़ें
61
+ changes: "`docs` कमांड जोड़ें"
62
62
  ---
63
63
 
64
64
  # Intlayer कॉन्फ़िगरेशन दस्तावेज़ीकरण
@@ -92,7 +92,7 @@ Intlayer JSON, JS, MJS, और TS कॉन्फ़िगरेशन फ़ा
92
92
 
93
93
  ## उदाहरण कॉन्फ़िगरेशन फ़ाइल
94
94
 
95
- ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
95
+ ````typescript fileName="intlayer.config.ts" codeFormat="typescript"
96
96
  import { Locales, type IntlayerConfig } from "intlayer";
97
97
  import { nextjsRewrite } from "intlayer/routing";
98
98
  import { z } from "zod";
@@ -190,7 +190,7 @@ const config: IntlayerConfig = {
190
190
  * Options: 'cookie', 'localStorage', 'sessionStorage', 'header', or an array of these.
191
191
  * Default: ['cookie', 'header']
192
192
  */
193
- storage: "cookie",
193
+ storage: ["cookie", "header"],
194
194
 
195
195
  /**
196
196
  * Base path for the application URLs.
@@ -327,6 +327,17 @@ const config: IntlayerConfig = {
327
327
  * Base URL for the AI API.
328
328
  */
329
329
  baseURL: "http://localhost:3000",
330
+
331
+ /**
332
+ * डेटा क्रमांकन (सीरियलाइजेशन)
333
+ *
334
+ * विकल्प:
335
+ * - "json": मानक, विश्वसनीय; अधिक टोकन का उपयोग करता है।
336
+ * - "toon": कम टोकन, JSON की तुलना में कम सुसंगत।
337
+ *
338
+ * डिफ़ॉल्ट: "json"
339
+ */
340
+ dataSerialization: "json",
330
341
  },
331
342
 
332
343
  /**
@@ -426,42 +437,70 @@ const config: IntlayerConfig = {
426
437
  compiler: {
427
438
  /**
428
439
  * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
440
+ *
441
+ * - false : कंपाइलर को अक्षम करता है।
442
+ * - true : कंपाइलर को सक्षम करता है।
443
+ * - "build-only" : स्टार्टअप समय को तेज करने के लिए विकास के दौरान कंपाइलर को छोड़ देता है।
444
+ *
445
+ * डिफ़ॉल्ट मान : false
429
446
  */
430
447
  enabled: true,
431
448
 
432
449
  /**
433
- * Pattern to traverse the code to optimize.
434
- */
435
- transformPattern: [
436
- "**/*.{js,ts,mjs,cjs,jsx,tsx,vue,svelte}",
437
- "!**/node_modules/**",
438
- ],
439
-
440
- /**
441
- * Pattern to exclude from the optimization.
450
+ * आउटपुट फ़ाइल पथ को परिभाषित करता है। `outputDir` को प्रतिस्थापित करता है।
451
+ *
452
+ * - `./` पथ घटक निर्देशिका के सापेक्ष हल किए जाते हैं।
453
+ * - `/` पथ प्रोजेक्ट रूट (`baseDir`) के सापेक्ष हल किए जाते हैं।
454
+ *
455
+ * - पथ में `{{locale}}` चर डालने से भाषा द्वारा अलग किए गए शब्दकोश निर्माण सक्षम हो जाएंगे।
456
+ *
457
+ * उदाहरण:
458
+ * ```ts
459
+ * {
460
+ * // घटक के बगल में बहुभाषी .content.ts फ़ाइलें बनाएँ
461
+ * output: ({ fileName, extension }) => `./${fileName}${extension}`,
462
+ *
463
+ * // output: './{{fileName}}{{extension}}', // स्ट्रिंग टेम्प्लेट का उपयोग करके समकक्ष
464
+ * }
465
+ * ```
466
+ *
467
+ * ```ts
468
+ * {
469
+ * // प्रोजेक्ट रूट पर भाषा द्वारा केंद्रीकृत JSON फ़ाइलें बनाएँ
470
+ * output: ({ key, locale }) => `/locales/${locale}/${key}.content.json`,
471
+ *
472
+ * // output: '/locales/{{locale}}/{{key}}.content.json', // स्ट्रिंग टेम्प्लेट का उपयोग करके समकक्ष
473
+ * }
474
+ * ```
475
+ *
476
+ * चर सूची:
477
+ * - `fileName`: फ़ाइल का नाम।
478
+ * - `key`: सामग्री की कुंजी।
479
+ * - `locale`: सामग्री का स्थानीय मान (लोकल)।
480
+ * - `extension`: फ़ाइल एक्सटेंशन।
481
+ * - `componentFileName`: घटक फ़ाइल का नाम।
482
+ * - `componentExtension`: घटक फ़ाइल एक्सटेंशन।
483
+ * - `format`: शब्दकोश प्रारूप।
484
+ * - `componentFormat`: घटक शब्दकोश प्रारूप।
485
+ * - `componentDirPath`: घटक निर्देशिका पथ।
442
486
  */
443
- excludePattern: ["**/node_modules/**"],
487
+ output: ({ locale, key }) => `compiler/${locale}/${key}.json`,
444
488
 
445
489
  /**
446
- * अनुकूलित शब्दकोशों के लिए आउटपुट निर्देशिका।
490
+ * इंगित करता है कि क्या घटकों को रूपांतरित होने के बाद सहेजा जाना चाहिए।
491
+ * इस तरह, कंपाइलer को ऐप को रूपांतरित करने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
447
492
  */
448
- output: ({ key }) => `compiler/${key}.content.json`,
493
+ saveComponents: false,
449
494
 
450
495
  /**
451
- * उत्पन्न फ़ाइल में केवल सामग्री डालें, बिना कुंजी के।
496
+ * उत्पन्न फ़ाइल में केवल सामग्री डालें। प्रति-लोकल i18next या ICU MessageFormat JSON आउटपुट के लिए उपयोगी।
452
497
  */
453
498
  noMetadata: false,
454
499
 
455
500
  /**
456
501
  * शब्दकोश कुंजी उपसर्ग
457
502
  */
458
- dictionaryKeyPrefix: "", // Remove base prefix
459
-
460
- /**
461
- * इंगित करता है कि क्या घटकों को रूपांतरित होने के बाद सहेजा जाना चाहिए।
462
- * इस तरह, कंपाइलer को ऐप को रूपांतरित करने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
463
- */
464
- saveComponents: false,
503
+ dictionaryKeyPrefix: "", // निकाली गई शब्दकोश कुंजियों के लिए वैकल्पिक उपसर्ग जोड़ें
465
504
  },
466
505
 
467
506
  /**
@@ -480,7 +519,7 @@ const config: IntlayerConfig = {
480
519
  };
481
520
 
482
521
  export default config;
483
- ```
522
+ ````
484
523
 
485
524
  ## कॉन्फ़िगरेशन संदर्भ
486
525
 
@@ -1036,7 +1075,7 @@ Intlayer बेहतर लचीलापन और विकल्प के
1036
1075
 
1037
1076
  - **dictionaryKeyPrefix**:
1038
1077
  - _प्रकार_: `string`
1039
- - _डिफ़ॉल्ट_: `'comp-'`
1078
+ - _डिफ़ॉल्ट_: `''`
1040
1079
  - _विवरण_: निकाले गए शब्दकोश कुंजियों के लिए उपसर्ग।
1041
1080
  - _उदाहरण_: `'my-key-'`
1042
1081
  - _नोट_: जब शब्दकोश निकाले जाते हैं, तो कुंजी फ़ाइल नाम के आधार पर उत्पन्न होती है। संघर्षों को रोकने के लिए उत्पन्न कुंजी में यह उपसर्ग जोड़ा जाता है।
@@ -1060,30 +1099,34 @@ Intlayer बेहतर लचीलापन और विकल्प के
1060
1099
  - _विवरण_: पैटर्न जो यह परिभाषित करते हैं कि अनुकूलन के दौरान किन फ़ाइलों को बाहर रखा जाना चाहिए।
1061
1100
  - _उदाहरण_: `['**/node_modules/**', '!**/node_modules/react/**']`
1062
1101
 
1063
- - **outputDir**:
1064
- - _प्रकार_: `string`
1065
- - _डिफ़ॉल्ट_: `'compiler'`
1066
- - _विवरण_: वह निर्देशिका जहाँ निकाले गए शब्दकोश संग्रहीत किए जाएंगे, आपके प्रोजेक्ट बेस पाथ के सापेक्ष।
1067
-
1068
1102
  - **output**:
1069
1103
  - _प्रकार_: `FilePathPattern`
1070
- - _डिफ़ॉल्ट_: `({ key }) => 'compiler/${key}.content.json'`
1071
- - _विवरण_: आउटपुट फ़ाइल पथ को परिभाषित करता है। `outputDir` को प्रतिस्थापित करता है। `{{locale}}`, `{{key}}`, `{{fileName}}`, `{{extension}}`, `{{format}}`, `{{dirPath}}`, `{{componentFileName}}`, `{{componentExtension}}`, और `{{componentFormat}}` जैसे गतिशील चरों को संभालता है। इसे `'my/{{var}}/path'` प्रारूप का उपयोग करके एक स्ट्रिंग के रूप में, या एक फ़ंक्शन के रूप में सेट किया जा सकता है।
1072
- - _नोट_: `./**/*` पथ घटक के सापेक्ष हल किए जाते हैं। `/**/*` पथ Intlayer `baseDir` के सापेक्ष हल किए जाते हैं।
1073
- - _उदाहरण_: `output: ({ locale, key }) => 'compiler/${locale}/${key}.json'`
1104
+ - _डिफ़ॉल्ट_: `undefined`
1105
+ - _विवरण_: आउटपुट फ़ाइल पथ को परिभाषित करता है। `outputDir` को प्रतिस्थापित करता है। टेम्प्लेट स्ट्रिंग या फ़ंक्शन के माध्यम से डायनेमिक वैरिएबल का समर्थन करता है। समर्थित वैरिएबल: `{{fileName}}`, `{{key}}`, `{{locale}}`, `{{extension}}`, `{{componentFileName}}`, `{{componentExtension}}`, `{{format}}`, `{{componentFormat}}`, `{{componentDirPath}}`
1106
+ - _नोट_: `./` से शुरू होने वाले पथ घटक निर्देशिका के सापेक्ष हल किए जाते हैं। `/` से शुरू होने वाले पथ प्रोजेक्ट रूट (`baseDir`) के सापेक्ष हल किए जाते हैं।
1107
+ - _नोट_: पथ में `{{locale}}` वैरिएबल को शामिल करने से प्रति भाषा अलग शब्दकोश तैयार होंगे।
1108
+ - _उदाहरण_:
1109
+ - **घटक के पास बहु-भाषा फ़ाइलें बनाएँ**:
1110
+ - स्ट्रिंग: `'./{{fileName}}{{extension}}'`
1111
+ - फ़ंक्शन: `({ fileName, extension }) => \`./${fileName}${extension}\``
1112
+
1113
+ - **प्रति भाषा केंद्रीकृत JSON फ़ाइलें आउटपुट करें**:
1114
+ - स्ट्रिंग: `'/locales/{{locale}}/{{key}}.content.json'`
1115
+ - फ़ंक्शन: `({ key, locale }) => \`/locales/${locale}/${key}.content.json\``
1074
1116
 
1075
1117
  - **noMetadata**:
1076
1118
  - _प्रकार_: `boolean`
1077
1119
  - _डिफ़ॉल्ट_: `false`
1078
- - _विवरण_: इंगित करता है कि फ़ाइल में मेटाडेटा सहेजा जाना चाहिए या नहीं। यदि सही है, तो कंपाइलर शब्दकोशों (कुंजी, सामग्री रैपर) के मेटाडेटा को नहीं बचाएगा।
1120
+ - _विवरण_: इंगित करता है कि फ़ाइल में मेटाडेटा सहेजा जाना चाहिए या नहीं। यदि सही है, तो कंपाइलर शब्दकोशों (कुंजी, सामग्री रैपर) के मेटाडेटा को नहीं बचाएगा। प्रति-लोकल i18next या ICU MessageFormat JSON आउटपुट के लिए उपयोगी।
1079
1121
  - _नोट_: `loadJSON` प्लगइन के साथ उपयोग किए जाने पर उपयोगी।
1080
- - _उदाहरण_: यदि `सही` है:
1122
+ - _उदाहरण_:
1123
+ यदि `सही` है :
1081
1124
  ```json
1082
1125
  {
1083
1126
  "key": "value"
1084
1127
  }
1085
1128
  ```
1086
- यदि `गलत` है:
1129
+ यदि `गलत` है :
1087
1130
  ```json
1088
1131
  {
1089
1132
  "key": "value",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-12-06
3
- updatedAt: 2025-12-30
3
+ updatedAt: 2026-03-12
4
4
  title: Next.js i18n - Next.js 16 ऐप कैसे अनुवाद करें 2026 में
5
5
  description: जानें कि अपनी Next.js 16 वेबसाइट को बहुभाषी कैसे बनाएं। अंतरराष्ट्रीयकरण (i18n) और अनुवाद के लिए दस्तावेज़ का पालन करें।
6
6
  keywords:
@@ -1440,6 +1440,179 @@ return (
1440
1440
  > - [`dir` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir)
1441
1441
  > - [`aria-current` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)
1442
1442
 
1443
+ ### (वैकल्पिक) कदम 1 : अपने घटकों की सामग्री निकालें
1444
+
1445
+ यदि आपके पास मौजूदा कोडबेस है, तो हजारों फ़ाइलों को बदलना समय लेने वाला हो सकता है।
1446
+
1447
+ इस प्रक्रिया को आसान बनाने के लिए, Intlayer आपके घटकों को बदलने और सामग्री निकालने के लिए एक [कंपाइलर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/compiler.md) / [एक्सट्रैक्टर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/cli/extract.md) का प्रस्ताव करता है।
1448
+
1449
+ इसे सेट करने के लिए, आप अपनी `intlayer.config.ts` फ़ाइल में एक `compiler` अनुभाग जोड़ सकते हैं:
1450
+
1451
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
1452
+ import { type IntlayerConfig } from "intlayer";
1453
+
1454
+ const config: IntlayerConfig = {
1455
+ // ... आपका शेष कॉन्फ़िगरेशन
1456
+ compiler: {
1457
+ /**
1458
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
1459
+ */
1460
+ enabled: true,
1461
+
1462
+ /**
1463
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
1464
+ */
1465
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1466
+
1467
+ /**
1468
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
1469
+ */
1470
+ saveComponents: false,
1471
+
1472
+ /**
1473
+ * शब्दकोश कुंजी उपसर्ग
1474
+ */
1475
+ dictionaryKeyPrefix: "",
1476
+ },
1477
+ };
1478
+
1479
+ export default config;
1480
+ ```
1481
+
1482
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
1483
+ /** @type {import('intlayer').IntlayerConfig} */
1484
+ const config = {
1485
+ // ... आपका शेष कॉन्फ़िगरेशन
1486
+ compiler: {
1487
+ /**
1488
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
1489
+ */
1490
+ enabled: true,
1491
+
1492
+ /**
1493
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
1494
+ */
1495
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1496
+
1497
+ /**
1498
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
1499
+ */
1500
+ saveComponents: false,
1501
+
1502
+ /**
1503
+ * शब्दकोश कुंजी उपसर्ग
1504
+ */
1505
+ dictionaryKeyPrefix: "",
1506
+ },
1507
+ };
1508
+
1509
+ export default config;
1510
+ ```
1511
+
1512
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
1513
+ /** @type {import('intlayer').IntlayerConfig} */
1514
+ const config = {
1515
+ // ... आपका शेष कॉन्फ़िगरेशन
1516
+ compiler: {
1517
+ /**
1518
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
1519
+ */
1520
+ enabled: true,
1521
+
1522
+ /**
1523
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
1524
+ */
1525
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
1526
+
1527
+ /**
1528
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
1529
+ */
1530
+ saveComponents: false,
1531
+
1532
+ /**
1533
+ * शब्दकोश कुंजी उपसर्ग
1534
+ */
1535
+ dictionaryKeyPrefix: "",
1536
+ },
1537
+ };
1538
+
1539
+ module.exports = config;
1540
+ ```
1541
+
1542
+ <Tabs>
1543
+ <Tab value='निकालें कमांड'>
1544
+
1545
+ अपने घटकों को बदलने और सामग्री निकालने के लिए एक्सट्रैक्टर चलाएँ
1546
+
1547
+ ```bash packageManager="npm"
1548
+ npx intlayer extract
1549
+ ```
1550
+
1551
+ ```bash packageManager="pnpm"
1552
+ pnpm intlayer extract
1553
+ ```
1554
+
1555
+ ```bash packageManager="yarn"
1556
+ yarn intlayer extract
1557
+ ```
1558
+
1559
+ ```bash packageManager="bun"
1560
+ bunx intlayer extract
1561
+ ```
1562
+
1563
+ </Tab>
1564
+ <Tab value='बैबेल कंपाइलर'>
1565
+
1566
+ ```bash packageManager="npm"
1567
+ npm install @intlayer/babel --save-dev
1568
+ ```
1569
+
1570
+ ```bash packageManager="pnpm"
1571
+ pnpm add @intlayer/babel --save-dev
1572
+ ```
1573
+
1574
+ ```bash packageManager="yarn"
1575
+ yarn add @intlayer/babel --save-dev
1576
+ ```
1577
+
1578
+ ```bash packageManager="bun"
1579
+ bun add @intlayer/babel --dev
1580
+ ```
1581
+
1582
+ ```js fileName="babel.config.js"
1583
+ const {
1584
+ intlayerExtractBabelPlugin,
1585
+ getExtractPluginOptions,
1586
+ } = require("@intlayer/babel");
1587
+
1588
+ module.exports = {
1589
+ presets: ["next/babel"],
1590
+ plugins: [
1591
+ // घटकों से शब्दकोशों में सामग्री निकालें
1592
+ [intlayerExtractBabelPlugin, getExtractPluginOptions()],
1593
+ ],
1594
+ };
1595
+ ```
1596
+
1597
+ ```bash packageManager="npm"
1598
+ npm run build # या npm run dev
1599
+ ```
1600
+
1601
+ ```bash packageManager="pnpm"
1602
+ pnpm run build # Or pnpm run dev
1603
+ ```
1604
+
1605
+ ```bash packageManager="yarn"
1606
+ yarn build # Or yarn dev
1607
+ ```
1608
+
1609
+ ```bash packageManager="bun"
1610
+ bun run build # Or bun run dev
1611
+ ```
1612
+
1613
+ </Tab>
1614
+ </Tabs>
1615
+
1443
1616
  ### (वैकल्पिक) चरण 11: एक स्थानीयकृत लिंक कॉम्पोनेंट बनाना
1444
1617
 
1445
1618
  यह सुनिश्चित करने के लिए कि आपके एप्लिकेशन का नेविगेशन वर्तमान लोकल का सम्मान करता है, आप एक कस्टम `Link` कॉम्पोनेंट बना सकते हैं। यह कॉम्पोनेंट स्वचालित रूप से आंतरिक URL को वर्तमान भाषा के साथ प्रीफ़िक्स करता है। उदाहरण के लिए, जब कोई फ़्रेंच भाषी उपयोगकर्ता "About" पृष्ठ के लिंक पर क्लिक करता है, तो उन्हें `/about` के बजाय `/fr/about` पर पुनर्निर्देशित किया जाता है।
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2026-01-10
3
- updatedAt: 2026-01-10
3
+ updatedAt: 2026-03-12
4
4
  title: Next.js i18n - मौजूदा Next.js ऐप को बहुभाषी ऐप में बदलें 2026 में
5
5
  description: जानें कि Intlayer Compiler का उपयोग करके अपने मौजूदा Next.js एप्लिकेशन को बहुभाषी कैसे बनाया जाए। AI का उपयोग करके अपने ऐप का अंतर्राष्ट्रीयकरण (i18n) और अनुवाद करने के लिए दस्तावेज़ का पालन करें।
6
6
  keywords:
@@ -501,6 +501,179 @@ Intlayer के साथ आपके विकास के अनुभव
501
501
 
502
502
  एक्सटेंशन का उपयोग करने के बारे में अधिक विवरण के लिए [Intlayer VS Code एक्सटेंशन दस्तावेज़](https://intlayer.org/doc/vs-code-extension) पढ़ें।
503
503
 
504
+ ### (वैकल्पिक) कदम 1 : अपने घटकों की सामग्री निकालें
505
+
506
+ यदि आपके पास मौजूदा कोडबेस है, तो हजारों फ़ाइलों को बदलना समय लेने वाला हो सकता है।
507
+
508
+ इस प्रक्रिया को आसान बनाने के लिए, Intlayer आपके घटकों को बदलने और सामग्री निकालने के लिए एक [कंपाइलर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/compiler.md) / [एक्सट्रैक्टर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/cli/extract.md) का प्रस्ताव करता है।
509
+
510
+ इसे सेट करने के लिए, आप अपनी `intlayer.config.ts` फ़ाइल में एक `compiler` अनुभाग जोड़ सकते हैं:
511
+
512
+ ```typescript fileName="intlayer.config.ts" codeFormat="typescript"
513
+ import { type IntlayerConfig } from "intlayer";
514
+
515
+ const config: IntlayerConfig = {
516
+ // ... आपका शेष कॉन्फ़िगरेशन
517
+ compiler: {
518
+ /**
519
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
520
+ */
521
+ enabled: true,
522
+
523
+ /**
524
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
525
+ */
526
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
527
+
528
+ /**
529
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
530
+ */
531
+ saveComponents: false,
532
+
533
+ /**
534
+ * शब्दकोश कुंजी उपसर्ग
535
+ */
536
+ dictionaryKeyPrefix: "",
537
+ },
538
+ };
539
+
540
+ export default config;
541
+ ```
542
+
543
+ ```javascript fileName="intlayer.config.mjs" codeFormat="esm"
544
+ /** @type {import('intlayer').IntlayerConfig} */
545
+ const config = {
546
+ // ... आपका शेष कॉन्फ़िगरेशन
547
+ compiler: {
548
+ /**
549
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
550
+ */
551
+ enabled: true,
552
+
553
+ /**
554
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
555
+ */
556
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
557
+
558
+ /**
559
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
560
+ */
561
+ saveComponents: false,
562
+
563
+ /**
564
+ * शब्दकोश कुंजी उपसर्ग
565
+ */
566
+ dictionaryKeyPrefix: "",
567
+ },
568
+ };
569
+
570
+ export default config;
571
+ ```
572
+
573
+ ```javascript fileName="intlayer.config.cjs" codeFormat="commonjs"
574
+ /** @type {import('intlayer').IntlayerConfig} */
575
+ const config = {
576
+ // ... आपका शेष कॉन्फ़िगरेशन
577
+ compiler: {
578
+ /**
579
+ * इंगित करता है कि क्या कंपाइलर सक्षम होना चाहिए।
580
+ */
581
+ enabled: true,
582
+
583
+ /**
584
+ * आउटपुट फ़ाइलों का पथ परिभाषित करता है
585
+ */
586
+ output: ({ fileName, extension }) => `./${fileName}${extension}`,
587
+
588
+ /**
589
+ * इंगित करता है कि क्या घटकों को बदलने के बाद सहेजा जाना चाहिए। उस तरह से, कंपाइलर को ऐप बदलने के लिए केवल एक बार चलाया जा सकता है, और फिर इसे हटाया जा सकता है।
590
+ */
591
+ saveComponents: false,
592
+
593
+ /**
594
+ * शब्दकोश कुंजी उपसर्ग
595
+ */
596
+ dictionaryKeyPrefix: "",
597
+ },
598
+ };
599
+
600
+ module.exports = config;
601
+ ```
602
+
603
+ <Tabs>
604
+ <Tab value='निकालें कमांड'>
605
+
606
+ अपने घटकों को बदलने और सामग्री निकालने के लिए एक्सट्रैक्टर चलाएँ
607
+
608
+ ```bash packageManager="npm"
609
+ npx intlayer extract
610
+ ```
611
+
612
+ ```bash packageManager="pnpm"
613
+ pnpm intlayer extract
614
+ ```
615
+
616
+ ```bash packageManager="yarn"
617
+ yarn intlayer extract
618
+ ```
619
+
620
+ ```bash packageManager="bun"
621
+ bunx intlayer extract
622
+ ```
623
+
624
+ </Tab>
625
+ <Tab value='बैबेल कंपाइलर'>
626
+
627
+ ```bash packageManager="npm"
628
+ npm install @intlayer/babel --save-dev
629
+ ```
630
+
631
+ ```bash packageManager="pnpm"
632
+ pnpm add @intlayer/babel --save-dev
633
+ ```
634
+
635
+ ```bash packageManager="yarn"
636
+ yarn add @intlayer/babel --save-dev
637
+ ```
638
+
639
+ ```bash packageManager="bun"
640
+ bun add @intlayer/babel --dev
641
+ ```
642
+
643
+ ```js fileName="babel.config.js"
644
+ const {
645
+ intlayerExtractBabelPlugin,
646
+ getExtractPluginOptions,
647
+ } = require("@intlayer/babel");
648
+
649
+ module.exports = {
650
+ presets: ["next/babel"],
651
+ plugins: [
652
+ // घटकों से शब्दकोशों में सामग्री निकालें
653
+ [intlayerExtractBabelPlugin, getExtractPluginOptions()],
654
+ ],
655
+ };
656
+ ```
657
+
658
+ ```bash packageManager="npm"
659
+ npm run build # या npm run dev
660
+ ```
661
+
662
+ ```bash packageManager="pnpm"
663
+ pnpm run build # Or pnpm run dev
664
+ ```
665
+
666
+ ```bash packageManager="yarn"
667
+ yarn build # Or yarn dev
668
+ ```
669
+
670
+ ```bash packageManager="bun"
671
+ bun run build # Or bun run dev
672
+ ```
673
+
674
+ </Tab>
675
+ </Tabs>
676
+
504
677
  ### आगे बढ़ें
505
678
 
506
679
  आगे बढ़ने के लिए, आप [विज़ुअल एडिटर](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/intlayer_visual_editor.md) लागू कर सकते हैं या [CMS](https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/intlayer_CMS.md) का उपयोग करके अपनी सामग्री को बाहरी बना सकते हैं।