mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 13:28:02 +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>
|
||||
</select>
|
||||
|
||||
<h2>Language</h2>
|
||||
<h2>{{ t('pref.language') }}</h2>
|
||||
|
||||
<select
|
||||
id="pref-lang"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue