This commit is contained in:
2020-04-30 20:40:48 +00:00
parent 4acc17211c
commit e79525188d

View File

@@ -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.<ExportLocales>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.<DoExport>d__0.MoveNext() in c:\data\ayanova\source\Plugins\AyaNova.Plugin.V8\V8.cs:line 245
*/