From aa4033650e48288558843180971323d626458c47 Mon Sep 17 00:00:00 2001 From: Amaru8 <52407090+Amaru8@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:04:36 +0200 Subject: [PATCH 1/3] Use i18n string for Open Themes Folder --- src/i18n/en_US.json | 1 + src/i18n/source/en_US.json | 1 + src/renderer/views/pages/themes-github.ejs | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 3b92951b..a87e07ed 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -361,6 +361,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", + "settings.button.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/source/en_US.json b/src/i18n/source/en_US.json index 2d5f4bf5..3dab4fd2 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -361,6 +361,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", + "settings.button.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..0f4e6a12 100644 --- a/src/renderer/views/pages/themes-github.ejs +++ b/src/renderer/views/pages/themes-github.ejs @@ -15,7 +15,7 @@
From f4b589665e419d230ef26fbca36d97ad592eb0f5 Mon Sep 17 00:00:00 2001 From: Amaru8 <52407090+Amaru8@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:16:24 +0200 Subject: [PATCH 2/3] Translate the string to Hungarian --- src/i18n/hu_HU.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/hu_HU.json b/src/i18n/hu_HU.json index 4d40862b..0727352b 100644 --- a/src/i18n/hu_HU.json +++ b/src/i18n/hu_HU.json @@ -352,6 +352,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?", From a53d19067bca0f6341e60e9b7299a8e2d74e8a0e Mon Sep 17 00:00:00 2001 From: Amaru8 <52407090+Amaru8@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:19:14 +0200 Subject: [PATCH 3/3] Add to i18n README and fix name --- src/i18n/README.md | 4 ++++ src/i18n/en_US.json | 2 +- src/i18n/source/en_US.json | 2 +- src/renderer/views/pages/themes-github.ejs | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index c4220aa0..f72b36c0 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -258,3 +258,7 @@ Update 16/04/2022 9:30 UTC * `settings.header.connect`: Added for `en_US` +Update 22/04/2022 14:30 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 a87e07ed..5e2349ee 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -361,7 +361,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", - "settings.button.visual.theme.github.openfolder": "Open Themes Folder", + "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/source/en_US.json b/src/i18n/source/en_US.json index 3dab4fd2..43df9892 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -361,7 +361,7 @@ "settings.option.visual.uiscale": "UI Scale", "settings.header.visual.theme": "Theme", "settings.option.visual.theme.github.download": "Install from GitHub URL", - "settings.button.visual.theme.github.openfolder": "Open Themes Folder", + "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 0f4e6a12..1c67defa 100644 --- a/src/renderer/views/pages/themes-github.ejs +++ b/src/renderer/views/pages/themes-github.ejs @@ -15,7 +15,7 @@