mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-25 15:51:17 +01:00
get name of Solarized Dark using i18n
This commit is contained in:
parent
6e0087457d
commit
60ef611b78
src
@ -596,6 +596,10 @@
|
||||
"message": "Light",
|
||||
"description": "Light color"
|
||||
},
|
||||
"solarizedDark": {
|
||||
"message": "Solarized Dark",
|
||||
"description": "Solarized Dark color scheme"
|
||||
},
|
||||
"exportVault": {
|
||||
"message": "Export Vault"
|
||||
},
|
||||
|
@ -43,7 +43,7 @@ export class OptionsComponent implements OnInit {
|
||||
{ name: i18nService.t('light'), value: 'light' },
|
||||
{ name: i18nService.t('dark'), value: 'dark' },
|
||||
{ name: 'Nord', value: 'nord' },
|
||||
{ name: 'Solarized Dark', value: 'solarizedDark' },
|
||||
{ name: i18nService.t('solarizedDark'), value: 'solarizedDark' },
|
||||
];
|
||||
this.uriMatchOptions = [
|
||||
{ name: i18nService.t('baseDomain'), value: UriMatchType.Domain },
|
||||
|
Loading…
Reference in New Issue
Block a user