@leyyo/localization 1.1.2 → 1.1.3

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 (57) hide show
  1. package/dist/base/base-localization.handler.js +7 -7
  2. package/dist/base/index.d.ts +2 -2
  3. package/dist/base/index.js +2 -2
  4. package/dist/config/index.d.ts +2 -2
  5. package/dist/config/index.js +2 -2
  6. package/dist/config/index.types.d.ts +1 -1
  7. package/dist/config/localization.config.js +28 -10
  8. package/dist/country/country.handler.js +1 -1
  9. package/dist/country/country.map.js +251 -251
  10. package/dist/country/index.d.ts +2 -2
  11. package/dist/country/index.js +2 -2
  12. package/dist/exchange/exchange.handler.js +1 -1
  13. package/dist/exchange/exchange.map.js +35 -4
  14. package/dist/exchange/index.d.ts +2 -2
  15. package/dist/exchange/index.js +2 -2
  16. package/dist/index.d.ts +11 -11
  17. package/dist/index.foretell.js +9 -9
  18. package/dist/index.js +11 -11
  19. package/dist/index.loader.js +3 -3
  20. package/dist/internal.d.ts +1 -1
  21. package/dist/internal.js +3 -2
  22. package/dist/language/index.d.ts +2 -2
  23. package/dist/language/index.js +2 -2
  24. package/dist/language/language.handler.js +4 -4
  25. package/dist/language/language.map.js +184 -184
  26. package/dist/literal/browser-type.d.ts +1 -1
  27. package/dist/literal/browser-type.js +1 -9
  28. package/dist/literal/country-code.d.ts +1 -1
  29. package/dist/literal/country-code.js +253 -11
  30. package/dist/literal/cpu-architecture.d.ts +1 -1
  31. package/dist/literal/cpu-architecture.js +17 -17
  32. package/dist/literal/device-type.d.ts +1 -1
  33. package/dist/literal/device-type.js +8 -8
  34. package/dist/literal/engine-type.d.ts +1 -1
  35. package/dist/literal/engine-type.js +20 -20
  36. package/dist/literal/exchange-code.d.ts +1 -1
  37. package/dist/literal/exchange-code.js +151 -13
  38. package/dist/literal/index.d.ts +9 -9
  39. package/dist/literal/index.js +9 -9
  40. package/dist/literal/language-code.d.ts +1 -1
  41. package/dist/literal/language-code.js +184 -26
  42. package/dist/literal/locale-code.d.ts +1 -1
  43. package/dist/literal/locale-code.js +196 -18
  44. package/dist/literal/timezone-code.d.ts +1 -1
  45. package/dist/literal/timezone-code.js +602 -102
  46. package/dist/locale/index.d.ts +2 -2
  47. package/dist/locale/index.js +2 -2
  48. package/dist/locale/locale.handler.js +5 -5
  49. package/dist/locale/locale.map.js +83 -83
  50. package/dist/parser/index.d.ts +2 -2
  51. package/dist/parser/index.js +2 -2
  52. package/dist/parser/localization.parser.js +33 -31
  53. package/dist/timezone/index.d.ts +2 -2
  54. package/dist/timezone/index.js +2 -2
  55. package/dist/timezone/timezone.handler.js +8 -1
  56. package/dist/timezone/timezone.map.js +602 -602
  57. package/package.json +21 -21
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './country.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./country.handler.js";
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './country.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./country.handler.js";
@@ -21,7 +21,7 @@ class ExchangeHandler extends BaseLocalizationHandler {
21
21
  }
22
22
  /** @inheritDoc */
