1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-05 09:10:53 +01:00

locale key

This commit is contained in:
Kyle Spearrin 2018-04-24 23:53:03 -04:00
parent 8469d18f47
commit 119a9ba6bc

View File

@ -12,6 +12,7 @@ export class ConstantsService {
static readonly lastActiveKey: string = 'lastActive';
static readonly neverDomainsKey: string = 'neverDomains';
static readonly installedVersionKey: string = 'installedVersion';
static readonly localeKey: string = 'locale';
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
readonly disableGaKey: string = ConstantsService.disableGaKey;
@ -24,6 +25,7 @@ export class ConstantsService {
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
readonly installedVersionKey: string = ConstantsService.installedVersionKey;
readonly localeKey: string = ConstantsService.localeKey;
// TODO: Convert these objects to enums
readonly encType: any = {