This commit is contained in:
2021-08-11 18:53:04 +00:00
parent 0f3c32c524
commit 0da31bbae2

View File

@@ -3116,9 +3116,9 @@ namespace AyaNova.PlugIn.V8
LocalizedTextTable lt = LocalizedTextTable.Load(i.Locale); LocalizedTextTable lt = LocalizedTextTable.Load(i.Locale);
progress.Op("Checking if locale " + i.Locale + " is customized"); progress.Op("Checking if locale " + i.Locale + " is customized");
#if(DEBUG) //#if(DEBUG)
continue; // //continue;
#endif //#endif
if (!util.LocaleIsCustomized(i.Locale, lt, progress)) continue; if (!util.LocaleIsCustomized(i.Locale, lt, progress)) continue;
////calculate hash ////calculate hash
//List<string> allStrings = new List<string>(); //List<string> allStrings = new List<string>();
@@ -3407,7 +3407,9 @@ namespace AyaNova.PlugIn.V8
//RateRate* //RateRate*
s = s.Replace("RateRate", "Rate"); s = s.Replace("RateRate", "Rate");
if (s.StartsWith("WorkorderStatus.Label."))
s = s.Replace("WorkorderStatus.Label.", "");
//FUTURE //FUTURE
// s = s.Replace("WASXXX", "NOWXXXX"); // s = s.Replace("WASXXX", "NOWXXXX");