Prepare front to edit events
This commit is contained in:
@@ -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('-', '_');
|
||||
|
||||
Reference in New Issue
Block a user