fansunited-widget-either-or 2.6.2 → 2.7.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/constants/constants.d.ts
CHANGED
|
@@ -56,6 +56,10 @@ export declare const supportedLanguages: {
|
|
|
56
56
|
key: string;
|
|
57
57
|
name: string;
|
|
58
58
|
};
|
|
59
|
+
hi: {
|
|
60
|
+
key: string;
|
|
61
|
+
name: string;
|
|
62
|
+
};
|
|
59
63
|
hu: {
|
|
60
64
|
key: string;
|
|
61
65
|
name: string;
|
|
@@ -202,6 +206,10 @@ export declare const languagesMap: {
|
|
|
202
206
|
key: string;
|
|
203
207
|
name: string;
|
|
204
208
|
};
|
|
209
|
+
hi: {
|
|
210
|
+
key: string;
|
|
211
|
+
name: string;
|
|
212
|
+
};
|
|
205
213
|
hu: {
|
|
206
214
|
key: string;
|
|
207
215
|
name: string;
|
package/either-or-manager.es.js
CHANGED
|
@@ -81391,6 +81391,7 @@ const Wp = (t) => (t == null ? void 0 : t.main) || (t == null ? void 0 : t.mobil
|
|
|
81391
81391
|
el: { key: "el", name: "Greek" },
|
|
81392
81392
|
es: { key: "es", name: "Spanish" },
|
|
81393
81393
|
fr: { key: "fr", name: "French" },
|
|
81394
|
+
hi: { key: "hi", name: "Hindi" },
|
|
81394
81395
|
hu: { key: "hu", name: "Hungarian" },
|
|
81395
81396
|
it: { key: "it", name: "Italian" },
|
|
81396
81397
|
nl: { key: "nl", name: "Dutch" },
|
|
@@ -81428,6 +81429,7 @@ const Wp = (t) => (t == null ? void 0 : t.main) || (t == null ? void 0 : t.mobil
|
|
|
81428
81429
|
el: bt.el,
|
|
81429
81430
|
es: bt.es,
|
|
81430
81431
|
fr: bt.fr,
|
|
81432
|
+
hi: bt.hi,
|
|
81431
81433
|
hu: bt.hu,
|
|
81432
81434
|
it: bt.it,
|
|
81433
81435
|
nl: bt.nl,
|