Merge pull request #913 from Amaru8/patch-10

Add translatability to "Open Themes Folder" button
This commit is contained in:
cryptofyre 2022-04-24 02:24:04 -05:00 committed by GitHub
commit f161d1d32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 1 deletions

View file

@ -267,3 +267,7 @@ Update 22/04/2022 13:00 UTC
* `settings.option.general.keybindings`: Added for `en_US` * `settings.option.general.keybindings`: Added for `en_US`
* `settings.option.general.keybindings.open`: 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`

View file

@ -363,6 +363,7 @@
"settings.option.visual.uiscale": "UI Scale", "settings.option.visual.uiscale": "UI Scale",
"settings.header.visual.theme": "Theme", "settings.header.visual.theme": "Theme",
"settings.option.visual.theme.github.download": "Install from GitHub URL", "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.option.visual.theme.github.explore": "Explore GitHub Themes",
"settings.header.visual.theme.github.page": "Themes from GitHub", "settings.header.visual.theme.github.page": "Themes from GitHub",
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?", "settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",

View file

@ -355,6 +355,7 @@
"settings.option.visual.uiscale": "Nagyítás mértéke", "settings.option.visual.uiscale": "Nagyítás mértéke",
"settings.header.visual.theme": "Téma", "settings.header.visual.theme": "Téma",
"settings.option.visual.theme.github.download": "Telepítés GitHub URL-ről", "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.option.visual.theme.github.explore": "Témák felfedezése",
"settings.header.visual.theme.github.page": "Témák a GitHub-ról", "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?", "settings.option.visual.theme.github.install.confirm": "Biztosan szeretnéd telepíteni a(z) {{ repo }} témát?",

View file

@ -363,6 +363,7 @@
"settings.option.visual.uiscale": "UI Scale", "settings.option.visual.uiscale": "UI Scale",
"settings.header.visual.theme": "Theme", "settings.header.visual.theme": "Theme",
"settings.option.visual.theme.github.download": "Install from GitHub URL", "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.option.visual.theme.github.explore": "Explore GitHub Themes",
"settings.header.visual.theme.github.page": "Themes from GitHub", "settings.header.visual.theme.github.page": "Themes from GitHub",
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?", "settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",

View file

@ -15,7 +15,7 @@
</div> </div>
<div class="col-auto flex-center"> <div class="col-auto flex-center">
<button class="md-btn md-btn-small md-btn-block" @click="openThemesFolder()"> <button class="md-btn md-btn-small md-btn-block" @click="openThemesFolder()">
Open Themes Folder {{$root.getLz('settings.option.visual.theme.github.openfolder')}}
</button> </button>
</div> </div>
<div class="col-auto nopadding flex-center"> <div class="col-auto nopadding flex-center">