Update languages.

This commit is contained in:
James Cole
2020-12-30 18:43:37 +01:00
parent 2a0af839f9
commit ef42d89d55
70 changed files with 553 additions and 161 deletions

View File

@@ -34,5 +34,9 @@ new Vue({
store,
render(createElement) {
return createElement(Create, {props: props});
}
},
beforeCreate() {
this.$store.commit('initialiseStore');
this.$store.dispatch('updateCurrencyPreference');
},
}).$mount('#transactions_create');