@snack-uikit/locale 0.15.5 → 0.15.6-preview-7a4708af.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.
@@ -59,6 +59,7 @@ export declare const en_GB: {
59
59
  };
60
60
  Calendar: {
61
61
  current: string;
62
+ apply: string;
62
63
  time: string;
63
64
  presets: string;
64
65
  defaultPresets: {
@@ -65,6 +65,7 @@ exports.en_GB = {
65
65
  },
66
66
  Calendar: {
67
67
  current: 'Current',
68
+ apply: 'Apply',
68
69
  time: 'Time',
69
70
  presets: 'Presets',
70
71
  defaultPresets: {
@@ -60,6 +60,7 @@ export declare const LOCALES: {
60
60
  };
61
61
  Calendar: {
62
62
  current: string;
63
+ apply: string;
63
64
  time: string;
64
65
  presets: string;
65
66
  defaultPresets: {
@@ -147,6 +148,7 @@ export declare const LOCALES: {
147
148
  };
148
149
  Calendar: {
149
150
  current: string;
151
+ apply: string;
150
152
  time: string;
151
153
  presets: string;
152
154
  defaultPresets: {
@@ -65,6 +65,7 @@ exports.ru_RU = {
65
65
  },
66
66
  Calendar: {
67
67
  current: 'Сейчас',
68
+ apply: 'Применить',
68
69
  time: 'Время',
69
70
  presets: 'Пресеты',
70
71
  defaultPresets: {
@@ -59,6 +59,7 @@ export declare const en_GB: {
59
59
  };
60
60
  Calendar: {
61
61
  current: string;
62
+ apply: string;
62
63
  time: string;
63
64
  presets: string;
64
65
  defaultPresets: {
@@ -59,6 +59,7 @@ export const en_GB = {
59
59
  },
60
60
  Calendar: {
61
61
  current: 'Current',
62
+ apply: 'Apply',
62
63
  time: 'Time',
63
64
  presets: 'Presets',
64
65
  defaultPresets: {
@@ -60,6 +60,7 @@ export declare const LOCALES: {
60
60
  };
61
61
  Calendar: {
62
62
  current: string;
63
+ apply: string;
63
64
  time: string;
64
65
  presets: string;
65
66
  defaultPresets: {
@@ -147,6 +148,7 @@ export declare const LOCALES: {
147
148
  };
148
149
  Calendar: {
149
150
  current: string;
151
+ apply: string;
150
152
  time: string;
151
153
  presets: string;
152
154
  defaultPresets: {
@@ -59,6 +59,7 @@ export const ru_RU = {
59
59
  },
60
60
  Calendar: {
61
61
  current: 'Сейчас',
62
+ apply: 'Применить',
62
63
  time: 'Время',
63
64
  presets: 'Пресеты',
64
65
  defaultPresets: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.15.5",
7
+ "version": "0.15.6-preview-7a4708af.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/lodash.merge": "4.6.9"
43
43
  },
44
- "gitHead": "84371bbf91915f650a852df849cd71d416c5b7b2"
44
+ "gitHead": "73aa8d10d8ffdf670e493f7715ebeb7e9ec4b134"
45
45
  }
@@ -61,6 +61,7 @@ export const en_GB = {
61
61
  },
62
62
  Calendar: {
63
63
  current: 'Current',
64
+ apply: 'Apply',
64
65
  time: 'Time',
65
66
  presets: 'Presets',
66
67
  defaultPresets: {
@@ -61,6 +61,7 @@ export const ru_RU: typeof en_GB = {
61
61
  },
62
62
  Calendar: {
63
63
  current: 'Сейчас',
64
+ apply: 'Применить',
64
65
  time: 'Время',
65
66
  presets: 'Пресеты',
66
67
  defaultPresets: {