@lingo.dev/_spec 0.39.0 → 0.39.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
@@ -171,6 +171,7 @@ var localeMap = {
171
171
  pl: ["pl-PL"],
172
172
  // Indonesian (Indonesia)
173
173
  id: ["id-ID"],
174
+ is: ["is-IS"],
174
175
  // Malay (Malaysia)
175
176
  ms: ["ms-MY"],
176
177
  // Finnish (Finland)
package/build/index.d.cts CHANGED
@@ -36,6 +36,7 @@ declare const localeMap: {
36
36
  readonly nl: readonly ["nl-NL", "nl-BE"];
37
37
  readonly pl: readonly ["pl-PL"];
38
38
  readonly id: readonly ["id-ID"];
39
+ readonly is: readonly ["is-IS"];
39
40
  readonly ms: readonly ["ms-MY"];
40
41
  readonly fi: readonly ["fi-FI"];
41
42
  readonly eu: readonly ["eu-ES"];
package/build/index.d.ts CHANGED
@@ -36,6 +36,7 @@ declare const localeMap: {
36
36
  readonly nl: readonly ["nl-NL", "nl-BE"];
37
37
  readonly pl: readonly ["pl-PL"];
38
38
  readonly id: readonly ["id-ID"];
39
+ readonly is: readonly ["is-IS"];
39
40
  readonly ms: readonly ["ms-MY"];
40
41
  readonly fi: readonly ["fi-FI"];
41
42
  readonly eu: readonly ["eu-ES"];
package/build/index.mjs CHANGED
@@ -171,6 +171,7 @@ var localeMap = {
171
171
  pl: ["pl-PL"],
172
172
  // Indonesian (Indonesia)
173
173
  id: ["id-ID"],
174
+ is: ["is-IS"],
174
175
  // Malay (Malaysia)
175
176
  ms: ["ms-MY"],
176
177
  // Finnish (Finland)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_spec",
3
- "version": "0.39.0",
3
+ "version": "0.39.1",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {