@orderly.network/i18n 2.8.11-alpha.0 → 2.8.11-alpha.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.
@@ -6,6 +6,7 @@ declare const en: {
6
6
  "notification.general": string;
7
7
  "notification.joinNow": string;
8
8
  "notification.listing": string;
9
+ "notification.vote": string;
9
10
  "notification.maintenance": string;
10
11
  "notification.maintenanceDuration.hours": string;
11
12
  "notification.maintenanceDuration.minutes": string;
@@ -6,6 +6,7 @@ declare const en: {
6
6
  "notification.general": string;
7
7
  "notification.joinNow": string;
8
8
  "notification.listing": string;
9
+ "notification.vote": string;
9
10
  "notification.maintenance": string;
10
11
  "notification.maintenanceDuration.hours": string;
11
12
  "notification.maintenanceDuration.minutes": string;
@@ -1,2 +1,2 @@
1
- export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-JUUchtwc.mjs';
1
+ export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-x4mMuYMd.mjs';
2
2
  import 'react';
@@ -1,2 +1,2 @@
1
- export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-JUUchtwc.js';
1
+ export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-x4mMuYMd.js';
2
2
  import 'react';
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-JUUchtwc.mjs';
2
- export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-JUUchtwc.mjs';
1
+ import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-x4mMuYMd.mjs';
2
+ export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-x4mMuYMd.mjs';
3
3
  import * as react_i18next from 'react-i18next';
4
4
  import { I18nextProviderProps, FallbackNs, UseTranslationOptions } from 'react-i18next';
5
5
  export * from 'react-i18next';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-JUUchtwc.js';
2
- export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-JUUchtwc.js';
1
+ import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-x4mMuYMd.js';
2
+ export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-x4mMuYMd.js';
3
3
  import * as react_i18next from 'react-i18next';
4
4
  import { I18nextProviderProps, FallbackNs, UseTranslationOptions } from 'react-i18next';
5
5
  export * from 'react-i18next';
package/dist/index.js CHANGED
@@ -443,6 +443,7 @@ var notification = {
443
443
  "notification.general": "General update",
444
444
  "notification.joinNow": "Join now",
445
445
  "notification.listing": "New token listing",
446
+ "notification.vote": "Community vote",
446
447
  "notification.maintenance": "System maintenance",
447
448
  "notification.maintenanceDuration.hours": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
448
449
  "notification.maintenanceDuration.minutes": "{{minutes}} MINs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",