@lingo.dev/_spec 0.25.3 → 0.26.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/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",
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"];
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"];
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",
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.0",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {