Language now managed in VueX store

This commit is contained in:
Alicia Sykes
2021-10-10 15:52:39 +01:00
parent 048f0cb112
commit 4e3b41332d
4 changed files with 28 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
const KEY_NAMES = [
'UPDATE_CONFIG',
'SET_MODAL_OPEN',
'SET_LANGUAGE',
];
// Convert array of key names into an object, and export