load language_code to new shopping list
This commit is contained in:
parent
dae49ec5f3
commit
56c553c35d
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
window.IMAGE_PLACEHOLDER = "{% static 'assets/recipe_no_image.svg' %}"
|
window.IMAGE_PLACEHOLDER = "{% static 'assets/recipe_no_image.svg' %}"
|
||||||
|
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% render_bundle 'shopping_list_view' %} {% endblock %}
|
{% render_bundle 'shopping_list_view' %} {% endblock %}
|
||||||
|
@ -934,6 +934,8 @@ export default {
|
|||||||
this.ui = Object.assign({}, this.ui, this.$cookies.get(SETTINGS_COOKIE_NAME))
|
this.ui = Object.assign({}, this.ui, this.$cookies.get(SETTINGS_COOKIE_NAME))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.$i18n.locale = window.CUSTOM_LOCALE
|
||||||
|
console.log(window.CUSTOM_LOCALE)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// this.genericAPI inherited from ApiMixin
|
// this.genericAPI inherited from ApiMixin
|
||||||
|
Loading…
Reference in New Issue
Block a user