@lingo.dev/_spec 0.25.3 → 0.26.1

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 CHANGED
@@ -69,6 +69,8 @@ var localeMap = {
69
69
  ca: ["ca-ES"],
70
70
  // Japanese (Japan)
71
71
  ja: ["ja-JP"],
72
+ // Kazakh (Kazakhstan)
73
+ kk: ["kk-KZ"],
72
74
  // German
73
75
  de: [
74
76
  "de-DE",
@@ -191,8 +193,14 @@ var localeMap = {
191
193
  sw: [
192
194
  "sw-TZ",
193
195
  // Tanzania
194
- "sw-KE"
196
+ "sw-KE",
195
197
  // Kenya
198
+ "sw-UG",
199
+ // Uganda
200
+ "sw-CD",
201
+ // Democratic Republic of Congo
202
+ "sw-RW"
203
+ // Rwanda
196
204
  ],
197
205
  // Persian (Iran)
198
206
  fa: ["fa-IR"],
@@ -235,7 +243,9 @@ var localeMap = {
235
243
  // Tagalog (Philippines)
236
244
  tl: ["tl-PH"],
237
245
  // Telugu (India)
238
- te: ["te-IN"]
246
+ te: ["te-IN"],
247
+ // Kinyarwanda (Rwanda)
248
+ rw: ["rw-RW"]
239
249
  };
240
250
  var localeCodesShort = Object.keys(localeMap);
241
251
  var localeCodesFull = Object.values(localeMap).flat();
package/build/index.d.cts CHANGED
@@ -19,6 +19,7 @@ declare const localeMap: {
19
19
  readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE"];
20
20
  readonly ca: readonly ["ca-ES"];
21
21
  readonly ja: readonly ["ja-JP"];
22
+ readonly kk: readonly ["kk-KZ"];
22
23
  readonly de: readonly ["de-DE", "de-AT", "de-CH"];
23
24
  readonly pt: readonly ["pt-PT", "pt-BR"];
24
25
  readonly it: readonly ["it-IT", "it-CH"];
@@ -45,7 +46,7 @@ declare const localeMap: {
45
46
  readonly no: readonly ["no-NO", "nb-NO", "nn-NO"];
46
47
  readonly ro: readonly ["ro-RO"];
47
48
  readonly sk: readonly ["sk-SK"];
48
- readonly sw: readonly ["sw-TZ", "sw-KE"];
49
+ readonly sw: readonly ["sw-TZ", "sw-KE", "sw-UG", "sw-CD", "sw-RW"];
49
50
  readonly fa: readonly ["fa-IR"];
50
51
  readonly fil: readonly ["fil-PH"];
51
52
  readonly pa: readonly ["pa-IN", "pa-PK"];
@@ -62,6 +63,7 @@ declare const localeMap: {
62
63
  readonly zgh: readonly ["zgh-MA"];
63
64
  readonly tl: readonly ["tl-PH"];
64
65
  readonly te: readonly ["te-IN"];
66
+ readonly rw: readonly ["rw-RW"];
65
67
  };
66
68
  type LocaleCodeShort = keyof typeof localeMap;
67
69
  type LocaleCodeFull = (typeof localeMap)[LocaleCodeShort][number];
package/build/index.d.ts CHANGED
@@ -19,6 +19,7 @@ declare const localeMap: {
19
19
  readonly fr: readonly ["fr-FR", "fr-CA", "fr-BE"];
20
20
  readonly ca: readonly ["ca-ES"];
21
21
  readonly ja: readonly ["ja-JP"];
22
+ readonly kk: readonly ["kk-KZ"];
22
23
  readonly de: readonly ["de-DE", "de-AT", "de-CH"];
23
24
  readonly pt: readonly ["pt-PT", "pt-BR"];
24
25
  readonly it: readonly ["it-IT", "it-CH"];
@@ -45,7 +46,7 @@ declare const localeMap: {
45
46
  readonly no: readonly ["no-NO", "nb-NO", "nn-NO"];
46
47
  readonly ro: readonly ["ro-RO"];
47
48
  readonly sk: readonly ["sk-SK"];
48
- readonly sw: readonly ["sw-TZ", "sw-KE"];
49
+ readonly sw: readonly ["sw-TZ", "sw-KE", "sw-UG", "sw-CD", "sw-RW"];
49
50
  readonly fa: readonly ["fa-IR"];
50
51
  readonly fil: readonly ["fil-PH"];
51
52
  readonly pa: readonly ["pa-IN", "pa-PK"];
@@ -62,6 +63,7 @@ declare const localeMap: {
62
63
  readonly zgh: readonly ["zgh-MA"];
63
64
  readonly tl: readonly ["tl-PH"];
64
65
  readonly te: readonly ["te-IN"];
66
+ readonly rw: readonly ["rw-RW"];
65
67
  };
66
68
  type LocaleCodeShort = keyof typeof localeMap;
67
69
  type LocaleCodeFull = (typeof localeMap)[LocaleCodeShort][number];
package/build/index.mjs CHANGED
@@ -69,6 +69,8 @@ var localeMap = {
69
69
  ca: ["ca-ES"],
70
70
  // Japanese (Japan)
71
71
  ja: ["ja-JP"],
72
+ // Kazakh (Kazakhstan)
73
+ kk: ["kk-KZ"],
72
74
  // German
73
75
  de: [
74
76
  "de-DE",
@@ -191,8 +193,14 @@ var localeMap = {
191
193
  sw: [
192
194
  "sw-TZ",
193
195
  // Tanzania
194
- "sw-KE"
196
+ "sw-KE",
195
197
  // Kenya
198
+ "sw-UG",
199
+ // Uganda
200
+ "sw-CD",
201
+ // Democratic Republic of Congo
202
+ "sw-RW"
203
+ // Rwanda
196
204
  ],
197
205
  // Persian (Iran)
198
206
  fa: ["fa-IR"],
@@ -235,7 +243,9 @@ var localeMap = {
235
243
  // Tagalog (Philippines)
236
244
  tl: ["tl-PH"],
237
245
  // Telugu (India)
238
- te: ["te-IN"]
246
+ te: ["te-IN"],
247
+ // Kinyarwanda (Rwanda)
248
+ rw: ["rw-RW"]
239
249
  };
240
250
  var localeCodesShort = Object.keys(localeMap);
241
251
  var localeCodesFull = Object.values(localeMap).flat();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_spec",
3
- "version": "0.25.3",
3
+ "version": "0.26.1",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {