Use i18n string for Open Themes Folder
This commit is contained in:
parent
95972ecf7e
commit
aa4033650e
3 changed files with 3 additions and 1 deletions
|
@ -361,6 +361,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.button.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 }}?",
|
||||||
|
|
|
@ -361,6 +361,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.button.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 }}?",
|
||||||
|
|
|
@ -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.button.visual.theme.github.openfolder')}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto nopadding flex-center">
|
<div class="col-auto nopadding flex-center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue