mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Add translatable string prefs.language
This commit is contained in:
parent
790cf0b04b
commit
6cc1ce797a
3 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,7 @@ onMounted(() => {
|
||||||
<option value="nord">{{ t('pref.nord') }}</option>
|
<option value="nord">{{ t('pref.nord') }}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<h2>Language</h2>
|
<h2>{{ t('pref.language') }}</h2>
|
||||||
|
|
||||||
<select
|
<select
|
||||||
id="pref-lang"
|
id="pref-lang"
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
"pref": {
|
"pref": {
|
||||||
"worst": "am Schlechten",
|
"worst": "am Schlechten",
|
||||||
"theme": "Farbschema",
|
"theme": "Farbschema",
|
||||||
|
"language": "Sprache",
|
||||||
"volume": "Standard-Lautstärke",
|
"volume": "Standard-Lautstärke",
|
||||||
"player": "Audio-Player",
|
"player": "Audio-Player",
|
||||||
"quality": "Qualität",
|
"quality": "Qualität",
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
"blur_light": "Blur (Light)",
|
"blur_light": "Blur (Light)",
|
||||||
"dracula": "Dracula",
|
"dracula": "Dracula",
|
||||||
"nord": "Nord",
|
"nord": "Nord",
|
||||||
|
"language": "Language",
|
||||||
"tab": "Default Tab",
|
"tab": "Default Tab",
|
||||||
"player": "Audio Player",
|
"player": "Audio Player",
|
||||||
"auto_queue": "Automatically Queue Songs",
|
"auto_queue": "Automatically Queue Songs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue