mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
localeNames mapped to iso codes
This commit is contained in:
@@ -3,6 +3,7 @@ export abstract class I18nService {
|
||||
supportedTranslationLocales: string[];
|
||||
translationLocale: string;
|
||||
collator: Intl.Collator;
|
||||
localeNames: Map<string, string>;
|
||||
t: (id: string, p1?: string, p2?: string, p3?: string) => string;
|
||||
translate: (id: string, p1?: string, p2?: string, p3?: string) => string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user