@snack-uikit/locale 0.8.0 → 0.8.1-preview-7c4b3e02.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/README.md CHANGED
@@ -54,7 +54,7 @@ const lang = 'en_GB'; // or 'ru_RU' or 'custom_LANG'
54
54
  | name | type | default value | description |
55
55
  |------|------|---------------|-------------|
56
56
  | lang* | `string` | - | |
57
- | locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 4 more ...; ColorPicker: { ...; }; }>>` | - | |
57
+ | locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 5 more ...; Calendar: { ...; }; }>>` | - | |
58
58
  ## useLocale
59
59
  `helper`
60
60
 
@@ -47,4 +47,8 @@ export declare const en_GB: {
47
47
  apply: string;
48
48
  cancel: string;
49
49
  };
50
+ Calendar: {
51
+ current: string;
52
+ time: string;
53
+ };
50
54
  };
@@ -47,4 +47,8 @@ export const en_GB = {
47
47
  apply: 'Apply',
48
48
  cancel: 'Cancel',
49
49
  },
50
+ Calendar: {
51
+ current: 'Current',
52
+ time: 'Time',
53
+ },
50
54
  };
@@ -48,6 +48,10 @@ export declare const LOCALES: {
48
48
  apply: string;
49
49
  cancel: string;
50
50
  };
51
+ Calendar: {
52
+ current: string;
53
+ time: string;
54
+ };
51
55
  };
52
56
  readonly ru_RU: {
53
57
  Table: {
@@ -98,5 +102,9 @@ export declare const LOCALES: {
98
102
  apply: string;
99
103
  cancel: string;
100
104
  };
105
+ Calendar: {
106
+ current: string;
107
+ time: string;
108
+ };
101
109
  };
102
110
  };
@@ -47,4 +47,8 @@ export const ru_RU = {
47
47
  apply: 'Применить',
48
48
  cancel: 'Отменить',
49
49
  },
50
+ Calendar: {
51
+ current: 'Сейчас',
52
+ time: 'Время',
53
+ },
50
54
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.8.0",
7
+ "version": "0.8.1-preview-7c4b3e02.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "@types/lodash.merge": "4.6.9"
39
39
  },
40
- "gitHead": "6f68e2729e48e5b34674af649dc9dfb3bda3951f"
40
+ "gitHead": "1866935c8f6ec47d84aa6d9f3630783202624819"
41
41
  }
@@ -47,4 +47,8 @@ export const en_GB = {
47
47
  apply: 'Apply',
48
48
  cancel: 'Cancel',
49
49
  },
50
+ Calendar: {
51
+ current: 'Current',
52
+ time: 'Time',
53
+ },
50
54
  };
@@ -49,4 +49,8 @@ export const ru_RU: typeof en_GB = {
49
49
  apply: 'Применить',
50
50
  cancel: 'Отменить',
51
51
  },
52
+ Calendar: {
53
+ current: 'Сейчас',
54
+ time: 'Время',
55
+ },
52
56
  };