@intlayer/docs 5.8.1-canary.0 → 6.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/blog/ar/rag_powered_documentation_assistant.md +282 -0
  2. package/blog/de/rag_powered_documentation_assistant.md +282 -0
  3. package/blog/en/rag_powered_documentation_assistant.md +289 -0
  4. package/blog/en-GB/rag_powered_documentation_assistant.md +284 -0
  5. package/blog/es/rag_powered_documentation_assistant.md +308 -0
  6. package/blog/fr/rag_powered_documentation_assistant.md +308 -0
  7. package/blog/hi/rag_powered_documentation_assistant.md +284 -0
  8. package/blog/it/rag_powered_documentation_assistant.md +284 -0
  9. package/blog/ja/rag_powered_documentation_assistant.md +284 -0
  10. package/blog/ko/rag_powered_documentation_assistant.md +283 -0
  11. package/blog/pt/rag_powered_documentation_assistant.md +284 -0
  12. package/blog/ru/rag_powered_documentation_assistant.md +284 -0
  13. package/blog/tr/index.md +69 -0
  14. package/blog/tr/internationalization_and_SEO.md +273 -0
  15. package/blog/tr/intlayer_with_i18next.md +162 -0
  16. package/blog/tr/intlayer_with_next-i18next.md +367 -0
  17. package/blog/tr/intlayer_with_next-intl.md +392 -0
  18. package/blog/tr/intlayer_with_react-i18next.md +346 -0
  19. package/blog/tr/intlayer_with_react-intl.md +345 -0
  20. package/blog/tr/list_i18n_technologies/CMS/drupal.md +143 -0
  21. package/blog/tr/list_i18n_technologies/CMS/wix.md +167 -0
  22. package/blog/tr/list_i18n_technologies/CMS/wordpress.md +188 -0
  23. package/blog/tr/list_i18n_technologies/frameworks/angular.md +125 -0
  24. package/blog/tr/list_i18n_technologies/frameworks/flutter.md +150 -0
  25. package/blog/tr/list_i18n_technologies/frameworks/react-native.md +217 -0
  26. package/blog/tr/list_i18n_technologies/frameworks/react.md +155 -0
  27. package/blog/tr/list_i18n_technologies/frameworks/svelte.md +129 -0
  28. package/blog/tr/list_i18n_technologies/frameworks/vue.md +130 -0
  29. package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +170 -0
  30. package/blog/tr/rag_powered_documentation_assistant.md +284 -0
  31. package/blog/tr/react-i18next_vs_react-intl_vs_intlayer.md +162 -0
  32. package/blog/tr/vue-i18n_vs_intlayer.md +276 -0
  33. package/blog/tr/what_is_internationalization.md +166 -0
  34. package/blog/zh/rag_powered_documentation_assistant.md +284 -0
  35. package/dist/cjs/generated/blog.entry.cjs +212 -0
  36. package/dist/cjs/generated/blog.entry.cjs.map +1 -1
  37. package/dist/cjs/generated/docs.entry.cjs +660 -132
  38. package/dist/cjs/generated/docs.entry.cjs.map +1 -1
  39. package/dist/cjs/generated/frequentQuestions.entry.cjs +84 -0
  40. package/dist/cjs/generated/frequentQuestions.entry.cjs.map +1 -1
  41. package/dist/cjs/generated/legal.entry.cjs +6 -0
  42. package/dist/cjs/generated/legal.entry.cjs.map +1 -1
  43. package/dist/esm/generated/blog.entry.mjs +212 -0
  44. package/dist/esm/generated/blog.entry.mjs.map +1 -1
  45. package/dist/esm/generated/docs.entry.mjs +660 -132
  46. package/dist/esm/generated/docs.entry.mjs.map +1 -1
  47. package/dist/esm/generated/frequentQuestions.entry.mjs +84 -0
  48. package/dist/esm/generated/frequentQuestions.entry.mjs.map +1 -1
  49. package/dist/esm/generated/legal.entry.mjs +6 -0
  50. package/dist/esm/generated/legal.entry.mjs.map +1 -1
  51. package/dist/types/generated/blog.entry.d.ts +1 -0
  52. package/dist/types/generated/blog.entry.d.ts.map +1 -1
  53. package/dist/types/generated/docs.entry.d.ts +5 -2
  54. package/dist/types/generated/docs.entry.d.ts.map +1 -1
  55. package/dist/types/generated/frequentQuestions.entry.d.ts.map +1 -1
  56. package/dist/types/generated/legal.entry.d.ts.map +1 -1
  57. package/docs/ar/autoFill.md +41 -40
  58. package/docs/ar/configuration.md +202 -199
  59. package/docs/ar/dictionary/content_file.md +1059 -0
  60. package/docs/ar/intlayer_CMS.md +4 -4
  61. package/docs/ar/intlayer_with_nestjs.md +271 -0
  62. package/docs/ar/intlayer_with_nextjs_page_router.md +1 -1
  63. package/docs/ar/intlayer_with_react_router_v7.md +533 -0
  64. package/docs/ar/intlayer_with_tanstack.md +465 -299
  65. package/docs/ar/intlayer_with_vite+preact.md +7 -7
  66. package/docs/ar/intlayer_with_vite+react.md +7 -7
  67. package/docs/ar/intlayer_with_vite+vue.md +9 -9
  68. package/docs/ar/packages/vite-intlayer/index.md +3 -3
  69. package/docs/ar/readme.md +261 -0
  70. package/docs/ar/testing.md +199 -0
  71. package/docs/de/autoFill.md +42 -19
  72. package/docs/de/configuration.md +155 -147
  73. package/docs/de/dictionary/content_file.md +1059 -0
  74. package/docs/de/intlayer_CMS.md +4 -5
  75. package/docs/de/intlayer_with_nestjs.md +270 -0
  76. package/docs/de/intlayer_with_nextjs_page_router.md +1 -1
  77. package/docs/de/intlayer_with_react_router_v7.md +537 -0
  78. package/docs/de/intlayer_with_tanstack.md +469 -302
  79. package/docs/de/intlayer_with_vite+preact.md +7 -7
  80. package/docs/de/intlayer_with_vite+react.md +7 -7
  81. package/docs/de/intlayer_with_vite+vue.md +9 -9
  82. package/docs/de/packages/vite-intlayer/index.md +3 -3
  83. package/docs/de/readme.md +261 -0
  84. package/docs/de/testing.md +200 -0
  85. package/docs/en/CI_CD.md +4 -6
  86. package/docs/en/autoFill.md +25 -5
  87. package/docs/en/configuration.md +45 -54
  88. package/docs/en/dictionary/content_file.md +1054 -0
  89. package/docs/en/intlayer_CMS.md +8 -7
  90. package/docs/en/intlayer_cli.md +112 -5
  91. package/docs/en/intlayer_with_nestjs.md +268 -0
  92. package/docs/en/intlayer_with_nextjs_page_router.md +1 -1
  93. package/docs/en/intlayer_with_react_router_v7.md +531 -0
  94. package/docs/en/intlayer_with_tanstack.md +463 -294
  95. package/docs/en/intlayer_with_vite+preact.md +8 -8
  96. package/docs/en/intlayer_with_vite+react.md +8 -8
  97. package/docs/en/intlayer_with_vite+vue.md +8 -8
  98. package/docs/en/packages/intlayer/getLocalizedUrl.md +102 -25
  99. package/docs/en/packages/vite-intlayer/index.md +3 -3
  100. package/docs/en/readme.md +261 -0
  101. package/docs/en/testing.md +200 -0
  102. package/docs/en-GB/autoFill.md +29 -6
  103. package/docs/en-GB/configuration.md +79 -71
  104. package/docs/en-GB/dictionary/content_file.md +1084 -0
  105. package/docs/en-GB/intlayer_CMS.md +4 -5
  106. package/docs/en-GB/intlayer_with_nestjs.md +268 -0
  107. package/docs/en-GB/intlayer_with_nextjs_page_router.md +1 -1
  108. package/docs/en-GB/intlayer_with_react_router_v7.md +533 -0
  109. package/docs/en-GB/intlayer_with_tanstack.md +466 -299
  110. package/docs/en-GB/intlayer_with_vite+preact.md +7 -7
  111. package/docs/en-GB/intlayer_with_vite+react.md +7 -7
  112. package/docs/en-GB/intlayer_with_vite+vue.md +9 -9
  113. package/docs/en-GB/packages/vite-intlayer/index.md +3 -3
  114. package/docs/en-GB/readme.md +261 -0
  115. package/docs/en-GB/testing.md +200 -0
  116. package/docs/es/autoFill.md +45 -23
  117. package/docs/es/configuration.md +171 -167
  118. package/docs/es/dictionary/content_file.md +1088 -0
  119. package/docs/es/intlayer_CMS.md +4 -5
  120. package/docs/es/intlayer_with_nestjs.md +268 -0
  121. package/docs/es/intlayer_with_nextjs_page_router.md +1 -1
  122. package/docs/es/intlayer_with_react_router_v7.md +533 -0
  123. package/docs/es/intlayer_with_tanstack.md +469 -280
  124. package/docs/es/intlayer_with_vite+preact.md +7 -7
  125. package/docs/es/intlayer_with_vite+react.md +7 -7
  126. package/docs/es/intlayer_with_vite+vue.md +9 -9
  127. package/docs/es/packages/vite-intlayer/index.md +3 -3
  128. package/docs/es/readme.md +261 -0
  129. package/docs/es/testing.md +200 -0
  130. package/docs/fr/autoFill.md +47 -24
  131. package/docs/fr/configuration.md +213 -198
  132. package/docs/fr/dictionary/content_file.md +1054 -0
  133. package/docs/fr/intlayer_CMS.md +4 -5
  134. package/docs/fr/intlayer_with_nestjs.md +268 -0
  135. package/docs/fr/intlayer_with_nextjs_page_router.md +1 -1
  136. package/docs/fr/intlayer_with_react_router_v7.md +549 -0
  137. package/docs/fr/intlayer_with_tanstack.md +465 -279
  138. package/docs/fr/intlayer_with_vite+preact.md +7 -7
  139. package/docs/fr/intlayer_with_vite+react.md +7 -7
  140. package/docs/fr/intlayer_with_vite+vue.md +9 -9
  141. package/docs/fr/packages/vite-intlayer/index.md +3 -3
  142. package/docs/fr/readme.md +261 -0
  143. package/docs/fr/testing.md +200 -0
  144. package/docs/hi/autoFill.md +47 -25
  145. package/docs/hi/configuration.md +194 -189
  146. package/docs/hi/dictionary/content_file.md +1056 -0
  147. package/docs/hi/intlayer_CMS.md +4 -5
  148. package/docs/hi/intlayer_with_nestjs.md +269 -0
  149. package/docs/hi/intlayer_with_nextjs_page_router.md +1 -1
  150. package/docs/hi/intlayer_with_react_router_v7.md +533 -0
  151. package/docs/hi/intlayer_with_tanstack.md +467 -282
  152. package/docs/hi/intlayer_with_vite+preact.md +7 -7
  153. package/docs/hi/intlayer_with_vite+react.md +7 -7
  154. package/docs/hi/intlayer_with_vite+vue.md +9 -9
  155. package/docs/hi/packages/vite-intlayer/index.md +3 -3
  156. package/docs/hi/readme.md +261 -0
  157. package/docs/hi/testing.md +200 -0
  158. package/docs/it/autoFill.md +46 -24
  159. package/docs/it/configuration.md +169 -161
  160. package/docs/it/dictionary/content_file.md +1061 -0
  161. package/docs/it/intlayer_CMS.md +4 -5
  162. package/docs/it/intlayer_with_nestjs.md +268 -0
  163. package/docs/it/intlayer_with_nextjs_page_router.md +1 -1
  164. package/docs/it/intlayer_with_react_router_v7.md +535 -0
  165. package/docs/it/intlayer_with_tanstack.md +467 -301
  166. package/docs/it/intlayer_with_vite+preact.md +7 -7
  167. package/docs/it/intlayer_with_vite+react.md +7 -7
  168. package/docs/it/intlayer_with_vite+vue.md +9 -9
  169. package/docs/it/packages/vite-intlayer/index.md +3 -3
  170. package/docs/it/readme.md +261 -0
  171. package/docs/it/testing.md +200 -0
  172. package/docs/ja/autoFill.md +45 -23
  173. package/docs/ja/configuration.md +243 -204
  174. package/docs/ja/dictionary/content_file.md +1064 -0
  175. package/docs/ja/intlayer_CMS.md +4 -5
  176. package/docs/ja/intlayer_with_nestjs.md +268 -0
  177. package/docs/ja/intlayer_with_nextjs_page_router.md +1 -1
  178. package/docs/ja/intlayer_with_react_router_v7.md +534 -0
  179. package/docs/ja/intlayer_with_tanstack.md +467 -303
  180. package/docs/ja/intlayer_with_vite+preact.md +7 -7
  181. package/docs/ja/intlayer_with_vite+react.md +7 -7
  182. package/docs/ja/intlayer_with_vite+vue.md +9 -9
  183. package/docs/ja/packages/vite-intlayer/index.md +3 -3
  184. package/docs/ja/readme.md +263 -0
  185. package/docs/ja/testing.md +200 -0
  186. package/docs/ko/autoFill.md +39 -16
  187. package/docs/ko/configuration.md +217 -197
  188. package/docs/ko/dictionary/content_file.md +1060 -0
  189. package/docs/ko/intlayer_CMS.md +4 -5
  190. package/docs/ko/intlayer_with_nestjs.md +268 -0
  191. package/docs/ko/intlayer_with_nextjs_page_router.md +1 -1
  192. package/docs/ko/intlayer_with_react_router_v7.md +540 -0
  193. package/docs/ko/intlayer_with_tanstack.md +466 -302
  194. package/docs/ko/intlayer_with_vite+preact.md +7 -7
  195. package/docs/ko/intlayer_with_vite+react.md +7 -7
  196. package/docs/ko/intlayer_with_vite+vue.md +9 -9
  197. package/docs/ko/packages/vite-intlayer/index.md +3 -3
  198. package/docs/ko/readme.md +261 -0
  199. package/docs/ko/testing.md +200 -0
  200. package/docs/pt/autoFill.md +39 -15
  201. package/docs/pt/configuration.md +165 -147
  202. package/docs/pt/dictionary/content_file.md +1062 -0
  203. package/docs/pt/intlayer_CMS.md +4 -5
  204. package/docs/pt/intlayer_with_nestjs.md +271 -0
  205. package/docs/pt/intlayer_with_nextjs_page_router.md +1 -1
  206. package/docs/pt/intlayer_with_react_router_v7.md +535 -0
  207. package/docs/pt/intlayer_with_tanstack.md +469 -300
  208. package/docs/pt/intlayer_with_vite+preact.md +7 -7
  209. package/docs/pt/intlayer_with_vite+react.md +7 -7
  210. package/docs/pt/intlayer_with_vite+vue.md +9 -9
  211. package/docs/pt/packages/vite-intlayer/index.md +3 -3
  212. package/docs/pt/readme.md +261 -0
  213. package/docs/pt/testing.md +200 -0
  214. package/docs/ru/autoFill.md +52 -30
  215. package/docs/ru/configuration.md +164 -117
  216. package/docs/ru/dictionary/content_file.md +1064 -0
  217. package/docs/ru/intlayer_CMS.md +4 -4
  218. package/docs/ru/intlayer_with_nestjs.md +270 -0
  219. package/docs/ru/intlayer_with_nextjs_page_router.md +1 -1
  220. package/docs/ru/intlayer_with_react_router_v7.md +534 -0
  221. package/docs/ru/intlayer_with_tanstack.md +470 -305
  222. package/docs/ru/intlayer_with_vite+preact.md +7 -7
  223. package/docs/ru/intlayer_with_vite+react.md +7 -7
  224. package/docs/ru/intlayer_with_vite+vue.md +9 -9
  225. package/docs/ru/packages/vite-intlayer/index.md +3 -3
  226. package/docs/ru/readme.md +261 -0
  227. package/docs/ru/testing.md +202 -0
  228. package/docs/tr/CI_CD.md +198 -0
  229. package/docs/tr/autoFill.md +201 -0
  230. package/docs/tr/configuration.md +585 -0
  231. package/docs/tr/dictionary/condition.md +243 -0
  232. package/docs/tr/dictionary/content_file.md +1055 -0
  233. package/docs/tr/dictionary/enumeration.md +251 -0
  234. package/docs/tr/dictionary/file.md +228 -0
  235. package/docs/tr/dictionary/function_fetching.md +218 -0
  236. package/docs/tr/dictionary/gender.md +279 -0
  237. package/docs/tr/dictionary/insertion.md +191 -0
  238. package/docs/tr/dictionary/markdown.md +385 -0
  239. package/docs/tr/dictionary/nesting.md +279 -0
  240. package/docs/tr/dictionary/translation.md +315 -0
  241. package/docs/tr/formatters.md +618 -0
  242. package/docs/tr/how_works_intlayer.md +254 -0
  243. package/docs/tr/index.md +168 -0
  244. package/docs/tr/interest_of_intlayer.md +288 -0
  245. package/docs/tr/intlayer_CMS.md +347 -0
  246. package/docs/tr/intlayer_cli.md +570 -0
  247. package/docs/tr/intlayer_visual_editor.md +269 -0
  248. package/docs/tr/intlayer_with_angular.md +694 -0
  249. package/docs/tr/intlayer_with_create_react_app.md +1218 -0
  250. package/docs/tr/intlayer_with_express.md +415 -0
  251. package/docs/tr/intlayer_with_lynx+react.md +511 -0
  252. package/docs/tr/intlayer_with_nestjs.md +268 -0
  253. package/docs/tr/intlayer_with_nextjs_14.md +1029 -0
  254. package/docs/tr/intlayer_with_nextjs_15.md +1506 -0
  255. package/docs/tr/intlayer_with_nextjs_page_router.md +1484 -0
  256. package/docs/tr/intlayer_with_nuxt.md +773 -0
  257. package/docs/tr/intlayer_with_react_native+expo.md +660 -0
  258. package/docs/tr/intlayer_with_react_router_v7.md +531 -0
  259. package/docs/tr/intlayer_with_tanstack.md +452 -0
  260. package/docs/tr/intlayer_with_vite+preact.md +1673 -0
  261. package/docs/tr/intlayer_with_vite+react.md +1632 -0
  262. package/docs/tr/intlayer_with_vite+solid.md +288 -0
  263. package/docs/tr/intlayer_with_vite+svelte.md +288 -0
  264. package/docs/tr/intlayer_with_vite+vue.md +1042 -0
  265. package/docs/tr/introduction.md +209 -0
  266. package/docs/tr/locale_mapper.md +244 -0
  267. package/docs/tr/mcp_server.md +207 -0
  268. package/docs/tr/packages/@intlayer/api/index.md +58 -0
  269. package/docs/tr/packages/@intlayer/chokidar/index.md +57 -0
  270. package/docs/tr/packages/@intlayer/cli/index.md +47 -0
  271. package/docs/tr/packages/@intlayer/config/index.md +142 -0
  272. package/docs/tr/packages/@intlayer/core/index.md +51 -0
  273. package/docs/tr/packages/@intlayer/design-system/index.md +47 -0
  274. package/docs/tr/packages/@intlayer/dictionary-entry/index.md +53 -0
  275. package/docs/tr/packages/@intlayer/editor/index.md +47 -0
  276. package/docs/tr/packages/@intlayer/editor-react/index.md +47 -0
  277. package/docs/tr/packages/@intlayer/webpack/index.md +61 -0
  278. package/docs/tr/packages/angular-intlayer/index.md +59 -0
  279. package/docs/tr/packages/express-intlayer/index.md +258 -0
  280. package/docs/tr/packages/express-intlayer/t.md +459 -0
  281. package/docs/tr/packages/intlayer/getConfiguration.md +151 -0
  282. package/docs/tr/packages/intlayer/getEnumeration.md +165 -0
  283. package/docs/tr/packages/intlayer/getHTMLTextDir.md +127 -0
  284. package/docs/tr/packages/intlayer/getLocaleLang.md +87 -0
  285. package/docs/tr/packages/intlayer/getLocaleName.md +124 -0
  286. package/docs/tr/packages/intlayer/getLocalizedUrl.md +324 -0
  287. package/docs/tr/packages/intlayer/getMultilingualUrls.md +225 -0
  288. package/docs/tr/packages/intlayer/getPathWithoutLocale.md +81 -0
  289. package/docs/tr/packages/intlayer/getTranslation.md +196 -0
  290. package/docs/tr/packages/intlayer/getTranslationContent.md +195 -0
  291. package/docs/tr/packages/intlayer/index.md +505 -0
  292. package/docs/tr/packages/intlayer-cli/index.md +71 -0
  293. package/docs/tr/packages/intlayer-editor/index.md +139 -0
  294. package/docs/tr/packages/lynx-intlayer/index.md +85 -0
  295. package/docs/tr/packages/next-intlayer/index.md +154 -0
  296. package/docs/tr/packages/next-intlayer/t.md +354 -0
  297. package/docs/tr/packages/next-intlayer/useDictionary.md +270 -0
  298. package/docs/tr/packages/next-intlayer/useIntlayer.md +265 -0
  299. package/docs/tr/packages/next-intlayer/useLocale.md +133 -0
  300. package/docs/tr/packages/nuxt-intlayer/index.md +59 -0
  301. package/docs/tr/packages/preact-intlayer/index.md +55 -0
  302. package/docs/tr/packages/react-intlayer/index.md +148 -0
  303. package/docs/tr/packages/react-intlayer/t.md +304 -0
  304. package/docs/tr/packages/react-intlayer/useDictionary.md +554 -0
  305. package/docs/tr/packages/react-intlayer/useI18n.md +478 -0
  306. package/docs/tr/packages/react-intlayer/useIntlayer.md +253 -0
  307. package/docs/tr/packages/react-intlayer/useLocale.md +212 -0
  308. package/docs/tr/packages/react-native-intlayer/index.md +85 -0
  309. package/docs/tr/packages/react-scripts-intlayer/index.md +82 -0
  310. package/docs/tr/packages/solid-intlayer/index.md +56 -0
  311. package/docs/tr/packages/svelte-intlayer/index.md +55 -0
  312. package/docs/tr/packages/vite-intlayer/index.md +82 -0
  313. package/docs/tr/packages/vue-intlayer/index.md +59 -0
  314. package/docs/tr/per_locale_file.md +321 -0
  315. package/docs/tr/readme.md +261 -0
  316. package/docs/tr/roadmap.md +338 -0
  317. package/docs/tr/testing.md +200 -0
  318. package/docs/tr/vs_code_extension.md +154 -0
  319. package/docs/zh/autoFill.md +40 -18
  320. package/docs/zh/configuration.md +245 -226
  321. package/docs/zh/dictionary/content_file.md +1064 -0
  322. package/docs/zh/intlayer_CMS.md +4 -5
  323. package/docs/zh/intlayer_with_nestjs.md +268 -0
  324. package/docs/zh/intlayer_with_nextjs_page_router.md +1 -1
  325. package/docs/zh/intlayer_with_react_router_v7.md +535 -0
  326. package/docs/zh/intlayer_with_tanstack.md +468 -278
  327. package/docs/zh/intlayer_with_vite+preact.md +7 -7
  328. package/docs/zh/intlayer_with_vite+react.md +7 -7
  329. package/docs/zh/intlayer_with_vite+vue.md +7 -7
  330. package/docs/zh/packages/vite-intlayer/index.md +3 -3
  331. package/docs/zh/readme.md +261 -0
  332. package/docs/zh/testing.md +198 -0
  333. package/frequent_questions/tr/SSR_Next_no_[locale].md +105 -0
  334. package/frequent_questions/tr/array_as_content_declaration.md +72 -0
  335. package/frequent_questions/tr/build_dictionaries.md +59 -0
  336. package/frequent_questions/tr/build_error_CI_CD.md +75 -0
  337. package/frequent_questions/tr/customized_locale_list.md +65 -0
  338. package/frequent_questions/tr/domain_routing.md +114 -0
  339. package/frequent_questions/tr/esbuild_error.md +30 -0
  340. package/frequent_questions/tr/get_locale_cookie.md +142 -0
  341. package/frequent_questions/tr/intlayer_command_undefined.md +156 -0
  342. package/frequent_questions/tr/locale_incorect_in_url.md +74 -0
  343. package/frequent_questions/tr/static_rendering.md +45 -0
  344. package/frequent_questions/tr/translated_path_url.md +56 -0
  345. package/frequent_questions/tr/unknown_command.md +98 -0
  346. package/legal/tr/privacy_notice.md +83 -0
  347. package/legal/tr/terms_of_service.md +55 -0
  348. package/package.json +13 -13
  349. package/src/generated/blog.entry.ts +212 -0
  350. package/src/generated/docs.entry.ts +663 -135
  351. package/src/generated/frequentQuestions.entry.ts +85 -1
  352. package/src/generated/legal.entry.ts +7 -1
  353. package/docs/ar/dictionary/content_extention_customization.md +0 -100
  354. package/docs/ar/dictionary/get_started.md +0 -527
  355. package/docs/de/dictionary/content_extention_customization.md +0 -100
  356. package/docs/de/dictionary/get_started.md +0 -531
  357. package/docs/en/dictionary/content_extention_customization.md +0 -102
  358. package/docs/en/dictionary/get_started.md +0 -529
  359. package/docs/en-GB/dictionary/content_extention_customization.md +0 -100
  360. package/docs/en-GB/dictionary/get_started.md +0 -591
  361. package/docs/es/dictionary/content_extention_customization.md +0 -100
  362. package/docs/es/dictionary/get_started.md +0 -527
  363. package/docs/fr/dictionary/content_extention_customization.md +0 -100
  364. package/docs/fr/dictionary/get_started.md +0 -527
  365. package/docs/hi/dictionary/content_extention_customization.md +0 -100
  366. package/docs/hi/dictionary/get_started.md +0 -527
  367. package/docs/it/dictionary/content_extention_customization.md +0 -113
  368. package/docs/it/dictionary/get_started.md +0 -573
  369. package/docs/ja/dictionary/content_extention_customization.md +0 -113
  370. package/docs/ja/dictionary/get_started.md +0 -576
  371. package/docs/ko/dictionary/content_extention_customization.md +0 -100
  372. package/docs/ko/dictionary/get_started.md +0 -530
  373. package/docs/pt/dictionary/content_extention_customization.md +0 -100
  374. package/docs/pt/dictionary/get_started.md +0 -532
  375. package/docs/ru/dictionary/content_extention_customization.md +0 -100
  376. package/docs/ru/dictionary/get_started.md +0 -575
  377. package/docs/zh/dictionary/content_extention_customization.md +0 -117
  378. package/docs/zh/dictionary/get_started.md +0 -533
@@ -67,6 +67,9 @@ const docsEntry = {
67
67
  ),
68
68
  hi: Promise.resolve(
69
69
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/CI_CD.md"), "utf8")
70
+ ),
71
+ tr: Promise.resolve(
72
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/CI_CD.md"), "utf8")
70
73
  )
71
74
  },
72
75
  "./docs/en/autoFill.md": {
@@ -108,6 +111,9 @@ const docsEntry = {
108
111
  ),
109
112
  hi: Promise.resolve(
110
113
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/autoFill.md"), "utf8")
114
+ ),
115
+ tr: Promise.resolve(
116
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/autoFill.md"), "utf8")
111
117
  )
112
118
  },
113
119
  "./docs/en/configuration.md": {
@@ -149,6 +155,9 @@ const docsEntry = {
149
155
  ),
150
156
  hi: Promise.resolve(
151
157
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/configuration.md"), "utf8")
158
+ ),
159
+ tr: Promise.resolve(
160
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/configuration.md"), "utf8")
152
161
  )
153
162
  },
154
163
  "./docs/en/dictionary/condition.md": {
@@ -190,125 +199,56 @@ const docsEntry = {
190
199
  ),
191
200
  hi: Promise.resolve(
192
201
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/condition.md"), "utf8")
202
+ ),
203
+ tr: Promise.resolve(
204
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/condition.md"), "utf8")
193
205
  )
194
206
  },
195
- "./docs/en/dictionary/content_extention_customization.md": {
207
+ "./docs/en/dictionary/content_file.md": {
196
208
  en: Promise.resolve(
197
- (0, import_promises.readFile)(
198
- (0, import_path.join)(
199
- dir,
200
- "../../../docs/en/dictionary/content_extention_customization.md"
201
- ),
202
- "utf8"
203
- )
209
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en/dictionary/content_file.md"), "utf8")
204
210
  ),
205
211
  fr: Promise.resolve(
206
- (0, import_promises.readFile)(
207
- (0, import_path.join)(
208
- dir,
209
- "../../../docs/fr/dictionary/content_extention_customization.md"
210
- ),
211
- "utf8"
212
- )
212
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/fr/dictionary/content_file.md"), "utf8")
213
213
  ),
214
214
  ru: Promise.resolve(
215
- (0, import_promises.readFile)(
216
- (0, import_path.join)(
217
- dir,
218
- "../../../docs/ru/dictionary/content_extention_customization.md"
219
- ),
220
- "utf8"
221
- )
215
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ru/dictionary/content_file.md"), "utf8")
222
216
  ),
223
217
  ja: Promise.resolve(
224
- (0, import_promises.readFile)(
225
- (0, import_path.join)(
226
- dir,
227
- "../../../docs/ja/dictionary/content_extention_customization.md"
228
- ),
229
- "utf8"
230
- )
218
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ja/dictionary/content_file.md"), "utf8")
231
219
  ),
232
220
  ko: Promise.resolve(
233
- (0, import_promises.readFile)(
234
- (0, import_path.join)(
235
- dir,
236
- "../../../docs/ko/dictionary/content_extention_customization.md"
237
- ),
238
- "utf8"
239
- )
221
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ko/dictionary/content_file.md"), "utf8")
240
222
  ),
241
223
  zh: Promise.resolve(
242
- (0, import_promises.readFile)(
243
- (0, import_path.join)(
244
- dir,
245
- "../../../docs/zh/dictionary/content_extention_customization.md"
246
- ),
247
- "utf8"
248
- )
224
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/zh/dictionary/content_file.md"), "utf8")
249
225
  ),
250
226
  es: Promise.resolve(
251
- (0, import_promises.readFile)(
252
- (0, import_path.join)(
253
- dir,
254
- "../../../docs/es/dictionary/content_extention_customization.md"
255
- ),
256
- "utf8"
257
- )
227
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/es/dictionary/content_file.md"), "utf8")
258
228
  ),
259
229
  de: Promise.resolve(
260
- (0, import_promises.readFile)(
261
- (0, import_path.join)(
262
- dir,
263
- "../../../docs/de/dictionary/content_extention_customization.md"
264
- ),
265
- "utf8"
266
- )
230
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/de/dictionary/content_file.md"), "utf8")
267
231
  ),
268
232
  ar: Promise.resolve(
269
- (0, import_promises.readFile)(
270
- (0, import_path.join)(
271
- dir,
272
- "../../../docs/ar/dictionary/content_extention_customization.md"
273
- ),
274
- "utf8"
275
- )
233
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ar/dictionary/content_file.md"), "utf8")
276
234
  ),
277
235
  pt: Promise.resolve(
278
- (0, import_promises.readFile)(
279
- (0, import_path.join)(
280
- dir,
281
- "../../../docs/pt/dictionary/content_extention_customization.md"
282
- ),
283
- "utf8"
284
- )
236
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/pt/dictionary/content_file.md"), "utf8")
285
237
  ),
286
238
  "en-GB": Promise.resolve(
287
239
  (0, import_promises.readFile)(
288
- (0, import_path.join)(
289
- dir,
290
- "../../../docs/en-GB/dictionary/content_extention_customization.md"
291
- ),
240
+ (0, import_path.join)(dir, "../../../docs/en-GB/dictionary/content_file.md"),
292
241
  "utf8"
293
242
  )
294
243
  ),
295
244
  it: Promise.resolve(
296
- (0, import_promises.readFile)(
297
- (0, import_path.join)(
298
- dir,
299
- "../../../docs/it/dictionary/content_extention_customization.md"
300
- ),
301
- "utf8"
302
- )
245
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/it/dictionary/content_file.md"), "utf8")
303
246
  ),
304
247
  hi: Promise.resolve(
305
- (0, import_promises.readFile)(
306
- (0, import_path.join)(
307
- dir,
308
- "../../../docs/hi/dictionary/content_extention_customization.md"
309
- ),
310
- "utf8"
311
- )
248
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/content_file.md"), "utf8")
249
+ ),
250
+ tr: Promise.resolve(
251
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/content_file.md"), "utf8")
312
252
  )
313
253
  },
314
254
  "./docs/en/dictionary/enumeration.md": {
@@ -353,6 +293,9 @@ const docsEntry = {
353
293
  ),
354
294
  hi: Promise.resolve(
355
295
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/enumeration.md"), "utf8")
296
+ ),
297
+ tr: Promise.resolve(
298
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/enumeration.md"), "utf8")
356
299
  )
357
300
  },
358
301
  "./docs/en/dictionary/file.md": {
@@ -394,6 +337,9 @@ const docsEntry = {
394
337
  ),
395
338
  hi: Promise.resolve(
396
339
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/file.md"), "utf8")
340
+ ),
341
+ tr: Promise.resolve(
342
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/file.md"), "utf8")
397
343
  )
398
344
  },
399
345
  "./docs/en/dictionary/function_fetching.md": {
@@ -474,6 +420,12 @@ const docsEntry = {
474
420
  (0, import_path.join)(dir, "../../../docs/hi/dictionary/function_fetching.md"),
475
421
  "utf8"
476
422
  )
423
+ ),
424
+ tr: Promise.resolve(
425
+ (0, import_promises.readFile)(
426
+ (0, import_path.join)(dir, "../../../docs/tr/dictionary/function_fetching.md"),
427
+ "utf8"
428
+ )
477
429
  )
478
430
  },
479
431
  "./docs/en/dictionary/gender.md": {
@@ -515,50 +467,9 @@ const docsEntry = {
515
467
  ),
516
468
  hi: Promise.resolve(
517
469
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/gender.md"), "utf8")
518
- )
519
- },
520
- "./docs/en/dictionary/get_started.md": {
521
- en: Promise.resolve(
522
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en/dictionary/get_started.md"), "utf8")
523
- ),
524
- fr: Promise.resolve(
525
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/fr/dictionary/get_started.md"), "utf8")
526
- ),
527
- ru: Promise.resolve(
528
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ru/dictionary/get_started.md"), "utf8")
529
- ),
530
- ja: Promise.resolve(
531
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ja/dictionary/get_started.md"), "utf8")
532
- ),
533
- ko: Promise.resolve(
534
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ko/dictionary/get_started.md"), "utf8")
535
- ),
536
- zh: Promise.resolve(
537
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/zh/dictionary/get_started.md"), "utf8")
538
- ),
539
- es: Promise.resolve(
540
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/es/dictionary/get_started.md"), "utf8")
541
- ),
542
- de: Promise.resolve(
543
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/de/dictionary/get_started.md"), "utf8")
544
- ),
545
- ar: Promise.resolve(
546
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ar/dictionary/get_started.md"), "utf8")
547
- ),
548
- pt: Promise.resolve(
549
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/pt/dictionary/get_started.md"), "utf8")
550
- ),
551
- "en-GB": Promise.resolve(
552
- (0, import_promises.readFile)(
553
- (0, import_path.join)(dir, "../../../docs/en-GB/dictionary/get_started.md"),
554
- "utf8"
555
- )
556
470
  ),
557
- it: Promise.resolve(
558
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/it/dictionary/get_started.md"), "utf8")
559
- ),
560
- hi: Promise.resolve(
561
- (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/get_started.md"), "utf8")
471
+ tr: Promise.resolve(
472
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/gender.md"), "utf8")
562
473
  )
563
474
  },
564
475
  "./docs/en/dictionary/insertion.md": {
@@ -600,6 +511,9 @@ const docsEntry = {
600
511
  ),
601
512
  hi: Promise.resolve(
602
513
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/insertion.md"), "utf8")
514
+ ),
515
+ tr: Promise.resolve(
516
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/insertion.md"), "utf8")
603
517
  )
604
518
  },
605
519
  "./docs/en/dictionary/markdown.md": {
@@ -641,6 +555,9 @@ const docsEntry = {
641
555
  ),
642
556
  hi: Promise.resolve(
643
557
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/markdown.md"), "utf8")
558
+ ),
559
+ tr: Promise.resolve(
560
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/markdown.md"), "utf8")
644
561
  )
645
562
  },
646
563
  "./docs/en/dictionary/nesting.md": {
@@ -682,6 +599,9 @@ const docsEntry = {
682
599
  ),
683
600
  hi: Promise.resolve(
684
601
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/nesting.md"), "utf8")
602
+ ),
603
+ tr: Promise.resolve(
604
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/nesting.md"), "utf8")
685
605
  )
686
606
  },
687
607
  "./docs/en/dictionary/translation.md": {
@@ -726,6 +646,9 @@ const docsEntry = {
726
646
  ),
727
647
  hi: Promise.resolve(
728
648
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/dictionary/translation.md"), "utf8")
649
+ ),
650
+ tr: Promise.resolve(
651
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/dictionary/translation.md"), "utf8")
729
652
  )
730
653
  },
731
654
  "./docs/en/formatters.md": {
@@ -767,6 +690,9 @@ const docsEntry = {
767
690
  ),
768
691
  hi: Promise.resolve(
769
692
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/formatters.md"), "utf8")
693
+ ),
694
+ tr: Promise.resolve(
695
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/formatters.md"), "utf8")
770
696
  )
771
697
  },
772
698
  "./docs/en/how_works_intlayer.md": {
@@ -808,6 +734,9 @@ const docsEntry = {
808
734
  ),
809
735
  hi: Promise.resolve(
810
736
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/how_works_intlayer.md"), "utf8")
737
+ ),
738
+ tr: Promise.resolve(
739
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/how_works_intlayer.md"), "utf8")
811
740
  )
812
741
  },
813
742
  "./docs/en/index.md": {
@@ -849,6 +778,9 @@ const docsEntry = {
849
778
  ),
850
779
  hi: Promise.resolve(
851
780
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/index.md"), "utf8")
781
+ ),
782
+ tr: Promise.resolve(
783
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/index.md"), "utf8")
852
784
  )
853
785
  },
854
786
  "./docs/en/interest_of_intlayer.md": {
@@ -890,6 +822,9 @@ const docsEntry = {
890
822
  ),
891
823
  hi: Promise.resolve(
892
824
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/interest_of_intlayer.md"), "utf8")
825
+ ),
826
+ tr: Promise.resolve(
827
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/interest_of_intlayer.md"), "utf8")
893
828
  )
894
829
  },
895
830
  "./docs/en/intlayer_CMS.md": {
@@ -931,6 +866,9 @@ const docsEntry = {
931
866
  ),
932
867
  hi: Promise.resolve(
933
868
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_CMS.md"), "utf8")
869
+ ),
870
+ tr: Promise.resolve(
871
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_CMS.md"), "utf8")
934
872
  )
935
873
  },
936
874
  "./docs/en/intlayer_cli.md": {
@@ -972,6 +910,9 @@ const docsEntry = {
972
910
  ),
973
911
  hi: Promise.resolve(
974
912
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_cli.md"), "utf8")
913
+ ),
914
+ tr: Promise.resolve(
915
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_cli.md"), "utf8")
975
916
  )
976
917
  },
977
918
  "./docs/en/intlayer_visual_editor.md": {
@@ -1016,6 +957,9 @@ const docsEntry = {
1016
957
  ),
1017
958
  hi: Promise.resolve(
1018
959
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_visual_editor.md"), "utf8")
960
+ ),
961
+ tr: Promise.resolve(
962
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_visual_editor.md"), "utf8")
1019
963
  )
1020
964
  },
1021
965
  "./docs/en/intlayer_with_angular.md": {
@@ -1060,6 +1004,9 @@ const docsEntry = {
1060
1004
  ),
1061
1005
  hi: Promise.resolve(
1062
1006
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_angular.md"), "utf8")
1007
+ ),
1008
+ tr: Promise.resolve(
1009
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_angular.md"), "utf8")
1063
1010
  )
1064
1011
  },
1065
1012
  "./docs/en/intlayer_with_create_react_app.md": {
@@ -1140,6 +1087,12 @@ const docsEntry = {
1140
1087
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_create_react_app.md"),
1141
1088
  "utf8"
1142
1089
  )
1090
+ ),
1091
+ tr: Promise.resolve(
1092
+ (0, import_promises.readFile)(
1093
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_create_react_app.md"),
1094
+ "utf8"
1095
+ )
1143
1096
  )
1144
1097
  },
1145
1098
  "./docs/en/intlayer_with_express.md": {
@@ -1184,6 +1137,9 @@ const docsEntry = {
1184
1137
  ),
1185
1138
  hi: Promise.resolve(
1186
1139
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_express.md"), "utf8")
1140
+ ),
1141
+ tr: Promise.resolve(
1142
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_express.md"), "utf8")
1187
1143
  )
1188
1144
  },
1189
1145
  "./docs/en/intlayer_with_lynx+react.md": {
@@ -1264,6 +1220,56 @@ const docsEntry = {
1264
1220
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_lynx+react.md"),
1265
1221
  "utf8"
1266
1222
  )
1223
+ ),
1224
+ tr: Promise.resolve(
1225
+ (0, import_promises.readFile)(
1226
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_lynx+react.md"),
1227
+ "utf8"
1228
+ )
1229
+ )
1230
+ },
1231
+ "./docs/en/intlayer_with_nestjs.md": {
1232
+ en: Promise.resolve(
1233
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en/intlayer_with_nestjs.md"), "utf8")
1234
+ ),
1235
+ fr: Promise.resolve(
1236
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/fr/intlayer_with_nestjs.md"), "utf8")
1237
+ ),
1238
+ ru: Promise.resolve(
1239
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ru/intlayer_with_nestjs.md"), "utf8")
1240
+ ),
1241
+ ja: Promise.resolve(
1242
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ja/intlayer_with_nestjs.md"), "utf8")
1243
+ ),
1244
+ ko: Promise.resolve(
1245
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ko/intlayer_with_nestjs.md"), "utf8")
1246
+ ),
1247
+ zh: Promise.resolve(
1248
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/zh/intlayer_with_nestjs.md"), "utf8")
1249
+ ),
1250
+ es: Promise.resolve(
1251
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/es/intlayer_with_nestjs.md"), "utf8")
1252
+ ),
1253
+ de: Promise.resolve(
1254
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/de/intlayer_with_nestjs.md"), "utf8")
1255
+ ),
1256
+ ar: Promise.resolve(
1257
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ar/intlayer_with_nestjs.md"), "utf8")
1258
+ ),
1259
+ pt: Promise.resolve(
1260
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/pt/intlayer_with_nestjs.md"), "utf8")
1261
+ ),
1262
+ "en-GB": Promise.resolve(
1263
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en-GB/intlayer_with_nestjs.md"), "utf8")
1264
+ ),
1265
+ it: Promise.resolve(
1266
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/it/intlayer_with_nestjs.md"), "utf8")
1267
+ ),
1268
+ hi: Promise.resolve(
1269
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_nestjs.md"), "utf8")
1270
+ ),
1271
+ tr: Promise.resolve(
1272
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_nestjs.md"), "utf8")
1267
1273
  )
1268
1274
  },
1269
1275
  "./docs/en/intlayer_with_nextjs_14.md": {
@@ -1308,6 +1314,9 @@ const docsEntry = {
1308
1314
  ),
1309
1315
  hi: Promise.resolve(
1310
1316
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_nextjs_14.md"), "utf8")
1317
+ ),
1318
+ tr: Promise.resolve(
1319
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_nextjs_14.md"), "utf8")
1311
1320
  )
1312
1321
  },
1313
1322
  "./docs/en/intlayer_with_nextjs_15.md": {
@@ -1352,6 +1361,9 @@ const docsEntry = {
1352
1361
  ),
1353
1362
  hi: Promise.resolve(
1354
1363
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_nextjs_15.md"), "utf8")
1364
+ ),
1365
+ tr: Promise.resolve(
1366
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_nextjs_15.md"), "utf8")
1355
1367
  )
1356
1368
  },
1357
1369
  "./docs/en/intlayer_with_nextjs_page_router.md": {
@@ -1432,6 +1444,12 @@ const docsEntry = {
1432
1444
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_nextjs_page_router.md"),
1433
1445
  "utf8"
1434
1446
  )
1447
+ ),
1448
+ tr: Promise.resolve(
1449
+ (0, import_promises.readFile)(
1450
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_nextjs_page_router.md"),
1451
+ "utf8"
1452
+ )
1435
1453
  )
1436
1454
  },
1437
1455
  "./docs/en/intlayer_with_nuxt.md": {
@@ -1473,6 +1491,9 @@ const docsEntry = {
1473
1491
  ),
1474
1492
  hi: Promise.resolve(
1475
1493
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_nuxt.md"), "utf8")
1494
+ ),
1495
+ tr: Promise.resolve(
1496
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_nuxt.md"), "utf8")
1476
1497
  )
1477
1498
  },
1478
1499
  "./docs/en/intlayer_with_react_native+expo.md": {
@@ -1553,6 +1574,98 @@ const docsEntry = {
1553
1574
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_react_native+expo.md"),
1554
1575
  "utf8"
1555
1576
  )
1577
+ ),
1578
+ tr: Promise.resolve(
1579
+ (0, import_promises.readFile)(
1580
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_react_native+expo.md"),
1581
+ "utf8"
1582
+ )
1583
+ )
1584
+ },
1585
+ "./docs/en/intlayer_with_react_router_v7.md": {
1586
+ en: Promise.resolve(
1587
+ (0, import_promises.readFile)(
1588
+ (0, import_path.join)(dir, "../../../docs/en/intlayer_with_react_router_v7.md"),
1589
+ "utf8"
1590
+ )
1591
+ ),
1592
+ fr: Promise.resolve(
1593
+ (0, import_promises.readFile)(
1594
+ (0, import_path.join)(dir, "../../../docs/fr/intlayer_with_react_router_v7.md"),
1595
+ "utf8"
1596
+ )
1597
+ ),
1598
+ ru: Promise.resolve(
1599
+ (0, import_promises.readFile)(
1600
+ (0, import_path.join)(dir, "../../../docs/ru/intlayer_with_react_router_v7.md"),
1601
+ "utf8"
1602
+ )
1603
+ ),
1604
+ ja: Promise.resolve(
1605
+ (0, import_promises.readFile)(
1606
+ (0, import_path.join)(dir, "../../../docs/ja/intlayer_with_react_router_v7.md"),
1607
+ "utf8"
1608
+ )
1609
+ ),
1610
+ ko: Promise.resolve(
1611
+ (0, import_promises.readFile)(
1612
+ (0, import_path.join)(dir, "../../../docs/ko/intlayer_with_react_router_v7.md"),
1613
+ "utf8"
1614
+ )
1615
+ ),
1616
+ zh: Promise.resolve(
1617
+ (0, import_promises.readFile)(
1618
+ (0, import_path.join)(dir, "../../../docs/zh/intlayer_with_react_router_v7.md"),
1619
+ "utf8"
1620
+ )
1621
+ ),
1622
+ es: Promise.resolve(
1623
+ (0, import_promises.readFile)(
1624
+ (0, import_path.join)(dir, "../../../docs/es/intlayer_with_react_router_v7.md"),
1625
+ "utf8"
1626
+ )
1627
+ ),
1628
+ de: Promise.resolve(
1629
+ (0, import_promises.readFile)(
1630
+ (0, import_path.join)(dir, "../../../docs/de/intlayer_with_react_router_v7.md"),
1631
+ "utf8"
1632
+ )
1633
+ ),
1634
+ ar: Promise.resolve(
1635
+ (0, import_promises.readFile)(
1636
+ (0, import_path.join)(dir, "../../../docs/ar/intlayer_with_react_router_v7.md"),
1637
+ "utf8"
1638
+ )
1639
+ ),
1640
+ pt: Promise.resolve(
1641
+ (0, import_promises.readFile)(
1642
+ (0, import_path.join)(dir, "../../../docs/pt/intlayer_with_react_router_v7.md"),
1643
+ "utf8"
1644
+ )
1645
+ ),
1646
+ "en-GB": Promise.resolve(
1647
+ (0, import_promises.readFile)(
1648
+ (0, import_path.join)(dir, "../../../docs/en-GB/intlayer_with_react_router_v7.md"),
1649
+ "utf8"
1650
+ )
1651
+ ),
1652
+ it: Promise.resolve(
1653
+ (0, import_promises.readFile)(
1654
+ (0, import_path.join)(dir, "../../../docs/it/intlayer_with_react_router_v7.md"),
1655
+ "utf8"
1656
+ )
1657
+ ),
1658
+ hi: Promise.resolve(
1659
+ (0, import_promises.readFile)(
1660
+ (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_react_router_v7.md"),
1661
+ "utf8"
1662
+ )
1663
+ ),
1664
+ tr: Promise.resolve(
1665
+ (0, import_promises.readFile)(
1666
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_react_router_v7.md"),
1667
+ "utf8"
1668
+ )
1556
1669
  )
1557
1670
  },
1558
1671
  "./docs/en/intlayer_with_tanstack.md": {
@@ -1597,6 +1710,9 @@ const docsEntry = {
1597
1710
  ),
1598
1711
  hi: Promise.resolve(
1599
1712
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_tanstack.md"), "utf8")
1713
+ ),
1714
+ tr: Promise.resolve(
1715
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_tanstack.md"), "utf8")
1600
1716
  )
1601
1717
  },
1602
1718
  "./docs/en/intlayer_with_vite+preact.md": {
@@ -1677,6 +1793,12 @@ const docsEntry = {
1677
1793
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_vite+preact.md"),
1678
1794
  "utf8"
1679
1795
  )
1796
+ ),
1797
+ tr: Promise.resolve(
1798
+ (0, import_promises.readFile)(
1799
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_vite+preact.md"),
1800
+ "utf8"
1801
+ )
1680
1802
  )
1681
1803
  },
1682
1804
  "./docs/en/intlayer_with_vite+react.md": {
@@ -1757,6 +1879,12 @@ const docsEntry = {
1757
1879
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_vite+react.md"),
1758
1880
  "utf8"
1759
1881
  )
1882
+ ),
1883
+ tr: Promise.resolve(
1884
+ (0, import_promises.readFile)(
1885
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_vite+react.md"),
1886
+ "utf8"
1887
+ )
1760
1888
  )
1761
1889
  },
1762
1890
  "./docs/en/intlayer_with_vite+solid.md": {
@@ -1837,6 +1965,12 @@ const docsEntry = {
1837
1965
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_vite+solid.md"),
1838
1966
  "utf8"
1839
1967
  )
1968
+ ),
1969
+ tr: Promise.resolve(
1970
+ (0, import_promises.readFile)(
1971
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_vite+solid.md"),
1972
+ "utf8"
1973
+ )
1840
1974
  )
1841
1975
  },
1842
1976
  "./docs/en/intlayer_with_vite+svelte.md": {
@@ -1917,6 +2051,12 @@ const docsEntry = {
1917
2051
  (0, import_path.join)(dir, "../../../docs/hi/intlayer_with_vite+svelte.md"),
1918
2052
  "utf8"
1919
2053
  )
2054
+ ),
2055
+ tr: Promise.resolve(
2056
+ (0, import_promises.readFile)(
2057
+ (0, import_path.join)(dir, "../../../docs/tr/intlayer_with_vite+svelte.md"),
2058
+ "utf8"
2059
+ )
1920
2060
  )
1921
2061
  },
1922
2062
  "./docs/en/intlayer_with_vite+vue.md": {
@@ -1961,6 +2101,9 @@ const docsEntry = {
1961
2101
  ),
1962
2102
  hi: Promise.resolve(
1963
2103
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/intlayer_with_vite+vue.md"), "utf8")
2104
+ ),
2105
+ tr: Promise.resolve(
2106
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/intlayer_with_vite+vue.md"), "utf8")
1964
2107
  )
1965
2108
  },
1966
2109
  "./docs/en/introduction.md": {
@@ -2002,6 +2145,9 @@ const docsEntry = {
2002
2145
  ),
2003
2146
  hi: Promise.resolve(
2004
2147
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/introduction.md"), "utf8")
2148
+ ),
2149
+ tr: Promise.resolve(
2150
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/introduction.md"), "utf8")
2005
2151
  )
2006
2152
  },
2007
2153
  "./docs/en/locale_mapper.md": {
@@ -2043,6 +2189,9 @@ const docsEntry = {
2043
2189
  ),
2044
2190
  hi: Promise.resolve(
2045
2191
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/locale_mapper.md"), "utf8")
2192
+ ),
2193
+ tr: Promise.resolve(
2194
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/locale_mapper.md"), "utf8")
2046
2195
  )
2047
2196
  },
2048
2197
  "./docs/en/mcp_server.md": {
@@ -2084,6 +2233,9 @@ const docsEntry = {
2084
2233
  ),
2085
2234
  hi: Promise.resolve(
2086
2235
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/mcp_server.md"), "utf8")
2236
+ ),
2237
+ tr: Promise.resolve(
2238
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/mcp_server.md"), "utf8")
2087
2239
  )
2088
2240
  },
2089
2241
  "./docs/en/packages/@intlayer/api/index.md": {
@@ -2164,6 +2316,12 @@ const docsEntry = {
2164
2316
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/api/index.md"),
2165
2317
  "utf8"
2166
2318
  )
2319
+ ),
2320
+ tr: Promise.resolve(
2321
+ (0, import_promises.readFile)(
2322
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/api/index.md"),
2323
+ "utf8"
2324
+ )
2167
2325
  )
2168
2326
  },
2169
2327
  "./docs/en/packages/@intlayer/chokidar/index.md": {
@@ -2244,6 +2402,12 @@ const docsEntry = {
2244
2402
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/chokidar/index.md"),
2245
2403
  "utf8"
2246
2404
  )
2405
+ ),
2406
+ tr: Promise.resolve(
2407
+ (0, import_promises.readFile)(
2408
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/chokidar/index.md"),
2409
+ "utf8"
2410
+ )
2247
2411
  )
2248
2412
  },
2249
2413
  "./docs/en/packages/@intlayer/cli/index.md": {
@@ -2324,6 +2488,12 @@ const docsEntry = {
2324
2488
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/cli/index.md"),
2325
2489
  "utf8"
2326
2490
  )
2491
+ ),
2492
+ tr: Promise.resolve(
2493
+ (0, import_promises.readFile)(
2494
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/cli/index.md"),
2495
+ "utf8"
2496
+ )
2327
2497
  )
2328
2498
  },
2329
2499
  "./docs/en/packages/@intlayer/config/index.md": {
@@ -2404,6 +2574,12 @@ const docsEntry = {
2404
2574
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/config/index.md"),
2405
2575
  "utf8"
2406
2576
  )
2577
+ ),
2578
+ tr: Promise.resolve(
2579
+ (0, import_promises.readFile)(
2580
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/config/index.md"),
2581
+ "utf8"
2582
+ )
2407
2583
  )
2408
2584
  },
2409
2585
  "./docs/en/packages/@intlayer/core/index.md": {
@@ -2484,6 +2660,12 @@ const docsEntry = {
2484
2660
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/core/index.md"),
2485
2661
  "utf8"
2486
2662
  )
2663
+ ),
2664
+ tr: Promise.resolve(
2665
+ (0, import_promises.readFile)(
2666
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/core/index.md"),
2667
+ "utf8"
2668
+ )
2487
2669
  )
2488
2670
  },
2489
2671
  "./docs/en/packages/@intlayer/design-system/index.md": {
@@ -2567,6 +2749,12 @@ const docsEntry = {
2567
2749
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/design-system/index.md"),
2568
2750
  "utf8"
2569
2751
  )
2752
+ ),
2753
+ tr: Promise.resolve(
2754
+ (0, import_promises.readFile)(
2755
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/design-system/index.md"),
2756
+ "utf8"
2757
+ )
2570
2758
  )
2571
2759
  },
2572
2760
  "./docs/en/packages/@intlayer/dictionary-entry/index.md": {
@@ -2686,6 +2874,15 @@ const docsEntry = {
2686
2874
  ),
2687
2875
  "utf8"
2688
2876
  )
2877
+ ),
2878
+ tr: Promise.resolve(
2879
+ (0, import_promises.readFile)(
2880
+ (0, import_path.join)(
2881
+ dir,
2882
+ "../../../docs/tr/packages/@intlayer/dictionary-entry/index.md"
2883
+ ),
2884
+ "utf8"
2885
+ )
2689
2886
  )
2690
2887
  },
2691
2888
  "./docs/en/packages/@intlayer/editor-react/index.md": {
@@ -2769,6 +2966,12 @@ const docsEntry = {
2769
2966
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/editor-react/index.md"),
2770
2967
  "utf8"
2771
2968
  )
2969
+ ),
2970
+ tr: Promise.resolve(
2971
+ (0, import_promises.readFile)(
2972
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/editor-react/index.md"),
2973
+ "utf8"
2974
+ )
2772
2975
  )
2773
2976
  },
2774
2977
  "./docs/en/packages/@intlayer/editor/index.md": {
@@ -2849,6 +3052,12 @@ const docsEntry = {
2849
3052
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/editor/index.md"),
2850
3053
  "utf8"
2851
3054
  )
3055
+ ),
3056
+ tr: Promise.resolve(
3057
+ (0, import_promises.readFile)(
3058
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/editor/index.md"),
3059
+ "utf8"
3060
+ )
2852
3061
  )
2853
3062
  },
2854
3063
  "./docs/en/packages/@intlayer/webpack/index.md": {
@@ -2929,6 +3138,12 @@ const docsEntry = {
2929
3138
  (0, import_path.join)(dir, "../../../docs/hi/packages/@intlayer/webpack/index.md"),
2930
3139
  "utf8"
2931
3140
  )
3141
+ ),
3142
+ tr: Promise.resolve(
3143
+ (0, import_promises.readFile)(
3144
+ (0, import_path.join)(dir, "../../../docs/tr/packages/@intlayer/webpack/index.md"),
3145
+ "utf8"
3146
+ )
2932
3147
  )
2933
3148
  },
2934
3149
  "./docs/en/packages/angular-intlayer/index.md": {
@@ -3009,6 +3224,12 @@ const docsEntry = {
3009
3224
  (0, import_path.join)(dir, "../../../docs/hi/packages/angular-intlayer/index.md"),
3010
3225
  "utf8"
3011
3226
  )
3227
+ ),
3228
+ tr: Promise.resolve(
3229
+ (0, import_promises.readFile)(
3230
+ (0, import_path.join)(dir, "../../../docs/tr/packages/angular-intlayer/index.md"),
3231
+ "utf8"
3232
+ )
3012
3233
  )
3013
3234
  },
3014
3235
  "./docs/en/packages/express-intlayer/index.md": {
@@ -3089,6 +3310,12 @@ const docsEntry = {
3089
3310
  (0, import_path.join)(dir, "../../../docs/hi/packages/express-intlayer/index.md"),
3090
3311
  "utf8"
3091
3312
  )
3313
+ ),
3314
+ tr: Promise.resolve(
3315
+ (0, import_promises.readFile)(
3316
+ (0, import_path.join)(dir, "../../../docs/tr/packages/express-intlayer/index.md"),
3317
+ "utf8"
3318
+ )
3092
3319
  )
3093
3320
  },
3094
3321
  "./docs/en/packages/express-intlayer/t.md": {
@@ -3169,6 +3396,12 @@ const docsEntry = {
3169
3396
  (0, import_path.join)(dir, "../../../docs/hi/packages/express-intlayer/t.md"),
3170
3397
  "utf8"
3171
3398
  )
3399
+ ),
3400
+ tr: Promise.resolve(
3401
+ (0, import_promises.readFile)(
3402
+ (0, import_path.join)(dir, "../../../docs/tr/packages/express-intlayer/t.md"),
3403
+ "utf8"
3404
+ )
3172
3405
  )
3173
3406
  },
3174
3407
  "./docs/en/packages/intlayer-cli/index.md": {
@@ -3249,6 +3482,12 @@ const docsEntry = {
3249
3482
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer-cli/index.md"),
3250
3483
  "utf8"
3251
3484
  )
3485
+ ),
3486
+ tr: Promise.resolve(
3487
+ (0, import_promises.readFile)(
3488
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer-cli/index.md"),
3489
+ "utf8"
3490
+ )
3252
3491
  )
3253
3492
  },
3254
3493
  "./docs/en/packages/intlayer-editor/index.md": {
@@ -3329,6 +3568,12 @@ const docsEntry = {
3329
3568
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer-editor/index.md"),
3330
3569
  "utf8"
3331
3570
  )
3571
+ ),
3572
+ tr: Promise.resolve(
3573
+ (0, import_promises.readFile)(
3574
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer-editor/index.md"),
3575
+ "utf8"
3576
+ )
3332
3577
  )
3333
3578
  },
3334
3579
  "./docs/en/packages/intlayer/getConfiguration.md": {
@@ -3409,6 +3654,12 @@ const docsEntry = {
3409
3654
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getConfiguration.md"),
3410
3655
  "utf8"
3411
3656
  )
3657
+ ),
3658
+ tr: Promise.resolve(
3659
+ (0, import_promises.readFile)(
3660
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getConfiguration.md"),
3661
+ "utf8"
3662
+ )
3412
3663
  )
3413
3664
  },
