Migrate more strings to translation keys (#11613)
This commit is contained in:
parent
d46d4b3d04
commit
5cb8cbd893
111 changed files with 8214 additions and 6766 deletions
|
@ -78,7 +78,7 @@ export function isHighContrastTheme(theme: string): boolean {
|
|||
export function enumerateThemes(): { [key: string]: string } {
|
||||
const BUILTIN_THEMES = {
|
||||
"light": _t("common|light"),
|
||||
"light-high-contrast": _t("Light high contrast"),
|
||||
"light-high-contrast": _t("theme|light_high_contrast"),
|
||||
"dark": _t("common|dark"),
|
||||
};
|
||||
const customThemes = SettingsStore.getValue("custom_themes") || [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue