@lingo.dev/_spec 0.26.4 → 0.26.5

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
@@ -236,6 +236,8 @@ var localeMap = {
236
236
  nap: ["nap-IT"],
237
237
  // Afrikaans (South Africa)
238
238
  af: ["af-ZA"],
239
+ // Uzbek (Latin)
240
+ uz: ["uz-Latn"],
239
241
  // Somali (Somalia)
240
242
  so: ["so-SO"],
241
243
  // Tigrinya (Ethiopia)
package/build/index.d.cts CHANGED
@@ -59,6 +59,7 @@ declare const localeMap: {
59
59
  readonly bar: readonly ["bar-DE"];
60
60
  readonly nap: readonly ["nap-IT"];
61
61
  readonly af: readonly ["af-ZA"];
62
+ readonly uz: readonly ["uz-Latn"];
62
63
  readonly so: readonly ["so-SO"];
63
64
  readonly ti: readonly ["ti-ET"];
64
65
  readonly zgh: readonly ["zgh-MA"];
package/build/index.d.ts CHANGED
@@ -59,6 +59,7 @@ declare const localeMap: {
59
59
  readonly bar: readonly ["bar-DE"];
60
60
  readonly nap: readonly ["nap-IT"];
61
61
  readonly af: readonly ["af-ZA"];
62
+ readonly uz: readonly ["uz-Latn"];
62
63
  readonly so: readonly ["so-SO"];
63
64
  readonly ti: readonly ["ti-ET"];
64
65
  readonly zgh: readonly ["zgh-MA"];
package/build/index.mjs CHANGED
@@ -236,6 +236,8 @@ var localeMap = {
236
236
  nap: ["nap-IT"],
237
237
  // Afrikaans (South Africa)
238
238
  af: ["af-ZA"],
239
+ // Uzbek (Latin)
240
+ uz: ["uz-Latn"],
239
241
  // Somali (Somalia)
240
242
  so: ["so-SO"],
241
243
  // Tigrinya (Ethiopia)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_spec",
3
- "version": "0.26.4",
3
+ "version": "0.26.5",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {