Add translatable string prefs.language

This commit is contained in:
Vri 2023-01-20 11:26:53 +01:00
parent 790cf0b04b
commit 6cc1ce797a
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
3 changed files with 3 additions and 1 deletions

View file

@ -100,7 +100,7 @@ onMounted(() => {
<option value="nord">{{ t('pref.nord') }}</option>
</select>
<h2>Language</h2>
<h2>{{ t('pref.language') }}</h2>
<select
id="pref-lang"

View file

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

View file

@ -44,6 +44,7 @@
"blur_light": "Blur (Light)",
"dracula": "Dracula",
"nord": "Nord",
"language": "Language",
"tab": "Default Tab",
"player": "Audio Player",
"auto_queue": "Automatically Queue Songs",