This commit is contained in:
@@ -3116,9 +3116,9 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
LocalizedTextTable lt = LocalizedTextTable.Load(i.Locale);
|
||||
progress.Op("Checking if locale " + i.Locale + " is customized");
|
||||
#if(DEBUG)
|
||||
continue;
|
||||
#endif
|
||||
//#if(DEBUG)
|
||||
// //continue;
|
||||
//#endif
|
||||
if (!util.LocaleIsCustomized(i.Locale, lt, progress)) continue;
|
||||
////calculate hash
|
||||
//List<string> allStrings = new List<string>();
|
||||
@@ -3407,6 +3407,8 @@ namespace AyaNova.PlugIn.V8
|
||||
//RateRate*
|
||||
s = s.Replace("RateRate", "Rate");
|
||||
|
||||
if (s.StartsWith("WorkorderStatus.Label."))
|
||||
s = s.Replace("WorkorderStatus.Label.", "");
|
||||
|
||||
|
||||
//FUTURE
|
||||
|
||||
Reference in New Issue
Block a user