adding local changer back in and cleaning the en.json file

This commit is contained in:
Dexter Griffiths
2022-04-16 21:35:37 +09:00
parent e7095129b7
commit 9d0db337eb
2 changed files with 7 additions and 7 deletions

View File

@@ -50,11 +50,5 @@
"filterSelectCreateNewBoardButton": "Create New Board",
"pinCreateModalEmptySlot": "There are no items",
"pinCreateModalCreatePinButton": "Create Pin",
"pinCreateModalSaveChangesButton": "Save Changes",
"": "",
"": "",
"": "",
"": "",
"": "",
"": ""
"pinCreateModalSaveChangesButton": "Save Changes"
}

View File

@@ -109,6 +109,11 @@
</a>
</div>
</div>
<div class="locale-changer">
<select v-model="$i18n.locale">
<option v-for="locale in $i18n.availableLocales" :key="`locale-${locale}`" :value="locale">{{ locale }}</option>
</select>
</div>
</div>
</div>
</div>
@@ -129,6 +134,7 @@ export default {
loggedIn: false,
meta: {},
},
langs: ['en'],
};
},
computed: {