Add translatable string prefs.language

This commit is contained in:
Vri 2023-01-20 11:26:53 +01:00 committed by Shiny Nematoda
parent c1f8da9782
commit ba236ae216
3 changed files with 3 additions and 1 deletions

View file

@ -156,7 +156,7 @@ onMounted(() => {
<label for="pref-chk-prm">{{ t('pref.prm') }}</label>
</div>
<h2>Language</h2>
<h2>{{ t('pref.language') }}</h2>
<select
id="pref-lang"

View file

@ -43,6 +43,7 @@
"pref": {
"worst": "schlechteste",
"theme": "Farbschema",
"language": "Sprache",
"volume": "Standard-Lautstärke",
"player": "Audio-Player",
"quality": "Qualität",

View file

@ -50,6 +50,7 @@
"nord": "Nord",
"compact": "Compact View",
"prm": "Prefers Reduced Motion",
"language": "Language",
"tab": "Default Tab",
"player": "Audio Player",
"auto_queue": "Automatically Queue Songs",