mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
locale key
This commit is contained in:
parent
8469d18f47
commit
119a9ba6bc
@ -12,6 +12,7 @@ export class ConstantsService {
|
|||||||
static readonly lastActiveKey: string = 'lastActive';
|
static readonly lastActiveKey: string = 'lastActive';
|
||||||
static readonly neverDomainsKey: string = 'neverDomains';
|
static readonly neverDomainsKey: string = 'neverDomains';
|
||||||
static readonly installedVersionKey: string = 'installedVersion';
|
static readonly installedVersionKey: string = 'installedVersion';
|
||||||
|
static readonly localeKey: string = 'locale';
|
||||||
|
|
||||||
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
||||||
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
||||||
@ -24,6 +25,7 @@ export class ConstantsService {
|
|||||||
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
||||||
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
|
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
|
||||||
readonly installedVersionKey: string = ConstantsService.installedVersionKey;
|
readonly installedVersionKey: string = ConstantsService.installedVersionKey;
|
||||||
|
readonly localeKey: string = ConstantsService.localeKey;
|
||||||
|
|
||||||
// TODO: Convert these objects to enums
|
// TODO: Convert these objects to enums
|
||||||
readonly encType: any = {
|
readonly encType: any = {
|
||||||
|
Loading…
Reference in New Issue
Block a user