@lingo.dev/_spec 0.40.1 → 0.40.2
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/build/index.cjs +13 -4
- package/build/index.d.cts +3 -3
- package/build/index.d.ts +3 -3
- package/build/index.mjs +13 -4
- package/package.json +1 -1
package/build/index.cjs
CHANGED
@@ -29,8 +29,13 @@ var localeMap = {
|
|
29
29
|
he: ["he-IL"],
|
30
30
|
// Estonian (Estonia)
|
31
31
|
et: ["et-EE"],
|
32
|
-
// Greek
|
33
|
-
el: [
|
32
|
+
// Greek
|
33
|
+
el: [
|
34
|
+
"el-GR",
|
35
|
+
// Greece
|
36
|
+
"el-CY"
|
37
|
+
// Cyprus
|
38
|
+
],
|
34
39
|
// Danish (Denmark)
|
35
40
|
da: ["da-DK"],
|
36
41
|
// Azerbaijani (Azerbaijan)
|
@@ -49,8 +54,10 @@ var localeMap = {
|
|
49
54
|
// Australia
|
50
55
|
"en-CA",
|
51
56
|
// Canada
|
52
|
-
"en-SG"
|
57
|
+
"en-SG",
|
53
58
|
// Singapore
|
59
|
+
"en-IE"
|
60
|
+
// Ireland
|
54
61
|
],
|
55
62
|
// Spanish
|
56
63
|
es: [
|
@@ -69,8 +76,10 @@ var localeMap = {
|
|
69
76
|
// France
|
70
77
|
"fr-CA",
|
71
78
|
// Canada
|
72
|
-
"fr-BE"
|
79
|
+
"fr-BE",
|
73
80
|
// Belgium
|
81
|
+
"fr-LU"
|
82
|
+
// Luxembourg
|
74
83
|
],
|
75
84
|
// Catalan (Spain)
|
76
85
|
ca: ["ca-ES"],
|
package/build/index.d.cts
CHANGED
@@ -9,14 +9,14 @@ declare const localeMap: {
|
|
9
9
|
readonly hu: readonly ["hu-HU"];
|
10
10
|
readonly he: readonly ["he-IL"];
|
11
11
|
readonly et: readonly ["et-EE"];
|
12
|
-
readonly el: readonly ["el-GR"];
|
12
|
+
readonly el: readonly ["el-GR", "el-CY"];
|
13
13
|
readonly da: readonly ["da-DK"];
|
14
14
|
readonly az: readonly ["az-AZ"];
|
15
15
|
readonly th: readonly ["th-TH"];
|
16
16
|
readonly sv: readonly ["sv-SE"];
|
17
|
-
readonly en: readonly ["en-US", "en-GB", "en-AU", "en-CA", "en-SG"];
|
17
|
+
readonly en: readonly ["en-US", "en-GB", "en-AU", "en-CA", "en-SG", "en-IE"];
|
18
18
|
readonly es: readonly ["es-ES", "es-419", "es-MX", "es-AR"];
|
19
|
-
readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE"];
|
19
|
+
readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE", "fr-LU"];
|
20
20
|
readonly ca: readonly ["ca-ES"];
|
21
21
|
readonly ja: readonly ["ja-JP"];
|
22
22
|
readonly kk: readonly ["kk-KZ"];
|
package/build/index.d.ts
CHANGED
@@ -9,14 +9,14 @@ declare const localeMap: {
|
|
9
9
|
readonly hu: readonly ["hu-HU"];
|
10
10
|
readonly he: readonly ["he-IL"];
|
11
11
|
readonly et: readonly ["et-EE"];
|
12
|
-
readonly el: readonly ["el-GR"];
|
12
|
+
readonly el: readonly ["el-GR", "el-CY"];
|
13
13
|
readonly da: readonly ["da-DK"];
|
14
14
|
readonly az: readonly ["az-AZ"];
|
15
15
|
readonly th: readonly ["th-TH"];
|
16
16
|
readonly sv: readonly ["sv-SE"];
|
17
|
-
readonly en: readonly ["en-US", "en-GB", "en-AU", "en-CA", "en-SG"];
|
17
|
+
readonly en: readonly ["en-US", "en-GB", "en-AU", "en-CA", "en-SG", "en-IE"];
|
18
18
|
readonly es: readonly ["es-ES", "es-419", "es-MX", "es-AR"];
|
19
|
-
readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE"];
|
19
|
+
readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE", "fr-LU"];
|
20
20
|
readonly ca: readonly ["ca-ES"];
|
21
21
|
readonly ja: readonly ["ja-JP"];
|
22
22
|
readonly kk: readonly ["kk-KZ"];
|
package/build/index.mjs
CHANGED
@@ -29,8 +29,13 @@ var localeMap = {
|
|
29
29
|
he: ["he-IL"],
|
30
30
|
// Estonian (Estonia)
|
31
31
|
et: ["et-EE"],
|
32
|
-
// Greek
|
33
|
-
el: [
|
32
|
+
// Greek
|
33
|
+
el: [
|
34
|
+
"el-GR",
|
35
|
+
// Greece
|
36
|
+
"el-CY"
|
37
|
+
// Cyprus
|
38
|
+
],
|
34
39
|
// Danish (Denmark)
|
35
40
|
da: ["da-DK"],
|
36
41
|
// Azerbaijani (Azerbaijan)
|
@@ -49,8 +54,10 @@ var localeMap = {
|
|
49
54
|
// Australia
|
50
55
|
"en-CA",
|
51
56
|
// Canada
|
52
|
-
"en-SG"
|
57
|
+
"en-SG",
|
53
58
|
// Singapore
|
59
|
+
"en-IE"
|
60
|
+
// Ireland
|
54
61
|
],
|
55
62
|
// Spanish
|
56
63
|
es: [
|
@@ -69,8 +76,10 @@ var localeMap = {
|
|
69
76
|
// France
|
70
77
|
"fr-CA",
|
71
78
|
// Canada
|
72
|
-
"fr-BE"
|
79
|
+
"fr-BE",
|
73
80
|
// Belgium
|
81
|
+
"fr-LU"
|
82
|
+
// Luxembourg
|
74
83
|
],
|
75
84
|
// Catalan (Spain)
|
76
85
|
ca: ["ca-ES"],
|