@lingo.dev/_spec 0.26.2 → 0.26.3

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
@@ -222,6 +222,8 @@ var localeMap = {
222
222
  ],
223
223
  // Irish (Ireland)
224
224
  ga: ["ga-IE"],
225
+ // Galician (Spain)
226
+ gl: ["gl-ES"],
225
227
  // Maltese (Malta)
226
228
  mt: ["mt-MT"],
227
229
  // Slovenian (Slovenia)
package/build/index.d.cts CHANGED
@@ -52,6 +52,7 @@ declare const localeMap: {
52
52
  readonly pa: readonly ["pa-IN", "pa-PK"];
53
53
  readonly bn: readonly ["bn-BD", "bn-IN"];
54
54
  readonly ga: readonly ["ga-IE"];
55
+ readonly gl: readonly ["gl-ES"];
55
56
  readonly mt: readonly ["mt-MT"];
56
57
  readonly sl: readonly ["sl-SI"];
57
58
  readonly sq: readonly ["sq-AL"];
package/build/index.d.ts CHANGED
@@ -52,6 +52,7 @@ declare const localeMap: {
52
52
  readonly pa: readonly ["pa-IN", "pa-PK"];
53
53
  readonly bn: readonly ["bn-BD", "bn-IN"];
54
54
  readonly ga: readonly ["ga-IE"];
55
+ readonly gl: readonly ["gl-ES"];
55
56
  readonly mt: readonly ["mt-MT"];
56
57
  readonly sl: readonly ["sl-SI"];
57
58
  readonly sq: readonly ["sq-AL"];
package/build/index.mjs CHANGED
@@ -222,6 +222,8 @@ var localeMap = {
222
222
  ],
223
223
  // Irish (Ireland)
224
224
  ga: ["ga-IE"],
225
+ // Galician (Spain)
226
+ gl: ["gl-ES"],
225
227
  // Maltese (Malta)
226
228
  mt: ["mt-MT"],
227
229
  // Slovenian (Slovenia)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_spec",
3
- "version": "0.26.2",
3
+ "version": "0.26.3",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {