@snack-uikit/locale
Advanced tools
Comparing version 0.8.0 to 0.8.1-preview-0c12d89e.0
@@ -50,2 +50,6 @@ export declare const en_GB: { | ||
}; | ||
Calendar: { | ||
current: string; | ||
time: string; | ||
}; | ||
}; |
@@ -50,2 +50,6 @@ export const en_GB = { | ||
}, | ||
Calendar: { | ||
current: 'Current', | ||
time: 'Time', | ||
}, | ||
}; |
@@ -51,2 +51,6 @@ export declare const LOCALES: { | ||
}; | ||
Calendar: { | ||
current: string; | ||
time: string; | ||
}; | ||
}; | ||
@@ -102,3 +106,7 @@ readonly ru_RU: { | ||
}; | ||
Calendar: { | ||
current: string; | ||
time: string; | ||
}; | ||
}; | ||
}; |
@@ -50,2 +50,6 @@ export const ru_RU = { | ||
}, | ||
Calendar: { | ||
current: 'Сейчас', | ||
time: 'Время', | ||
}, | ||
}; |
@@ -7,3 +7,3 @@ { | ||
"title": "Locale", | ||
"version": "0.8.0", | ||
"version": "0.8.1-preview-0c12d89e.0", | ||
"sideEffects": [ | ||
@@ -41,3 +41,3 @@ "*.css", | ||
}, | ||
"gitHead": "6f68e2729e48e5b34674af649dc9dfb3bda3951f" | ||
"gitHead": "4a4394a3c4f005a227dec59d6975f622e4550794" | ||
} |
@@ -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; }; ... 4 more ...; ColorPicker: { ...; }; }>>` | - | | | ||
| 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: { ...; }; }>>` | - | | | ||
## useLocale | ||
@@ -60,0 +60,0 @@ `helper` |
@@ -50,2 +50,6 @@ export const en_GB = { | ||
}, | ||
Calendar: { | ||
current: 'Current', | ||
time: 'Time', | ||
}, | ||
}; |
@@ -52,2 +52,6 @@ import { en_GB } from './en_GB'; | ||
}, | ||
Calendar: { | ||
current: 'Сейчас', | ||
time: 'Время', | ||
}, | ||
}; |
39389
695