@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/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
|
package/src/aliases.generated.js
CHANGED
|
@@ -12,6 +12,7 @@ exports.languageAlias = {
|
|
|
12
12
|
"afr": "af",
|
|
13
13
|
"agp": "apf",
|
|
14
14
|
"ais": "ami",
|
|
15
|
+
"ajt": "aeb",
|
|
15
16
|
"aju": "jrb",
|
|
16
17
|
"aka": "ak",
|
|
17
18
|
"alb": "sq",
|
|
@@ -234,6 +235,7 @@ exports.languageAlias = {
|
|
|
234
235
|
"kzh": "dgl",
|
|
235
236
|
"kzj": "dtp",
|
|
236
237
|
"kzt": "dtp",
|
|
238
|
+
"lak": "ksp",
|
|
237
239
|
"lao": "lo",
|
|
238
240
|
"lat": "la",
|
|
239
241
|
"lav": "lv",
|
|
@@ -374,9 +376,11 @@ exports.languageAlias = {
|
|
|
374
376
|
"slk": "sk",
|
|
375
377
|
"slo": "sk",
|
|
376
378
|
"slv": "sl",
|
|
379
|
+
"smd": "kmb",
|
|
377
380
|
"sme": "se",
|
|
378
381
|
"smo": "sm",
|
|
379
382
|
"sna": "sn",
|
|
383
|
+
"snb": "iba",
|
|
380
384
|
"snd": "sd",
|
|
381
385
|
"som": "so",
|
|
382
386
|
"sot": "st",
|
package/src/canonicalizer.d.ts
CHANGED
package/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
|