This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user