This commit is contained in:
2020-03-06 20:08:50 +00:00
parent 7318a33350
commit 17bf519cb0
79 changed files with 331 additions and 309 deletions

View File

@@ -28,7 +28,7 @@ export default {
data() {
return {
formattedValue: this.value,
languageName: window.$gz.locale.getBrowserFirstLanguage()
languageName: window.$gz.translation.getBrowserFirstLanguage()
};
},
watch: {
@@ -48,10 +48,10 @@ export default {
},
methods: {
lt(ltKey) {
return window.$gz.locale.get(ltKey);
return window.$gz.translation.get(ltKey);
},
locale() {
return window.$gz.locale;
translation() {
return window.$gz.translation;
},
handleInput(value) {
this.$emit(