This commit is contained in:
@@ -483,18 +483,17 @@ namespace AyaNova.PlugIn.V8
|
|||||||
int CurrentLocaleHash = util.GetOrderIndependentHashCode<string>(allStrings);
|
int CurrentLocaleHash = util.GetOrderIndependentHashCode<string>(allStrings);
|
||||||
allStrings.Clear();
|
allStrings.Clear();
|
||||||
if (StockLocaleHashes.Contains(CurrentLocaleHash)) continue;
|
if (StockLocaleHashes.Contains(CurrentLocaleHash)) continue;
|
||||||
progress.SubOp("Locale " + i.Locale + " is customized, exporting");
|
progress.Op("Locale " + i.Locale + " is customized");
|
||||||
// progress.Append("Locale: " + i.Locale + " hash code: " + CurrentLocaleHash.ToString());
|
progress.SubOp("Determing closest source Locale");
|
||||||
|
int nEnglishSimilar = 0;
|
||||||
|
int nFrenchSimilar = 0;
|
||||||
|
int nSpanishSimilar = 0;
|
||||||
|
int nGermanSimilar = 0;
|
||||||
|
|
||||||
|
LocalizedTextTable ltTemp = LocalizedTextTable.Load("English");
|
||||||
|
foreach(
|
||||||
|
|
||||||
|
|
||||||
//todo: all locales except English default need to be dealt with
|
|
||||||
//above skiplocales is incorrect
|
|
||||||
|
|
||||||
//todo: do the language ones by fetching the equivalent language and then bring over from here (if modified)
|
|
||||||
//maybe there's a way to tell if the stock locales have been edited and skip them if not? Modified date?
|
|
||||||
//no, need to checksum them I think
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//todo: somehow identify where a custom list not of our own comes from originally so can start with that list
|
//todo: somehow identify where a custom list not of our own comes from originally so can start with that list
|
||||||
|
|||||||
Reference in New Issue
Block a user