Prepare front to edit events

This commit is contained in:
Chocobozzz
2019-09-02 14:35:50 +02:00
parent 57f839c17a
commit 2cfb777a9d
10 changed files with 213 additions and 145 deletions

View File

@@ -20,6 +20,7 @@ const language = (window.navigator as any).userLanguage || window.navigator.lang
Vue.use(GetTextPlugin, {
translations,
defaultLanguage: 'en_US',
silent: true,
});
Vue.config.language = language.replace('-', '_');