@snack-uikit/locale
Advanced tools
Comparing version 0.6.1-preview-2855fb42.0 to 0.6.1-preview-5b75040d.0
@@ -28,2 +28,6 @@ export declare const en_GB: { | ||
}; | ||
groupSelectButton: { | ||
reset: string; | ||
select: string; | ||
}; | ||
}; | ||
@@ -30,0 +34,0 @@ Chips: { |
@@ -28,2 +28,6 @@ export const en_GB = { | ||
}, | ||
groupSelectButton: { | ||
reset: 'Reset all', | ||
select: 'Select all', | ||
}, | ||
}, | ||
@@ -30,0 +34,0 @@ Chips: { |
@@ -29,2 +29,6 @@ export declare const LOCALES: { | ||
}; | ||
groupSelectButton: { | ||
reset: string; | ||
select: string; | ||
}; | ||
}; | ||
@@ -72,2 +76,6 @@ Chips: { | ||
}; | ||
groupSelectButton: { | ||
reset: string; | ||
select: string; | ||
}; | ||
}; | ||
@@ -74,0 +82,0 @@ Chips: { |
@@ -32,2 +32,6 @@ export const ru_RU = { | ||
}, | ||
groupSelectButton: { | ||
reset: 'Сбросить все', | ||
select: 'Выбрать все', | ||
}, | ||
}, | ||
@@ -34,0 +38,0 @@ Fields: { |
@@ -7,3 +7,3 @@ { | ||
"title": "Locale", | ||
"version": "0.6.1-preview-2855fb42.0", | ||
"version": "0.6.1-preview-5b75040d.0", | ||
"sideEffects": [ | ||
@@ -41,3 +41,3 @@ "*.css", | ||
}, | ||
"gitHead": "0fd00988eca0e7cc798a3b7a11fe1b306ebbc4e2" | ||
"gitHead": "013babbe842517aef8f9bc72955340a692d3cc0f" | ||
} |
@@ -57,3 +57,3 @@ # Locale | ||
| lang* | `string` | - | | | ||
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; }>>` | - | | | ||
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; SearchPrivate: { ....` | - | | | ||
## useLocale | ||
@@ -60,0 +60,0 @@ `helper` |
@@ -28,2 +28,6 @@ export const en_GB = { | ||
}, | ||
groupSelectButton: { | ||
reset: 'Reset all', | ||
select: 'Select all', | ||
}, | ||
}, | ||
@@ -30,0 +34,0 @@ Chips: { |
@@ -34,2 +34,6 @@ import { en_GB } from './en_GB'; | ||
}, | ||
groupSelectButton: { | ||
reset: 'Сбросить все', | ||
select: 'Выбрать все', | ||
}, | ||
}, | ||
@@ -36,0 +40,0 @@ Fields: { |
37960
642