@formatjs/intl-getcanonicallocales 2.2.0 → 2.3.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/index.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/polyfill-force.d.ts +0 -1
- package/lib/polyfill.d.ts +0 -1
- package/lib/should-polyfill.d.ts +0 -1
- package/lib/src/aliases.generated.d.ts +0 -1
- package/lib/src/aliases.generated.js +4 -0
- package/lib/src/canonicalizer.d.ts +0 -1
- package/lib/src/emitter.d.ts +0 -1
- package/lib/src/likelySubtags.generated.d.ts +0 -1
- package/lib/src/likelySubtags.generated.js +6180 -12
- package/lib/src/parser.d.ts +0 -1
- package/lib/src/types.d.ts +0 -1
- package/package.json +1 -1
- package/polyfill-force.d.ts +0 -1
- package/polyfill.d.ts +0 -1
- package/polyfill.iife.js +6184 -12
- package/should-polyfill.d.ts +0 -1
- package/src/aliases.generated.d.ts +0 -1
- package/src/aliases.generated.js +4 -0
- package/src/canonicalizer.d.ts +0 -1
- package/src/emitter.d.ts +0 -1
- package/src/likelySubtags.generated.d.ts +0 -1
- package/src/likelySubtags.generated.js +6180 -12
- package/src/parser.d.ts +0 -1
- package/src/types.d.ts +0 -1
- package/index.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/src/aliases.generated.d.ts.map +0 -1
- package/lib/src/canonicalizer.d.ts.map +0 -1
- package/lib/src/emitter.d.ts.map +0 -1
- package/lib/src/likelySubtags.generated.d.ts.map +0 -1
- package/lib/src/parser.d.ts.map +0 -1
- package/lib/src/types.d.ts.map +0 -1
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill.d.ts.map +0 -1
- package/should-polyfill.d.ts.map +0 -1
- package/src/aliases.generated.d.ts.map +0 -1
- package/src/canonicalizer.d.ts.map +0 -1
- package/src/emitter.d.ts.map +0 -1
- package/src/likelySubtags.generated.d.ts.map +0 -1
- package/src/parser.d.ts.map +0 -1
- package/src/types.d.ts.map +0 -1
package/index.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/polyfill-force.d.ts
CHANGED
package/lib/polyfill.d.ts
CHANGED
package/lib/should-polyfill.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ export declare const languageAlias: Record<string, string>;
|
|
|
2
2
|
export declare const territoryAlias: Record<string, string>;
|
|
3
3
|
export declare const scriptAlias: Record<string, string>;
|
|
4
4
|
export declare const variantAlias: Record<string, string>;
|
|
5
|
-
//# sourceMappingURL=aliases.generated.d.ts.map
|
|
@@ -9,6 +9,7 @@ export var languageAlias = {
|
|
|
9
9
|
"afr": "af",
|
|
10
10
|
"agp": "apf",
|
|
11
11
|
"ais": "ami",
|
|
12
|
+
"ajt": "aeb",
|
|
12
13
|
"aju": "jrb",
|
|
13
14
|
"aka": "ak",
|
|
14
15
|
"alb": "sq",
|
|
@@ -231,6 +232,7 @@ export var languageAlias = {
|
|
|
231
232
|
"kzh": "dgl",
|
|
232
233
|
"kzj": "dtp",
|
|
233
234
|
"kzt": "dtp",
|
|
235
|
+
"lak": "ksp",
|
|
234
236
|
"lao": "lo",
|
|
235
237
|
"lat": "la",
|
|
236
238
|
"lav": "lv",
|
|
@@ -371,9 +373,11 @@ export var languageAlias = {
|
|
|
371
373
|
"slk": "sk",
|
|
372
374
|
"slo": "sk",
|
|
373
375
|
"slv": "sl",
|
|
376
|
+
"smd": "kmb",
|
|
374
377
|
"sme": "se",
|
|
375
378
|
"smo": "sm",
|
|
376
379
|
"sna": "sn",
|
|
380
|
+
"snb": "iba",
|
|
377
381
|
"snd": "sd",
|
|
378
382
|
"som": "so",
|
|
379
383
|
"sot": "st",
|
package/lib/src/emitter.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { UnicodeLanguageId, UnicodeLocaleId } from './types';
|
|
2
2
|
export declare function emitUnicodeLanguageId(lang?: UnicodeLanguageId): string;
|
|
3
3
|
export declare function emitUnicodeLocaleId({ lang, extensions, }: UnicodeLocaleId): string;
|
|
4
|
-
//# sourceMappingURL=emitter.d.ts.map
|