mirror of
https://github.com/pinry/pinry.git
synced 2026-01-17 04:32:06 +01:00
adding local changer back in and cleaning the en.json file
This commit is contained in:
@@ -50,11 +50,5 @@
|
||||
"filterSelectCreateNewBoardButton": "Create New Board",
|
||||
"pinCreateModalEmptySlot": "There are no items",
|
||||
"pinCreateModalCreatePinButton": "Create Pin",
|
||||
"pinCreateModalSaveChangesButton": "Save Changes",
|
||||
"": "",
|
||||
"": "",
|
||||
"": "",
|
||||
"": "",
|
||||
"": "",
|
||||
"": ""
|
||||
"pinCreateModalSaveChangesButton": "Save Changes"
|
||||
}
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user