Skip to content
Snippets Groups Projects
Commit 2dd863f6 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

reorder locales

parent 70bb9b2c
No related branches found
No related tags found
No related merge requests found
......@@ -7,24 +7,24 @@
<v-toolbar-title class="language-dialog-title">Ordbøkene</v-toolbar-title></v-toolbar>
<v-card-text class="text--primary">
<v-list three-line>
<v-list-item link v-on:click="choose_locale('eng')">
<v-list-item link v-on:click="choose_locale('nob')">
<v-list-item-content>
<v-list-item-title>English</v-list-item-title>
<v-list-item-subtitle>Choose English as display language for headings, buttons and menus</v-list-item-subtitle>
<v-list-item-title>Norsk (bokmål)</v-list-item-title>
<v-list-item-subtitle>Vis overskrifter, knapper og menyer på bokmål</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
</v-list-item>
<v-list-item link v-on:click="choose_locale('nno')">
<v-list-item-content>
<v-list-item-title>Norsk (nynorsk)</v-list-item-title>
<v-list-item-subtitle>Vis overskrifter, knappar og menyar på nynorsk</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
<v-list-item link v-on:click="choose_locale('nob')">
<v-list-item link v-on:click="choose_locale('eng')">
<v-list-item-content>
<v-list-item-title>Norsk (bokmål)</v-list-item-title>
<v-list-item-subtitle>Vis overskrifter, knapper og menyer på bokmål</v-list-item-subtitle>
<v-list-item-title>English</v-list-item-title>
<v-list-item-subtitle>Choose English as display language for headings, buttons and menus</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
</v-list-item>
</v-list>
</v-card-text>
</v-card>
......
......@@ -26,9 +26,9 @@
<v-list-item>
<v-list subheader>
<v-radio-group mandatory v-model="updateLocale" :label="$t('settings.locale.description')">
<v-radio value="eng" label="English (eng)"></v-radio>
<v-radio value="nob" label="Bokmål (nob)"></v-radio>
<v-radio value="nno" label="Nynorsk (nno)"></v-radio>
<v-radio value="eng" label="English (eng)"></v-radio>
</v-radio-group>
</v-list></v-list-item>
</v-list-group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment