diff --git a/src/i18n/README.md b/src/i18n/README.md index eba2e4b7..8da751c1 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -267,3 +267,7 @@ Update 22/04/2022 13:00 UTC * `settings.option.general.keybindings`: Added for `en_US` * `settings.option.general.keybindings.open`: Added for `en_US` +Update 22/04/2022 16:00 UTC + +* `settings.option.visual.theme.github.openfolder`: Added for `en_US` + diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 198cada2..9919e932 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -363,6 +363,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", + "settings.option.visual.theme.github.openfolder": "Open Themes Folder", "settings.option.visual.theme.github.explore": "Explore GitHub Themes", "settings.header.visual.theme.github.page": "Themes from GitHub", "settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?", diff --git a/src/i18n/hu_HU.json b/src/i18n/hu_HU.json index 5ebe3a07..3b5cd4ad 100644 --- a/src/i18n/hu_HU.json +++ b/src/i18n/hu_HU.json @@ -355,6 +355,7 @@ "settings.option.visual.uiscale": "Nagyítás mértéke", "settings.header.visual.theme": "Téma", "settings.option.visual.theme.github.download": "Telepítés GitHub URL-ről", + "settings.button.visual.theme.github.openfolder": "Témamappa megnyitása", "settings.option.visual.theme.github.explore": "Témák felfedezése", "settings.header.visual.theme.github.page": "Témák a GitHub-ról", "settings.option.visual.theme.github.install.confirm": "Biztosan szeretnéd telepíteni a(z) {{ repo }} témát?", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index e22e8e6f..fc7d359d 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -363,6 +363,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", + "settings.option.visual.theme.github.openfolder": "Open Themes Folder", "settings.option.visual.theme.github.explore": "Explore GitHub Themes", "settings.header.visual.theme.github.page": "Themes from GitHub", "settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?", diff --git a/src/renderer/views/pages/themes-github.ejs b/src/renderer/views/pages/themes-github.ejs index a8afaaf1..1c67defa 100644 --- a/src/renderer/views/pages/themes-github.ejs +++ b/src/renderer/views/pages/themes-github.ejs @@ -15,7 +15,7 @@