@lingo.dev/_spec 0.24.3 → 0.24.4
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 +9 -2
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.mjs +9 -2
- package/package.json +1 -1
package/build/index.cjs
CHANGED
@@ -174,8 +174,15 @@ var localeMap = {
|
|
174
174
|
lv: ["lv-LV"],
|
175
175
|
// Lithuanian (Lithuania)
|
176
176
|
lt: ["lt-LT"],
|
177
|
-
// Norwegian
|
178
|
-
no: [
|
177
|
+
// Norwegian
|
178
|
+
no: [
|
179
|
+
"no-NO",
|
180
|
+
// Norway (legacy)
|
181
|
+
"nb-NO",
|
182
|
+
// Norwegian Bokmål
|
183
|
+
"nn-NO"
|
184
|
+
// Norwegian Nynorsk
|
185
|
+
],
|
179
186
|
// Romanian (Romania)
|
180
187
|
ro: ["ro-RO"],
|
181
188
|
// Slovak (Slovakia)
|
package/build/index.d.cts
CHANGED
@@ -42,7 +42,7 @@ declare const localeMap: {
|
|
42
42
|
readonly km: readonly ["km-KH"];
|
43
43
|
readonly lv: readonly ["lv-LV"];
|
44
44
|
readonly lt: readonly ["lt-LT"];
|
45
|
-
readonly no: readonly ["no-NO"];
|
45
|
+
readonly no: readonly ["no-NO", "nb-NO", "nn-NO"];
|
46
46
|
readonly ro: readonly ["ro-RO"];
|
47
47
|
readonly sk: readonly ["sk-SK"];
|
48
48
|
readonly sw: readonly ["sw-TZ", "sw-KE"];
|
package/build/index.d.ts
CHANGED
@@ -42,7 +42,7 @@ declare const localeMap: {
|
|
42
42
|
readonly km: readonly ["km-KH"];
|
43
43
|
readonly lv: readonly ["lv-LV"];
|
44
44
|
readonly lt: readonly ["lt-LT"];
|
45
|
-
readonly no: readonly ["no-NO"];
|
45
|
+
readonly no: readonly ["no-NO", "nb-NO", "nn-NO"];
|
46
46
|
readonly ro: readonly ["ro-RO"];
|
47
47
|
readonly sk: readonly ["sk-SK"];
|
48
48
|
readonly sw: readonly ["sw-TZ", "sw-KE"];
|
package/build/index.mjs
CHANGED
@@ -174,8 +174,15 @@ var localeMap = {
|
|
174
174
|
lv: ["lv-LV"],
|
175
175
|
// Lithuanian (Lithuania)
|
176
176
|
lt: ["lt-LT"],
|
177
|
-
// Norwegian
|
178
|
-
no: [
|
177
|
+
// Norwegian
|
178
|
+
no: [
|
179
|
+
"no-NO",
|
180
|
+
// Norway (legacy)
|
181
|
+
"nb-NO",
|
182
|
+
// Norwegian Bokmål
|
183
|
+
"nn-NO"
|
184
|
+
// Norwegian Nynorsk
|
185
|
+
],
|
179
186
|
// Romanian (Romania)
|
180
187
|
ro: ["ro-RO"],
|
181
188
|
// Slovak (Slovakia)
|