3414
3665
  "./docs/en/packages/intlayer/getEnumeration.md": {
@@ -3489,6 +3740,12 @@ const docsEntry = {
3489
3740
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getEnumeration.md"),
3490
3741
  "utf8"
3491
3742
  )
3743
+ ),
3744
+ tr: Promise.resolve(
3745
+ (0, import_promises.readFile)(
3746
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getEnumeration.md"),
3747
+ "utf8"
3748
+ )
3492
3749
  )
3493
3750
  },
3494
3751
  "./docs/en/packages/intlayer/getHTMLTextDir.md": {
@@ -3569,6 +3826,12 @@ const docsEntry = {
3569
3826
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getHTMLTextDir.md"),
3570
3827
  "utf8"
3571
3828
  )
3829
+ ),
3830
+ tr: Promise.resolve(
3831
+ (0, import_promises.readFile)(
3832
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getHTMLTextDir.md"),
3833
+ "utf8"
3834
+ )
3572
3835
  )
3573
3836
  },
3574
3837
  "./docs/en/packages/intlayer/getLocaleLang.md": {
@@ -3649,6 +3912,12 @@ const docsEntry = {
3649
3912
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getLocaleLang.md"),
3650
3913
  "utf8"
3651
3914
  )
3915
+ ),
3916
+ tr: Promise.resolve(
3917
+ (0, import_promises.readFile)(
3918
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getLocaleLang.md"),
3919
+ "utf8"
3920
+ )
3652
3921
  )
3653
3922
  },
3654
3923
  "./docs/en/packages/intlayer/getLocaleName.md": {
@@ -3729,6 +3998,12 @@ const docsEntry = {
3729
3998
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getLocaleName.md"),
3730
3999
  "utf8"
3731
4000
  )
4001
+ ),
4002
+ tr: Promise.resolve(
4003
+ (0, import_promises.readFile)(
4004
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getLocaleName.md"),
4005
+ "utf8"
4006
+ )
3732
4007
  )
3733
4008
  },
3734
4009
  "./docs/en/packages/intlayer/getLocalizedUrl.md": {
@@ -3809,6 +4084,12 @@ const docsEntry = {
3809
4084
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getLocalizedUrl.md"),
3810
4085
  "utf8"
3811
4086
  )
4087
+ ),
4088
+ tr: Promise.resolve(
4089
+ (0, import_promises.readFile)(
4090
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getLocalizedUrl.md"),
4091
+ "utf8"
4092
+ )
3812
4093
  )
3813
4094
  },
3814
4095
  "./docs/en/packages/intlayer/getMultilingualUrls.md": {
@@ -3892,6 +4173,12 @@ const docsEntry = {
3892
4173
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getMultilingualUrls.md"),
3893
4174
  "utf8"
3894
4175
  )
4176
+ ),
4177
+ tr: Promise.resolve(
4178
+ (0, import_promises.readFile)(
4179
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getMultilingualUrls.md"),
4180
+ "utf8"
4181
+ )
3895
4182
  )
3896
4183
  },
3897
4184
  "./docs/en/packages/intlayer/getPathWithoutLocale.md": {
@@ -3975,6 +4262,12 @@ const docsEntry = {
3975
4262
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getPathWithoutLocale.md"),
3976
4263
  "utf8"
3977
4264
  )
4265
+ ),
4266
+ tr: Promise.resolve(
4267
+ (0, import_promises.readFile)(
4268
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getPathWithoutLocale.md"),
4269
+ "utf8"
4270
+ )
3978
4271
  )
3979
4272
  },
3980
4273
  "./docs/en/packages/intlayer/getTranslation.md": {
@@ -4055,6 +4348,12 @@ const docsEntry = {
4055
4348
  (0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/getTranslation.md"),
4056
4349
  "utf8"
4057
4350
  )
4351
+ ),
4352
+ tr: Promise.resolve(
4353
+ (0, import_promises.readFile)(
4354
+ (0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/getTranslation.md"),
4355
+ "utf8"
4356
+ )
4058
4357
  )
4059
4358
  },
4060
4359
  "./docs/en/packages/intlayer/getTranslationContent.md": {
@@ -4174,6 +4473,15 @@ const docsEntry = {
4174
4473
  ),
4175
4474
  "utf8"
4176
4475
  )
4476
+ ),
4477
+ tr: Promise.resolve(
4478
+ (0, import_promises.readFile)(
4479
+ (0, import_path.join)(
4480
+ dir,
4481
+ "../../../docs/tr/packages/intlayer/getTranslationContent.md"
4482
+ ),
4483
+ "utf8"
4484
+ )
4177
4485
  )
4178
4486
  },
4179
4487
  "./docs/en/packages/intlayer/index.md": {
@@ -4218,6 +4526,9 @@ const docsEntry = {
4218
4526
  ),
4219
4527
  hi: Promise.resolve(
4220
4528
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/packages/intlayer/index.md"), "utf8")
4529
+ ),
4530
+ tr: Promise.resolve(
4531
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/packages/intlayer/index.md"), "utf8")
4221
4532
  )
4222
4533
  },
4223
4534
  "./docs/en/packages/lynx-intlayer/index.md": {
@@ -4298,6 +4609,12 @@ const docsEntry = {
4298
4609
  (0, import_path.join)(dir, "../../../docs/hi/packages/lynx-intlayer/index.md"),
4299
4610
  "utf8"
4300
4611
  )
4612
+ ),
4613
+ tr: Promise.resolve(
4614
+ (0, import_promises.readFile)(
4615
+ (0, import_path.join)(dir, "../../../docs/tr/packages/lynx-intlayer/index.md"),
4616
+ "utf8"
4617
+ )
4301
4618
  )
4302
4619
  },
4303
4620
  "./docs/en/packages/next-intlayer/index.md": {
@@ -4378,6 +4695,12 @@ const docsEntry = {
4378
4695
  (0, import_path.join)(dir, "../../../docs/hi/packages/next-intlayer/index.md"),
4379
4696
  "utf8"
4380
4697
  )
4698
+ ),
4699
+ tr: Promise.resolve(
4700
+ (0, import_promises.readFile)(
4701
+ (0, import_path.join)(dir, "../../../docs/tr/packages/next-intlayer/index.md"),
4702
+ "utf8"
4703
+ )
4381
4704
  )
4382
4705
  },
4383
4706
  "./docs/en/packages/next-intlayer/t.md": {
@@ -4458,6 +4781,12 @@ const docsEntry = {
4458
4781
  (0, import_path.join)(dir, "../../../docs/hi/packages/next-intlayer/t.md"),
4459
4782
  "utf8"
4460
4783
  )
4784
+ ),
4785
+ tr: Promise.resolve(
4786
+ (0, import_promises.readFile)(
4787
+ (0, import_path.join)(dir, "../../../docs/tr/packages/next-intlayer/t.md"),
4788
+ "utf8"
4789
+ )
4461
4790
  )
4462
4791
  },
4463
4792
  "./docs/en/packages/next-intlayer/useDictionary.md": {
@@ -4541,6 +4870,12 @@ const docsEntry = {
4541
4870
  (0, import_path.join)(dir, "../../../docs/hi/packages/next-intlayer/useDictionary.md"),
4542
4871
  "utf8"
4543
4872
  )
4873
+ ),
4874
+ tr: Promise.resolve(
4875
+ (0, import_promises.readFile)(
4876
+ (0, import_path.join)(dir, "../../../docs/tr/packages/next-intlayer/useDictionary.md"),
4877
+ "utf8"
4878
+ )
4544
4879
  )
4545
4880
  },
4546
4881
  "./docs/en/packages/next-intlayer/useIntlayer.md": {
@@ -4621,6 +4956,12 @@ const docsEntry = {
4621
4956
  (0, import_path.join)(dir, "../../../docs/hi/packages/next-intlayer/useIntlayer.md"),
4622
4957
  "utf8"
4623
4958
  )
4959
+ ),
4960
+ tr: Promise.resolve(
4961
+ (0, import_promises.readFile)(
4962
+ (0, import_path.join)(dir, "../../../docs/tr/packages/next-intlayer/useIntlayer.md"),
4963
+ "utf8"
4964
+ )
4624
4965
  )
4625
4966
  },
4626
4967
  "./docs/en/packages/next-intlayer/useLocale.md": {
@@ -4701,6 +5042,12 @@ const docsEntry = {
4701
5042
  (0, import_path.join)(dir, "../../../docs/hi/packages/next-intlayer/useLocale.md"),
4702
5043
  "utf8"
4703
5044
  )
5045
+ ),
5046
+ tr: Promise.resolve(
5047
+ (0, import_promises.readFile)(
5048
+ (0, import_path.join)(dir, "../../../docs/tr/packages/next-intlayer/useLocale.md"),
5049
+ "utf8"
5050
+ )
4704
5051
  )
4705
5052
  },
4706
5053
  "./docs/en/packages/nuxt-intlayer/index.md": {
@@ -4781,6 +5128,12 @@ const docsEntry = {
4781
5128
  (0, import_path.join)(dir, "../../../docs/hi/packages/nuxt-intlayer/index.md"),
4782
5129
  "utf8"
4783
5130
  )
5131
+ ),
5132
+ tr: Promise.resolve(
5133
+ (0, import_promises.readFile)(
5134
+ (0, import_path.join)(dir, "../../../docs/tr/packages/nuxt-intlayer/index.md"),
5135
+ "utf8"
5136
+ )
4784
5137
  )
4785
5138
  },
4786
5139
  "./docs/en/packages/preact-intlayer/index.md": {
@@ -4861,6 +5214,12 @@ const docsEntry = {
4861
5214
  (0, import_path.join)(dir, "../../../docs/hi/packages/preact-intlayer/index.md"),
4862
5215
  "utf8"
4863
5216
  )
5217
+ ),
5218
+ tr: Promise.resolve(
5219
+ (0, import_promises.readFile)(
5220
+ (0, import_path.join)(dir, "../../../docs/tr/packages/preact-intlayer/index.md"),
5221
+ "utf8"
5222
+ )
4864
5223
  )
4865
5224
  },
4866
5225
  "./docs/en/packages/react-intlayer/index.md": {
@@ -4941,6 +5300,12 @@ const docsEntry = {
4941
5300
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/index.md"),
4942
5301
  "utf8"
4943
5302
  )
5303
+ ),
5304
+ tr: Promise.resolve(
5305
+ (0, import_promises.readFile)(
5306
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/index.md"),
5307
+ "utf8"
5308
+ )
4944
5309
  )
4945
5310
  },
