This commit is contained in:
2021-02-12 00:51:12 +00:00
parent c125f2eddc
commit fa4978f148

View File

@@ -2765,9 +2765,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>();