This commit is contained in:
@@ -437,6 +437,13 @@ namespace AyaNova.Biz
|
||||
}
|
||||
}
|
||||
|
||||
//Now add keys that were added after v7 for RAVEN using default locale values
|
||||
foreach(string s in ValidKeys){
|
||||
if(!NewLocaleDict.ContainsKey(s)){
|
||||
NewLocaleDict.Add(s,GetDefaultLocalizedText(s).Result);
|
||||
}
|
||||
}
|
||||
|
||||
//Validate it's the correct number of keys expected
|
||||
if (NewLocaleDict.Count != ValidKeys.Count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user