This commit is contained in:
@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
||||
//DEVELOPMENT MODE
|
||||
//THIS SHOULD BE FALSE IN RELEASE
|
||||
//************************************************************
|
||||
const DEV_MODE = false;
|
||||
const DEV_MODE = true;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
@@ -194,6 +194,7 @@ export default {
|
||||
res.data.forEach(function appendImportResultItem(value) {
|
||||
outText += value + "\n";
|
||||
});
|
||||
outText += "LT:ProcessCompleted\n";
|
||||
this.outputText = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
outText
|
||||
);
|
||||
@@ -250,7 +251,8 @@ async function fetchTranslatedText() {
|
||||
"ImportNewRecords",
|
||||
"UpdateExistingRecords",
|
||||
"AdminImportUpdateWarning",
|
||||
"FileToImport"
|
||||
"FileToImport",
|
||||
"ProcessCompleted"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user