This commit is contained in:
2020-12-15 21:54:02 +00:00
parent a118282fbb
commit 88d3ea747a
2 changed files with 5 additions and 2 deletions

View File

@@ -2232,6 +2232,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 (!util.LocaleIsCustomized(i.Locale, lt, progress)) continue;
////calculate hash
//List<string> allStrings = new List<string>();