@intlayer/docs 9.0.2 → 9.1.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.
- package/dist/cjs/generated/docs.entry.cjs +20 -0
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +20 -0
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +1 -0
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/ar/dictionary/content_file.md +24 -1
- package/docs/ar/dictionary/select.md +386 -0
- package/docs/de/dictionary/content_file.md +24 -1
- package/docs/de/dictionary/select.md +386 -0
- package/docs/en/dictionary/content_file.md +24 -1
- package/docs/en/dictionary/select.md +382 -0
- package/docs/en-GB/dictionary/content_file.md +24 -1
- package/docs/en-GB/dictionary/select.md +385 -0
- package/docs/es/dictionary/content_file.md +24 -1
- package/docs/es/dictionary/select.md +385 -0
- package/docs/fr/dictionary/content_file.md +24 -1
- package/docs/fr/dictionary/select.md +382 -0
- package/docs/hi/dictionary/content_file.md +24 -1
- package/docs/hi/dictionary/select.md +386 -0
- package/docs/id/dictionary/content_file.md +24 -1
- package/docs/id/dictionary/select.md +386 -0
- package/docs/it/dictionary/content_file.md +24 -1
- package/docs/it/dictionary/select.md +386 -0
- package/docs/ja/dictionary/content_file.md +24 -1
- package/docs/ja/dictionary/select.md +386 -0
- package/docs/ko/dictionary/content_file.md +24 -1
- package/docs/ko/dictionary/select.md +386 -0
- package/docs/pl/dictionary/content_file.md +24 -1
- package/docs/pl/dictionary/select.md +386 -0
- package/docs/pt/dictionary/content_file.md +24 -1
- package/docs/pt/dictionary/select.md +386 -0
- package/docs/ru/dictionary/content_file.md +25 -2
- package/docs/ru/dictionary/select.md +386 -0
- package/docs/tr/dictionary/content_file.md +24 -1
- package/docs/tr/dictionary/select.md +386 -0
- package/docs/uk/dictionary/content_file.md +24 -1
- package/docs/uk/dictionary/select.md +386 -0
- package/docs/vi/dictionary/content_file.md +24 -1
- package/docs/vi/dictionary/select.md +386 -0
- package/docs/zh/dictionary/content_file.md +24 -1
- package/docs/zh/dictionary/select.md +387 -0
- package/package.json +7 -7
- package/src/generated/docs.entry.ts +20 -0
|
@@ -1324,6 +1324,26 @@ const docsEntry = {
|
|
|
1324
1324
|
vi: readLocale("dictionary/plurial.md", "vi"),
|
|
1325
1325
|
uk: readLocale("dictionary/plurial.md", "uk")
|
|
1326
1326
|
},
|
|
1327
|
+
"./docs/en/dictionary/select.md": {
|
|
1328
|
+
en: readLocale("dictionary/select.md", "en"),
|
|
1329
|
+
ru: readLocale("dictionary/select.md", "ru"),
|
|
1330
|
+
ja: readLocale("dictionary/select.md", "ja"),
|
|
1331
|
+
fr: readLocale("dictionary/select.md", "fr"),
|
|
1332
|
+
ko: readLocale("dictionary/select.md", "ko"),
|
|
1333
|
+
zh: readLocale("dictionary/select.md", "zh"),
|
|
1334
|
+
es: readLocale("dictionary/select.md", "es"),
|
|
1335
|
+
de: readLocale("dictionary/select.md", "de"),
|
|
1336
|
+
ar: readLocale("dictionary/select.md", "ar"),
|
|
1337
|
+
it: readLocale("dictionary/select.md", "it"),
|
|
1338
|
+
"en-GB": readLocale("dictionary/select.md", "en-GB"),
|
|
1339
|
+
pt: readLocale("dictionary/select.md", "pt"),
|
|
1340
|
+
hi: readLocale("dictionary/select.md", "hi"),
|
|
1341
|
+
tr: readLocale("dictionary/select.md", "tr"),
|
|
1342
|
+
pl: readLocale("dictionary/select.md", "pl"),
|
|
1343
|
+
id: readLocale("dictionary/select.md", "id"),
|
|
1344
|
+
vi: readLocale("dictionary/select.md", "vi"),
|
|
1345
|
+
uk: readLocale("dictionary/select.md", "uk")
|
|
1346
|
+
},
|
|
1327
1347
|
"./docs/en/dictionary/translation.md": {
|
|
1328
1348
|
en: readLocale("dictionary/translation.md", "en"),
|
|
1329
1349
|
ru: readLocale("dictionary/translation.md", "ru"),
|