This commit is contained in:
@@ -550,20 +550,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
|
||||
|
||||
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 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 ---
|
||||
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
|
||||
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
||||
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
|
||||
at AyaNova.PlugIn.V8.V8.<DoExport>d__0.MoveNext() in c:\data\ayanova\source\Plugins\AyaNova.Plugin.V8\V8.cs:line 245
|
||||
source key UI.Label.DateRange.InTheLastYear, destination key DateRangeInTheLastYear was not found
|
||||
|
||||
|
||||
|
||||
@@ -678,6 +665,10 @@ stack:
|
||||
s = s.Replace("LocalizedTextLocale", "Translation");
|
||||
s = s.Replace("LocalizedText", "TranslatedText");
|
||||
|
||||
//items that came up after moving this to v8 export plugin
|
||||
s = s.Replace("DateRangeInTheLastYear", "DateRangePastYear");
|
||||
|
||||
|
||||
|
||||
//FUTURE
|
||||
// s = s.Replace("WASXXX", "NOWXXXX");
|
||||
|
||||
Reference in New Issue
Block a user