mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
add placeholder support for i18n
This commit is contained in:
parent
7c3bed1737
commit
17b9e9b03a
@ -2,6 +2,6 @@ export abstract class I18nService {
|
|||||||
locale: string;
|
locale: string;
|
||||||
translationLocale: string;
|
translationLocale: string;
|
||||||
collator: Intl.Collator;
|
collator: Intl.Collator;
|
||||||
t: (id: string) => string;
|
t: (id: string, p1?: string, p2?: string, p3?: string) => string;
|
||||||
translate: (id: string) => string;
|
translate: (id: string, p1?: string, p2?: string, p3?: string) => string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user