This commit is contained in:
@@ -528,7 +528,7 @@ namespace AyaNova.Biz
|
||||
Dictionary<string, string> NewLocaleDict = new Dictionary<string, string>();
|
||||
foreach (var Pair in j.Children())
|
||||
{
|
||||
var V7Value = Pair.First.Value<string>();
|
||||
var V7Value = Pair.First.Value<string>().Replace(" && "," ").Replace(" & "," ").Replace("&","");//clean out LT values that had double ampersands for old Windows menu shortcut scheme
|
||||
var V7KeyName = ((JProperty)Pair).Name;
|
||||
|
||||
if (!SkipKeys.Contains(V7KeyName))
|
||||
|
||||
Reference in New Issue
Block a user