23
23
  findByCountry(countryCode) {
24
- if (typeof countryCode !== 'string') {
24
+ if (typeof countryCode !== "string") {
25
25
  return [];
26
26
  }
27
27
  const result = [];
@@ -146,23 +146,54 @@ export const exchangeMap = {
146
146
  ZAR: { n: "Rand", s: "R", u: 710, c: ["LS", "NA", "ZA"] },
147
147
  NZD: { n: "New Zealand Dollar", s: "$", u: 554, c: ["CK", "NZ", "NU", "PN"] },
148
148
  AUD: { n: "Australian Dollar", s: "$", u: 36, c: ["AU", "KI", "CC", "NR", "TV"] },
149
- XCD: { n: "East Caribbean Dollar", s: "$", u: 951, c: ["AI", "AG", "DM", "GD", "MS", "KN", "LC", "VC"] },
149
+ XCD: {
150
+ n: "East Caribbean Dollar",
151
+ s: "$",
152
+ u: 951,
153
+ c: ["AI", "AG", "DM", "GD", "MS", "KN", "LC", "VC"],
154
+ },
150
155
  USD: {
151
156
  n: "US Dollar",
152
157
  s: "$",
153
158
  u: 840,
154
- c: ["AS", "IO", "VG", "GU", "HT", "MH", "FM", "MP", "US", "PW", "PA", "PR", "TC", "VI"]
159
+ c: ["AS", "IO", "VG", "GU", "HT", "MH", "FM", "MP", "US", "PW", "PA", "PR", "TC", "VI"],
155
160
  },
156
161
  XAF: {
157
162
  n: "CFA Franc BCEAO",
158
163
  s: "₣",
159
164
  u: 950,
160
- c: ["BJ", "BF", "CM", "CF", "TD", "CG", "CI", "GQ", "GA", "GW", "ML", "NE", "SN", "TG"]
165
+ c: ["BJ", "BF", "CM", "CF", "TD", "CG", "CI", "GQ", "GA", "GW", "ML", "NE", "SN", "TG"],
161
166
  },
162
167
  EUR: {
163
168
  n: "Euro",
164
169
  s: "€",
165
170
  u: 978,
166
- c: ["GB", "AD", "AT", "BE", "CY", "EE", "FI", "FR", "DE", "GR", "IE", "IT", "LV", "LT", "LU", "MT", "MC", "ME", "NL", "PT", "SM", "SK", "SI", "ES", "VA"]
171
+ c: [
172
+ "GB",
173
+ "AD",
174
+ "AT",
175
+ "BE",
176
+ "CY",
177
+ "EE",
178
+ "FI",
179
+ "FR",
180
+ "DE",
181
+ "GR",
182
+ "IE",
183
+ "IT",
184
+ "LV",
185
+ "LT",
186
+ "LU",
187
+ "MT",
188
+ "MC",
189
+ "ME",
190
+ "NL",
191
+ "PT",
192
+ "SM",
193
+ "SK",
194
+ "SI",
195
+ "ES",
196
+ "VA",
197
+ ],
167
198
  },
168
199
  };
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './exchange.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./exchange.handler.js";
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './exchange.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./exchange.handler.js";
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export * from './base/index.js';
2
- export * from './config/index.js';
3
- export * from './country/index.js';
4
- export * from './exchange/index.js';
5
- export * from './language/index.js';
6
- export * from './literal/index.js';
7
- export * from './locale/index.js';
8
- export * from './parser/index.js';
9
- export * from './timezone/index.js';
10
- export * from './index.foretell.js';
11
- export * from './index.loader.js';
1
+ export * from "./base/index.js";
2
+ export * from "./config/index.js";
3
+ export * from "./country/index.js";
4
+ export * from "./exchange/index.js";
5
+ export * from "./language/index.js";
6
+ export * from "./literal/index.js";
7
+ export * from "./locale/index.js";
8
+ export * from "./parser/index.js";
9
+ export * from "./timezone/index.js";
10
+ export * from "./index.foretell.js";
11
+ export * from "./index.loader.js";
@@ -7,13 +7,13 @@ export const foretell_leyyoLocalization = [
7
7
  ...foretell_leyyoCommon,
8
8
  ...foretell_leyyoBuilder,
9
9
  // literals
10
- () => literalPool.lazy(FQN, 'BrowserType', import('./literal/browser-type.js').then(m => m.BrowserTypeItems), { i18n: true }),
11
- () => literalPool.lazy(FQN, 'CountryCode', import('./literal/country-code.js').then(m => m.CountryCodeItems), { i18n: true }),
12
- () => literalPool.lazy(FQN, 'CpuArchitecture', import('./literal/cpu-architecture.js').then(m => m.CpuArchitectureItems), { i18n: true }),
13
- () => literalPool.lazy(FQN, 'DeviceType', import('./literal/device-type.js').then(m => m.DeviceTypeItems), { i18n: true }),
14
- () => literalPool.lazy(FQN, 'EngineType', import('./literal/engine-type.js').then(m => m.EngineTypeItems), { i18n: true }),
15
- () => literalPool.lazy(FQN, 'ExchangeCode', import('./literal/exchange-code.js').then(m => m.ExchangeCodeItems), { i18n: true }),
16
- () => literalPool.lazy(FQN, 'LanguageCode', import('./literal/language-code.js').then(m => m.LanguageCodeItems), { i18n: true }),
17
- () => literalPool.lazy(FQN, 'LocaleCode', import('./literal/locale-code.js').then(m => m.LocaleCodeItems), { i18n: true }),
18
- () => literalPool.lazy(FQN, 'TimezoneCode', import('./literal/timezone-code.js').then(m => m.TimezoneCodeItems), { i18n: true }),
10
+ () => literalPool.lazy(FQN, "BrowserType", import("./literal/browser-type.js").then((m) => m.BrowserTypeItems), { i18n: true }),
11
+ () => literalPool.lazy(FQN, "CountryCode", import("./literal/country-code.js").then((m) => m.CountryCodeItems), { i18n: true }),
12
+ () => literalPool.lazy(FQN, "CpuArchitecture", import("./literal/cpu-architecture.js").then((m) => m.CpuArchitectureItems), { i18n: true }),
13
+ () => literalPool.lazy(FQN, "DeviceType", import("./literal/device-type.js").then((m) => m.DeviceTypeItems), { i18n: true }),
14
+ () => literalPool.lazy(FQN, "EngineType", import("./literal/engine-type.js").then((m) => m.EngineTypeItems), { i18n: true }),
15
+ () => literalPool.lazy(FQN, "ExchangeCode", import("./literal/exchange-code.js").then((m) => m.ExchangeCodeItems), { i18n: true }),
16
+ () => literalPool.lazy(FQN, "LanguageCode", import("./literal/language-code.js").then((m) => m.LanguageCodeItems), { i18n: true }),
17
+ () => literalPool.lazy(FQN, "LocaleCode", import("./literal/locale-code.js").then((m) => m.LocaleCodeItems), { i18n: true }),
18
+ () => literalPool.lazy(FQN, "TimezoneCode", import("./literal/timezone-code.js").then((m) => m.TimezoneCodeItems), { i18n: true }),
19
19
  ];
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
- export * from './base/index.js';
2
- export * from './config/index.js';
3
- export * from './country/index.js';
4
- export * from './exchange/index.js';
5
- export * from './language/index.js';
6
- export * from './literal/index.js';
7
- export * from './locale/index.js';
8
- export * from './parser/index.js';
9
- export * from './timezone/index.js';
10
- export * from './index.foretell.js';
11
- export * from './index.loader.js';
1
+ export * from "./base/index.js";
2
+ export * from "./config/index.js";
3
+ export * from "./country/index.js";
4
+ export * from "./exchange/index.js";
5
+ export * from "./language/index.js";
6
+ export * from "./literal/index.js";
7
+ export * from "./locale/index.js";
8
+ export * from "./parser/index.js";
9
+ export * from "./timezone/index.js";
10
+ export * from "./index.foretell.js";
11
+ export * from "./index.loader.js";
@@ -6,8 +6,8 @@ export const loader_leyyoLocalization = defineLoader(FQN,
6
6
  // dependencies
7
7
  ...loader_leyyoCommon, ...loader_leyyoBuilder,
8
8
  // literals
9
- () => import('./literal/browser-type.js').then(m => m.BrowserTypeItems), () => import('./literal/country-code.js').then(m => m.CountryCodeItems), () => import('./literal/cpu-architecture.js').then(m => m.CpuArchitectureItems), () => import('./literal/device-type.js').then(m => m.DeviceTypeItems), () => import('./literal/engine-type.js').then(m => m.EngineTypeItems), () => import('./literal/exchange-code.js').then(m => m.ExchangeCodeItems), () => import('./literal/language-code.js').then(m => m.LanguageCodeItems), () => import('./literal/locale-code.js').then(m => m.LocaleCodeItems), () => import('./literal/timezone-code.js').then(m => m.TimezoneCodeItems),
9
+ () => import("./literal/browser-type.js").then((m) => m.BrowserTypeItems), () => import("./literal/country-code.js").then((m) => m.CountryCodeItems), () => import("./literal/cpu-architecture.js").then((m) => m.CpuArchitectureItems), () => import("./literal/device-type.js").then((m) => m.DeviceTypeItems), () => import("./literal/engine-type.js").then((m) => m.EngineTypeItems), () => import("./literal/exchange-code.js").then((m) => m.ExchangeCodeItems), () => import("./literal/language-code.js").then((m) => m.LanguageCodeItems), () => import("./literal/locale-code.js").then((m) => m.LocaleCodeItems), () => import("./literal/timezone-code.js").then((m) => m.TimezoneCodeItems),
10
10
  // classes
11
- () => import('./base/base-localization.handler.js').then(m => m.BaseLocalizationHandler),
11
+ () => import("./base/base-localization.handler.js").then((m) => m.BaseLocalizationHandler),
12
12
  // instances
13
- () => import('./config/localization.config.js').then(m => m.localizationConfig), () => import('./country/country.handler.js').then(m => m.countryHandler), () => import('./exchange/exchange.handler.js').then(m => m.exchangeHandler), () => import('./language/language.handler.js').then(m => m.languageHandler), () => import('./locale/locale.handler.js').then(m => m.localeHandler), () => import('./parser/localization.parser.js').then(m => m.localizationParser), () => import('./timezone/timezone.handler.js').then(m => m.timezoneHandler));
13
+ () => import("./config/localization.config.js").then((m) => m.localizationConfig), () => import("./country/country.handler.js").then((m) => m.countryHandler), () => import("./exchange/exchange.handler.js").then((m) => m.exchangeHandler), () => import("./language/language.handler.js").then((m) => m.languageHandler), () => import("./locale/locale.handler.js").then((m) => m.localeHandler), () => import("./parser/localization.parser.js").then((m) => m.localizationParser), () => import("./timezone/timezone.handler.js").then((m) => m.timezoneHandler));
@@ -1 +1 @@
1
- export declare const NME: string, FQN: string, VER: string, CNF: import("@leyyo/common").LeyyoConfig;
1
+ export declare const NME: string, FQN: string, VER: string;
package/dist/internal.js CHANGED
@@ -1,2 +1,3 @@
1
- import { sysAll } from '@leyyo/common';
2
- export const { pck: { name: NME, fqn: FQN, version: VER }, config: CNF } = sysAll(import.meta.url);
1
+ import { packageJson } from "@leyyo/common";
2
+ // noinspection JSUnusedGlobalSymbols
3
+ export const { name: NME, fqn: FQN, version: VER } = packageJson(import.meta.url);
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './language.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./language.handler.js";
@@ -1,2 +1,2 @@
1
- export * from './index.types.js';
2
- export * from './language.handler.js';
1
+ export * from "./index.types.js";
2
+ export * from "./language.handler.js";
@@ -18,7 +18,7 @@ class LanguageHandler extends BaseLocalizationHandler {
18
18
  // noinspection JSUnusedGlobalSymbols
19
19
  export const languageHandler = new LanguageHandler();
20
20
  /*
21
- * @todo
22
- * - https://www.loc.gov/standards/iso639-2/php/code_list.php
23
- * - https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes (set2, set3)
24
- * */
21
+ * @todo
22
+ * - https://www.loc.gov/standards/iso639-2/php/code_list.php
23
+ * - https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes (set2, set3)
24
+ * */
@@ -1,186 +1,186 @@
1
1
  export const languageMap = {
2
- aa: { n: 'Afar' },
3
- ab: { n: 'Abkhaz' },
4
- ae: { n: 'Avestan' },
5
- af: { n: 'Afrikaans' },
6
- ak: { n: 'Akan' },
7
- am: { n: 'Amharic' },
8
- an: { n: 'Aragonese' },
9
- ar: { n: 'Arabic' },
10
- as: { n: 'Assamese' },
11
- av: { n: 'Avaric' },
12
- ay: { n: 'Aymara' },
13
- az: { n: 'Azerbaijani' },
14
- ba: { n: 'Bashkir' },
15
- be: { n: 'Belarusian' },
16
- bg: { n: 'Bulgarian' },
17
- bh: { n: 'Bihari' },
18
- bi: { n: 'Bislama' },
19
- bm: { n: 'Bambara' },
20
- bn: { n: 'Bengali' },
21
- bo: { n: 'Tibetan' },
22
- br: { n: 'Breton' },
23
- bs: { n: 'Bosnian' },
24
- ca: { n: 'Catalan' },
25
- ce: { n: 'Chechen' },
26
- ch: { n: 'Chamorro' },
27
- co: { n: 'Corsican' },
28
- cr: { n: 'Cree' },
29
- cs: { n: 'Czech' },
30
- cu: { n: 'Old Slavonic' },
31
- cv: { n: 'Chuvash' },
32
- cy: { n: 'Welsh' },
33
- da: { n: 'Danish' },
34
- de: { n: 'German' },
35
- dv: { n: 'Divehi; Maldivian' },
36
- dz: { n: 'Dzongkha' },
37
- ee: { n: 'Ewe' },
38
- el: { n: 'Greek' },
39
- en: { n: 'English' },
40
- eo: { n: 'Esperanto' },
41
- es: { n: 'Spanish' },
42
- et: { n: 'Estonian' },
43
- eu: { n: 'Basque' },
44
- fa: { n: 'Persian' },
45
- ff: { n: 'Fula; Pulaar' },
46
- fi: { n: 'Finnish' },
47
- fj: { n: 'Fijian' },
48
- fo: { n: 'Faroese' },
49
- fr: { n: 'French' },
50
- fy: { n: 'Western Frisian' },
51
- ga: { n: 'Irish' },
52
- gd: { n: 'Scottish Gaelic' },
53
- gl: { n: 'Galician' },
54
- gn: { n: 'Guarani' },
55
- gu: { n: 'Gujarati' },
56
- gv: { n: 'Manx' },
57
- ha: { n: 'Hausa' },
58
- he: { n: 'Hebrew' },
59
- hi: { n: 'Hindi' },
60
- ho: { n: 'Hiri Motu' },
61
- hr: { n: 'Croatian' },
62
- ht: { n: 'Haitian Creole' },
63
- hu: { n: 'Hungarian' },
64
- hy: { n: 'Armenian' },
65
- hz: { n: 'Herero' },
66
- ia: { n: 'Interlingua' },
67
- id: { n: 'Indonesian' },
68
- ie: { n: 'Interlingue' },
69
- ig: { n: 'Igbo' },
70
- ii: { n: 'Nuosu' },
71
- ik: { n: 'Inupiaq' },
72
- io: { n: 'Ido' },
73
- is: { n: 'Icelandic' },
74
- it: { n: 'Italian' },
75
- iu: { n: 'Inuktitut' },
76
- ja: { n: 'Japanese' },
77
- jv: { n: 'Javanese' },
78
- ka: { n: 'Georgian' },
79
- kg: { n: 'Kongo' },
80
- ki: { n: 'Kikuyu' },
81
- kj: { n: 'Kwanyama' },
82
- kk: { n: 'Kazakh' },
83
- kl: { n: 'Kalaallisut; Greenlandic' },
84
- km: { n: 'Khmer' },
85
- kn: { n: 'Kannada' },
86
- ko: { n: 'Korean' },
87
- kr: { n: 'Kanuri' },
88
- ks: { n: 'Kashmiri' },
89
- ku: { n: 'Kurdish' },
90
- kv: { n: 'Komi' },
91
- kw: { n: 'Cornish' },
92
- ky: { n: 'Kyrgyz' },
93
- la: { n: 'Latin' },
94
- lb: { n: 'Luxembourgish; Letzeburgesch' },
95
- lg: { n: 'Ganda' },
96
- li: { n: 'Limburgish' },
97
- ln: { n: 'Lingala' },
98
- lo: { n: 'Lao' },
99
- lt: { n: 'Lithuanian' },
100
- lu: { n: 'Luba-Katanga' },
101
- lv: { n: 'Latvian' },
102
- mg: { n: 'Malagasy' },
103
- mh: { n: 'Marshallese' },
104
- mi: { n: 'Maori' },
105
- mk: { n: 'Macedonian' },
106
- ml: { n: 'Malayalam' },
107
- mn: { n: 'Mongolian' },
108
- mr: { n: 'Marathi' },
109
- ms: { n: 'Malay' },
110
- mt: { n: 'Maltese' },
111
- my: { n: 'Burmese' },
112
- na: { n: 'Nauru' },
113
- nb: { n: 'Norwegian Bokmal' },
114
- nd: { n: 'North Ndebele' },
115
- ne: { n: 'Nepali' },
116
- ng: { n: 'Ndonga' },
117
- nl: { n: 'Dutch' },
118
- nn: { n: 'Norwegian Nynorsk' },
119
- no: { n: 'Norwegian' },
120
- nr: { n: 'South Ndebele' },
121
- nv: { n: 'Navajo' },
122
- ny: { n: 'Chichewa; Nyanja' },
123
- oc: { n: 'Occitan' },
124
- oj: { n: 'Ojibwe' },
125
- om: { n: 'Oromo' },
126
- or: { n: 'Oriya' },
127
- os: { n: 'Ossetian' },
128
- pa: { n: 'Panjabi' },
129
- pi: { n: 'Pali' },
130
- pl: { n: 'Polish' },
131
- ps: { n: 'Pashto' },
132
- pt: { n: 'Portuguese' },
133
- qu: { n: 'Quechua' },
134
- rm: { n: 'Romansh' },
135
- rn: { n: 'Kirundi' },
136
- ro: { n: 'Romanian' },
137
- ru: { n: 'Russian' },
138
- rw: { n: 'Kinyarwanda' },
139
- sa: { n: 'Sanskrit' },
140
- sc: { n: 'Sardinian' },
141
- sd: { n: 'Sindhi' },
142
- se: { n: 'Northern Sami' },
143
- sg: { n: 'Sango' },
144
- si: { n: 'Sinhala' },
145
- sk: { n: 'Slovak' },
146
- sl: { n: 'Slovene' },
147
- sm: { n: 'Samoan' },
148
- sn: { n: 'Shona' },
149
- so: { n: 'Somali' },
150
- sq: { n: 'Albanian' },
151
- sr: { n: 'Serbian' },
152
- ss: { n: 'Swati' },
153
- st: { n: 'Southern Sotho' },
154
- su: { n: 'Sundanese' },
155
- sv: { n: 'Swedish' },
156
- sw: { n: 'Swahili' },
157
- ta: { n: 'Tamil' },
158
- te: { n: 'Telugu' },
159
- tg: { n: 'Tajik' },
160
- th: { n: 'Thai' },
161
- ti: { n: 'Tigrinya' },
162
- tk: { n: 'Turkmen' },
163
- tl: { n: 'Tagalog' },
164
- tn: { n: 'Tswana' },
165
- to: { n: 'Tonga' },
166
- tr: { n: 'Turkish' },
167
- ts: { n: 'Tsonga' },
168
- tt: { n: 'Tatar' },
169
- tw: { n: 'Twi' },
170
- ty: { n: 'Tahitian' },
171
- ug: { n: 'Uyghur' },
172
- uk: { n: 'Ukrainian' },
173
- ur: { n: 'Urdu' },
174
- uz: { n: 'Uzbek' },
175
- ve: { n: 'Venda' },
176
- vi: { n: 'Vietnamese' },
177
- vo: { n: 'Volapük' },
178
- wa: { n: 'Walloon' },
179
- wo: { n: 'Wolof' },
180
- xh: { n: 'Xhosa' },
181
- yi: { n: 'Yiddish' },
182
- yo: { n: 'Yoruba' },
183
- za: { n: 'Zhuang' },
184
- zh: { n: 'Chinese' },
185
- zu: { n: 'Zulu' },
2
+ aa: { n: "Afar" },
3
+ ab: { n: "Abkhaz" },
4
+ ae: { n: "Avestan" },
5
+ af: { n: "Afrikaans" },
6
+ ak: { n: "Akan" },
7
+ am: { n: "Amharic" },
8
+ an: { n: "Aragonese" },
9
+ ar: { n: "Arabic" },
10
+ as: { n: "Assamese" },
11
+ av: { n: "Avaric" },
12
+ ay: { n: "Aymara" },
13
+ az: { n: "Azerbaijani" },
14
+ ba: { n: "Bashkir" },
15
+ be: { n: "Belarusian" },
16
+ bg: { n: "Bulgarian" },
17
+ bh: { n: "Bihari" },
18
+ bi: { n: "Bislama" },
19
+ bm: { n: "Bambara" },
20
+ bn: { n: "Bengali" },
21
+ bo: { n: "Tibetan" },
22
+ br: { n: "Breton" },
23
+ bs: { n: "Bosnian" },
24
+ ca: { n: "Catalan" },
25
+ ce: { n: "Chechen" },
26
+ ch: { n: "Chamorro" },
27
+ co: { n: "Corsican" },
28
+ cr: { n: "Cree" },
29
+ cs: { n: "Czech" },
30
+ cu: { n: "Old Slavonic" },
31
+ cv: { n: "Chuvash" },
32
+ cy: { n: "Welsh" },
33
+ da: { n: "Danish" },
34
+ de: { n: "German" },
35
+ dv: { n: "Divehi; Maldivian" },
36
+ dz: { n: "Dzongkha" },
37
+ ee: { n: "Ewe" },
38
+ el: { n: "Greek" },
39
+ en: { n: "English" },
40
+ eo: { n: "Esperanto" },
41
+ es: { n: "Spanish" },
42
+ et: { n: "Estonian" },
43
+ eu: { n: "Basque" },
44
+ fa: { n: "Persian" },
45
+ ff: { n: "Fula; Pulaar" },
46
+ fi: { n: "Finnish" },
47
+ fj: { n: "Fijian" },
48
+ fo: { n: "Faroese" },
49
+ fr: { n: "French" },
50
+ fy: { n: "Western Frisian" },
51
+ ga: { n: "Irish" },
52
+ gd: { n: "Scottish Gaelic" },
53
+ gl: { n: "Galician" },
54
+ gn: { n: "Guarani" },
55
+ gu: { n: "Gujarati" },
56
+ gv: { n: "Manx" },
57
+ ha: { n: "Hausa" },
58
+ he: { n: "Hebrew" },
59
+ hi: { n: "Hindi" },
60
+ ho: { n: "Hiri Motu" },
61
+ hr: { n: "Croatian" },
62
+ ht: { n: "Haitian Creole" },
63
+ hu: { n: "Hungarian" },
64
+ hy: { n: "Armenian" },
65
+ hz: { n: "Herero" },
66
+ ia: { n: "Interlingua" },
67
+ id: { n: "Indonesian" },
68
+ ie: { n: "Interlingue" },
69
+ ig: { n: "Igbo" },
70
+ ii: { n: "Nuosu" },
71
+ ik: { n: "Inupiaq" },
72
+ io: { n: "Ido" },
73
+ is: { n: "Icelandic" },
74
+ it: { n: "Italian" },
75
+ iu: { n: "Inuktitut" },
76
+ ja: { n: "Japanese" },
77
+ jv: { n: "Javanese" },
78
+ ka: { n: "Georgian" },
79
+ kg: { n: "Kongo" },
80
+ ki: { n: "Kikuyu" },
81
+ kj: { n: "Kwanyama" },
82
+ kk: { n: "Kazakh" },
83
+ kl: { n: "Kalaallisut; Greenlandic" },
84
+ km: { n: "Khmer" },
85
+ kn: { n: "Kannada" },
86
+ ko: { n: "Korean" },
87
+ kr: { n: "Kanuri" },
88
+ ks: { n: "Kashmiri" },
89
+ ku: { n: "Kurdish" },
90
+ kv: { n: "Komi" },
91
+ kw: { n: "Cornish" },
92
+ ky: { n: "Kyrgyz" },
93
+ la: { n: "Latin" },
94
+ lb: { n: "Luxembourgish; Letzeburgesch" },
95
+ lg: { n: "Ganda" },
96
+ li: { n: "Limburgish" },
97
+ ln: { n: "Lingala" },
98
+ lo: { n: "Lao" },
99
+ lt: { n: "Lithuanian" },
100
+ lu: { n: "Luba-Katanga" },
101
+ lv: { n: "Latvian" },
102
+ mg: { n: "Malagasy" },
103
+ mh: { n: "Marshallese" },
104
+ mi: { n: "Maori" },
105
+ mk: { n: "Macedonian" },
106
+ ml: { n: "Malayalam" },
107
+ mn: { n: "Mongolian" },
108
+ mr: { n: "Marathi" },
109
+ ms: { n: "Malay" },
110
+ mt: { n: "Maltese" },
111
+ my: { n: "Burmese" },
112
+ na: { n: "Nauru" },
113
+ nb: { n: "Norwegian Bokmal" },
114
+ nd: { n: "North Ndebele" },
115
+ ne: { n: "Nepali" },
116
+ ng: { n: "Ndonga" },
117
+ nl: { n: "Dutch" },
118
+ nn: { n: "Norwegian Nynorsk" },
119
+ no: { n: "Norwegian" },
120
+ nr: { n: "South Ndebele" },
121
+ nv: { n: "Navajo" },
122
+ ny: { n: "Chichewa; Nyanja" },
123
+ oc: { n: "Occitan" },
124
+ oj: { n: "Ojibwe" },
125
+ om: { n: "Oromo" },
126
+ or: { n: "Oriya" },
127
+ os: { n: "Ossetian" },
128
+ pa: { n: "Panjabi" },
129
+ pi: { n: "Pali" },
130
+ pl: { n: "Polish" },
131
+ ps: { n: "Pashto" },
132
+ pt: { n: "Portuguese" },
133
+ qu: { n: "Quechua" },
134
+ rm: { n: "Romansh" },
135
+ rn: { n: "Kirundi" },
136
+ ro: { n: "Romanian" },
137
+ ru: { n: "Russian" },
138
+ rw: { n: "Kinyarwanda" },
139
+ sa: { n: "Sanskrit" },
140
+ sc: { n: "Sardinian" },
141
+ sd: { n: "Sindhi" },
142
+ se: { n: "Northern Sami" },
143
+ sg: { n: "Sango" },
144
+ si: { n: "Sinhala" },
145
+ sk: { n: "Slovak" },
146
+ sl: { n: "Slovene" },
147
+ sm: { n: "Samoan" },
148
+ sn: { n: "Shona" },
149
+ so: { n: "Somali" },
150
+ sq: { n: "Albanian" },
151
+ sr: { n: "Serbian" },
152
+ ss: { n: "Swati" },
153
+ st: { n: "Southern Sotho" },
154
+ su: { n: "Sundanese" },
155
+ sv: { n: "Swedish" },
156
+ sw: { n: "Swahili" },
157
+ ta: { n: "Tamil" },
158
+ te: { n: "Telugu" },
159
+ tg: { n: "Tajik" },
160
+ th: { n: "Thai" },
161
+ ti: { n: "Tigrinya" },
162
+ tk: { n: "Turkmen" },
163
+ tl: { n: "Tagalog" },
164
+ tn: { n: "Tswana" },
165
+ to: { n: "Tonga" },
166
+ tr: { n: "Turkish" },
167
+ ts: { n: "Tsonga" },
168
+ tt: { n: "Tatar" },
169
+ tw: { n: "Twi" },
170
+ ty: { n: "Tahitian" },
171
+ ug: { n: "Uyghur" },
172
+ uk: { n: "Ukrainian" },
173
+ ur: { n: "Urdu" },
174
+ uz: { n: "Uzbek" },
175
+ ve: { n: "Venda" },
176
+ vi: { n: "Vietnamese" },
177
+ vo: { n: "Volapük" },
178
+ wa: { n: "Walloon" },
179
+ wo: { n: "Wolof" },
180
+ xh: { n: "Xhosa" },
181
+ yi: { n: "Yiddish" },
182
+ yo: { n: "Yoruba" },
183
+ za: { n: "Zhuang" },
184
+ zh: { n: "Chinese" },
185
+ zu: { n: "Zulu" },
186
186
  };
@@ -2,6 +2,6 @@ declare const literals: readonly ["crawler", "cli", "email", "fetcher", "inapp",
2
2
  /**
3
3
  * Browser Type
4
4
  * */
5
- export type BrowserType = typeof literals[number];
5
+ export type BrowserType = (typeof literals)[number];
6
6
  export declare const BrowserTypeItems: ReadonlyArray<BrowserType>;
7
7
  export {};
@@ -1,10 +1,2 @@
1
- const literals = [
2
- 'crawler',
3
- 'cli',
4
- 'email',
5
- 'fetcher',
6
- 'inapp',
7
- 'mediaplayer',
8
- 'library',
9
- ];
1
+ const literals = ["crawler", "cli", "email", "fetcher", "inapp", "mediaplayer", "library"];
10
2
  export const BrowserTypeItems = literals;