This commit is contained in:
2021-03-19 17:05:01 +00:00
parent ef8279ec9f
commit 1d05e59b22
4 changed files with 10 additions and 6 deletions

View File

@@ -679,7 +679,7 @@ export default {
Hour12: window.$gz.locale.getHour12(),
CurrencyName: window.$gz.locale.getCurrencyName(),
LanguageName: window.$gz.locale.getResolvedLanguage(),
DefaultLocale: window.$gz.locale.getResolvedLanguage().split("-", 1)[0]//kind of suspect, maybe it can be removed
DefaultLocale: window.$gz.locale.getResolvedLanguage().split("-", 1)[0] //kind of suspect, maybe it can be removed
};
},
///////////////////////////////////