load language_code to new shopping list

This commit is contained in:
smilerz
2022-02-25 13:52:56 -06:00
parent dae49ec5f3
commit 56c553c35d
2 changed files with 3 additions and 0 deletions

View File

@ -934,6 +934,8 @@ export default {
this.ui = Object.assign({}, this.ui, this.$cookies.get(SETTINGS_COOKIE_NAME))
}
})
this.$i18n.locale = window.CUSTOM_LOCALE
console.log(window.CUSTOM_LOCALE)
},
methods: {
// this.genericAPI inherited from ApiMixin