This commit is contained in:
2020-04-30 18:16:02 +00:00
parent 5628159c36
commit 1493e0bbfd

View File

@@ -491,7 +491,8 @@ namespace AyaNova.PlugIn.V8
int nGermanSimilar = 0;
LocalizedTextTable ltTemp = LocalizedTextTable.Load("English");
foreach(
var diff = lt.LT.Where(entry => ltTemp.LT[entry.Key] != entry.Value)
.ToDictionary(entry => entry.Key, entry => entry.Value);