Manca di includere il file .env
This commit is contained in:
@@ -8,6 +8,9 @@ export default ({ app, store, Vue }) => {
|
||||
|
||||
console.log("PLUGINS INIT....");
|
||||
|
||||
console.log("LANG_DEFAULT: ")
|
||||
console.log(process.env.LANG_DEFAULT)
|
||||
|
||||
// Set i18n instance on app
|
||||
app.i18n = new VueI18n({
|
||||
locale: process.env.LANG_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user