mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Add translatable string prefs.language
This commit is contained in:
parent
c1f8da9782
commit
ba236ae216
3 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,7 @@ onMounted(() => {
|
||||||
<label for="pref-chk-prm">{{ t('pref.prm') }}</label>
|
<label for="pref-chk-prm">{{ t('pref.prm') }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Language</h2>
|
<h2>{{ t('pref.language') }}</h2>
|
||||||
|
|
||||||
<select
|
<select
|
||||||
id="pref-lang"
|
id="pref-lang"
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
"pref": {
|
"pref": {
|
||||||
"worst": "schlechteste",
|
"worst": "schlechteste",
|
||||||
"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",
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
"nord": "Nord",
|
"nord": "Nord",
|
||||||
"compact": "Compact View",
|
"compact": "Compact View",
|
||||||
"prm": "Prefers Reduced Motion",
|
"prm": "Prefers Reduced Motion",
|
||||||
|
"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