feat: add direction property to locale files (#33556)

PR Close #33556
This commit is contained in:
Feliks Khantsis
2019-11-22 15:07:30 +02:00
committed by Miško Hevery
parent 86d5472d91
commit 3c2438425b
8 changed files with 54 additions and 10 deletions

View File

@ -63,6 +63,8 @@ export declare function getLocaleDayNames(locale: string, formStyle: FormStyle,
export declare function getLocaleDayPeriods(locale: string, formStyle: FormStyle, width: TranslationWidth): [string, string];
export declare function getLocaleDirection(locale: string): 'ltr' | 'rtl';
export declare function getLocaleEraNames(locale: string, width: TranslationWidth): [string, string];
export declare function getLocaleExtraDayPeriodRules(locale: string): (Time | [Time, Time])[];