Update to static translated locale display names
This commit is contained in:
parent
bb8e7af905
commit
ec71342691
13 changed files with 238 additions and 57 deletions
|
@ -44,6 +44,7 @@ export type MinimalSignalContextType = {
|
|||
getI18nAvailableLocales: () => ReadonlyArray<string>;
|
||||
getI18nLocale: LocalizerType['getLocale'];
|
||||
getI18nLocaleMessages: LocalizerType['getLocaleMessages'];
|
||||
getLocaleDisplayNames: () => Record<string, Record<string, string>>;
|
||||
getResolvedMessagesLocaleDirection: () => LocaleDirection;
|
||||
getHourCyclePreference: () => HourCyclePreference;
|
||||
getResolvedMessagesLocale: () => string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue