mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
added i18n sorting to folders, ciphers, collection
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export abstract class I18nService {
|
||||
locale: string;
|
||||
translationLocale: string;
|
||||
collator: Intl.Collator;
|
||||
t: (id: string) => string;
|
||||
translate: (id: string) => string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user