This commit is contained in:
2020-06-19 23:58:52 +00:00
parent f02888fae7
commit 5e1efbab24
18 changed files with 431 additions and 479 deletions

View File

@@ -149,9 +149,7 @@ function initForm(vm) {
//
// Ensures UI translated text is available
//
function fetchTranslatedText(vm) {
let tKeysRequired = ["ServerProfiler"];
return window.$gz.translation.cacheTranslations(tKeysRequired);
async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations(["ServerProfiler"]);
}
</script>