4946
5311
  "./docs/en/packages/react-intlayer/t.md": {
@@ -5021,6 +5386,12 @@ const docsEntry = {
5021
5386
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/t.md"),
5022
5387
  "utf8"
5023
5388
  )
5389
+ ),
5390
+ tr: Promise.resolve(
5391
+ (0, import_promises.readFile)(
5392
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/t.md"),
5393
+ "utf8"
5394
+ )
5024
5395
  )
5025
5396
  },
5026
5397
  "./docs/en/packages/react-intlayer/useDictionary.md": {
@@ -5104,6 +5475,12 @@ const docsEntry = {
5104
5475
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/useDictionary.md"),
5105
5476
  "utf8"
5106
5477
  )
5478
+ ),
5479
+ tr: Promise.resolve(
5480
+ (0, import_promises.readFile)(
5481
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/useDictionary.md"),
5482
+ "utf8"
5483
+ )
5107
5484
  )
5108
5485
  },
5109
5486
  "./docs/en/packages/react-intlayer/useI18n.md": {
@@ -5184,6 +5561,12 @@ const docsEntry = {
5184
5561
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/useI18n.md"),
5185
5562
  "utf8"
5186
5563
  )
5564
+ ),
5565
+ tr: Promise.resolve(
5566
+ (0, import_promises.readFile)(
5567
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/useI18n.md"),
5568
+ "utf8"
5569
+ )
5187
5570
  )
5188
5571
  },
5189
5572
  "./docs/en/packages/react-intlayer/useIntlayer.md": {
@@ -5264,6 +5647,12 @@ const docsEntry = {
5264
5647
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/useIntlayer.md"),
5265
5648
  "utf8"
5266
5649
  )
5650
+ ),
5651
+ tr: Promise.resolve(
5652
+ (0, import_promises.readFile)(
5653
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/useIntlayer.md"),
5654
+ "utf8"
5655
+ )
5267
5656
  )
5268
5657
  },
5269
5658
  "./docs/en/packages/react-intlayer/useLocale.md": {
@@ -5344,6 +5733,12 @@ const docsEntry = {
5344
5733
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-intlayer/useLocale.md"),
5345
5734
  "utf8"
5346
5735
  )
5736
+ ),
5737
+ tr: Promise.resolve(
5738
+ (0, import_promises.readFile)(
5739
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-intlayer/useLocale.md"),
5740
+ "utf8"
5741
+ )
5347
5742
  )
5348
5743
  },
5349
5744
  "./docs/en/packages/react-native-intlayer/index.md": {
@@ -5427,6 +5822,12 @@ const docsEntry = {
5427
5822
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-native-intlayer/index.md"),
5428
5823
  "utf8"
5429
5824
  )
5825
+ ),
5826
+ tr: Promise.resolve(
5827
+ (0, import_promises.readFile)(
5828
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-native-intlayer/index.md"),
5829
+ "utf8"
5830
+ )
5430
5831
  )
5431
5832
  },
5432
5833
  "./docs/en/packages/react-scripts-intlayer/index.md": {
@@ -5510,6 +5911,12 @@ const docsEntry = {
5510
5911
  (0, import_path.join)(dir, "../../../docs/hi/packages/react-scripts-intlayer/index.md"),
5511
5912
  "utf8"
5512
5913
  )
5914
+ ),
5915
+ tr: Promise.resolve(
5916
+ (0, import_promises.readFile)(
5917
+ (0, import_path.join)(dir, "../../../docs/tr/packages/react-scripts-intlayer/index.md"),
5918
+ "utf8"
5919
+ )
5513
5920
  )
5514
5921
  },
5515
5922
  "./docs/en/packages/solid-intlayer/index.md": {
@@ -5590,6 +5997,12 @@ const docsEntry = {
5590
5997
  (0, import_path.join)(dir, "../../../docs/hi/packages/solid-intlayer/index.md"),
5591
5998
  "utf8"
5592
5999
  )
6000
+ ),
6001
+ tr: Promise.resolve(
6002
+ (0, import_promises.readFile)(
6003
+ (0, import_path.join)(dir, "../../../docs/tr/packages/solid-intlayer/index.md"),
6004
+ "utf8"
6005
+ )
5593
6006
  )
5594
6007
  },
5595
6008
  "./docs/en/packages/svelte-intlayer/index.md": {
@@ -5670,6 +6083,12 @@ const docsEntry = {
5670
6083
  (0, import_path.join)(dir, "../../../docs/hi/packages/svelte-intlayer/index.md"),
5671
6084
  "utf8"
5672
6085
  )
6086
+ ),
6087
+ tr: Promise.resolve(
6088
+ (0, import_promises.readFile)(
6089
+ (0, import_path.join)(dir, "../../../docs/tr/packages/svelte-intlayer/index.md"),
6090
+ "utf8"
6091
+ )
5673
6092
  )
5674
6093
  },
5675
6094
  "./docs/en/packages/vite-intlayer/index.md": {
@@ -5750,6 +6169,12 @@ const docsEntry = {
5750
6169
  (0, import_path.join)(dir, "../../../docs/hi/packages/vite-intlayer/index.md"),
5751
6170
  "utf8"
5752
6171
  )
6172
+ ),
6173
+ tr: Promise.resolve(
6174
+ (0, import_promises.readFile)(
6175
+ (0, import_path.join)(dir, "../../../docs/tr/packages/vite-intlayer/index.md"),
6176
+ "utf8"
6177
+ )
5753
6178
  )
5754
6179
  },
5755
6180
  "./docs/en/packages/vue-intlayer/index.md": {
@@ -5830,6 +6255,12 @@ const docsEntry = {
5830
6255
  (0, import_path.join)(dir, "../../../docs/hi/packages/vue-intlayer/index.md"),
5831
6256
  "utf8"
5832
6257
  )
6258
+ ),
6259
+ tr: Promise.resolve(
6260
+ (0, import_promises.readFile)(
6261
+ (0, import_path.join)(dir, "../../../docs/tr/packages/vue-intlayer/index.md"),
6262
+ "utf8"
6263
+ )
5833
6264
  )
5834
6265
  },
5835
6266
  "./docs/en/per_locale_file.md": {
@@ -5871,6 +6302,53 @@ const docsEntry = {
5871
6302
  ),
5872
6303
  hi: Promise.resolve(
5873
6304
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/per_locale_file.md"), "utf8")
6305
+ ),
6306
+ tr: Promise.resolve(
6307
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/per_locale_file.md"), "utf8")
6308
+ )
6309
+ },
6310
+ "./docs/en/readme.md": {
6311
+ en: Promise.resolve(
6312
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en/readme.md"), "utf8")
6313
+ ),
6314
+ fr: Promise.resolve(
6315
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/fr/readme.md"), "utf8")
6316
+ ),
6317
+ ru: Promise.resolve(
6318
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ru/readme.md"), "utf8")
6319
+ ),
6320
+ ja: Promise.resolve(
6321
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ja/readme.md"), "utf8")
6322
+ ),
6323
+ ko: Promise.resolve(
6324
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ko/readme.md"), "utf8")
6325
+ ),
6326
+ zh: Promise.resolve(
6327
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/zh/readme.md"), "utf8")
6328
+ ),
6329
+ es: Promise.resolve(
6330
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/es/readme.md"), "utf8")
6331
+ ),
6332
+ de: Promise.resolve(
6333
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/de/readme.md"), "utf8")
6334
+ ),
6335
+ ar: Promise.resolve(
6336
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ar/readme.md"), "utf8")
6337
+ ),
6338
+ pt: Promise.resolve(
6339
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/pt/readme.md"), "utf8")
6340
+ ),
6341
+ "en-GB": Promise.resolve(
6342
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en-GB/readme.md"), "utf8")
6343
+ ),
6344
+ it: Promise.resolve(
6345
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/it/readme.md"), "utf8")
6346
+ ),
6347
+ hi: Promise.resolve(
6348
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/readme.md"), "utf8")
6349
+ ),
6350
+ tr: Promise.resolve(
6351
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/readme.md"), "utf8")
5874
6352
  )
5875
6353
  },
5876
6354
  "./docs/en/roadmap.md": {
@@ -5912,6 +6390,53 @@ const docsEntry = {
5912
6390
  ),
5913
6391
  hi: Promise.resolve(
5914
6392
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/roadmap.md"), "utf8")
6393
+ ),
6394
+ tr: Promise.resolve(
6395
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/roadmap.md"), "utf8")
6396
+ )
6397
+ },
6398
+ "./docs/en/testing.md": {
6399
+ en: Promise.resolve(
6400
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en/testing.md"), "utf8")
6401
+ ),
6402
+ fr: Promise.resolve(
6403
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/fr/testing.md"), "utf8")
6404
+ ),
6405
+ ru: Promise.resolve(
6406
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ru/testing.md"), "utf8")
6407
+ ),
6408
+ ja: Promise.resolve(
6409
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ja/testing.md"), "utf8")
6410
+ ),
6411
+ ko: Promise.resolve(
6412
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ko/testing.md"), "utf8")
6413
+ ),
6414
+ zh: Promise.resolve(
6415
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/zh/testing.md"), "utf8")
6416
+ ),
6417
+ es: Promise.resolve(
6418
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/es/testing.md"), "utf8")
6419
+ ),
6420
+ de: Promise.resolve(
6421
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/de/testing.md"), "utf8")
6422
+ ),
6423
+ ar: Promise.resolve(
6424
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/ar/testing.md"), "utf8")
6425
+ ),
6426
+ pt: Promise.resolve(
6427
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/pt/testing.md"), "utf8")
6428
+ ),
6429
+ "en-GB": Promise.resolve(
6430
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/en-GB/testing.md"), "utf8")
6431
+ ),
6432
+ it: Promise.resolve(
6433
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/it/testing.md"), "utf8")
6434
+ ),
6435
+ hi: Promise.resolve(
6436
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/testing.md"), "utf8")
6437
+ ),
6438
+ tr: Promise.resolve(
6439
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/testing.md"), "utf8")
5915
6440
  )
5916
6441
  },
5917
6442
  "./docs/en/vs_code_extension.md": {
@@ -5953,6 +6478,9 @@ const docsEntry = {
5953
6478
  ),
5954
6479
  hi: Promise.resolve(
5955
6480
  (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/hi/vs_code_extension.md"), "utf8")
6481
+ ),
6482
+ tr: Promise.resolve(
6483
+ (0, import_promises.readFile)((0, import_path.join)(dir, "../../../docs/tr/vs_code_extension.md"), "utf8")
5956
6484
  )
5957
6485
  }
5958
6486
  };