mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
make supportedTranslationLocales public
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export abstract class I18nService {
|
||||
locale: string;
|
||||
supportedTranslationLocales: string[];
|
||||
translationLocale: string;
|
||||
collator: Intl.Collator;
|
||||
t: (id: string, p1?: string, p2?: string, p3?: string) => string;
|
||||
|
||||
Reference in New Issue
Block a user