From e79525188dc2296ee3365f9e9b32382e25340082 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 30 Apr 2020 20:40:48 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 44333ae..175a15a 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -512,7 +512,11 @@ namespace AyaNova.PlugIn.V8 { //skip over wikipage it's been dropped as it's an international term if (v7item.Key == "O.WikiPage") continue; + //skip not used + if (v7item.Key == "UI.Command.LocalizedTextDesign") continue; + + progress.SubOp("Processing key: " + v7item.Key); var v8key = Translatev7TranslationKey(v7item.Key); TranslationItem v8TransItem = trans.FirstOrDefault(m => m.Key == v8key); @@ -542,17 +546,17 @@ namespace AyaNova.PlugIn.V8 /* - TODO: User, fixup translationID, headofficeid, clientid vendorid, phone1, phone2, pagermaxtext -Exporting customized Locales -ERROR, During operation: Exporting Custom English to Custom English (en) -Posting key: ScheduleMarker.Label.Recurrence + + + + + ERROR, During operation: Exporting Custom English to Custom English (en) +Posting key: UI.Command.ExternalTools ************ Export failed with error: Specified argument was out of the range of valid values. -Parameter name: On exporting custom locale Custom English - source key ScheduleMarker.Label.ScheduleMarkerSourceType, - destination key ReminderReminderSourceType was not found. +Parameter name: On exporting custom locale Custom English source key UI.Command.LocalizedTextDesign, destination key TranslatedTextDesign was not found. stack: at AyaNova.PlugIn.V8.V8.d__5c.MoveNext() in c:\data\ayanova\source\Plugins\AyaNova.Plugin.V8\V8.cs:line 524 --- End of stack trace from previous location where exception was thrown --- @@ -562,6 +566,10 @@ stack: at AyaNova.PlugIn.V8.V8.d__0.MoveNext() in c:\data\ayanova\source\Plugins\AyaNova.Plugin.V8\V8.cs:line 245 + + + + */