This commit is contained in:
2020-11-19 22:56:26 +00:00
parent 096adaaea6
commit a0ab96fffc
6 changed files with 66 additions and 18 deletions

View File

@@ -1033,11 +1033,13 @@ async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([
"Vendor",
"User",
"UserSettings",
"Name",
"UserEmployeeNumber",
"NewLogin",
"NewPassword",
"AuthorizationRoles",
"LastLogin",
"UserNotes",
"UserType",
"Active",
@@ -1056,7 +1058,18 @@ async function fetchTranslatedText(vm) {
"UserCustom13",
"UserCustom14",
"UserCustom15",
"UserCustom16"
"UserCustom16",
"CurrencyCode",
"LanguageCode",
"TimeZone",
"UserEmailAddress",
"UserColor",
"Translation",
"DarkMode",
"MapUrlTemplate",
"UserPhone1",
"UserPhone2",
"UserPageAddress"
]);
}