diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index d47f54e..772f41f 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8 public string PluginVersion { - get { return "7.6.1-alpha.131"; } + get { return "7.6.1-alpha.132"; } } public string About @@ -4993,6 +4993,7 @@ namespace AyaNova.PlugIn.V8 //MAKE A DUPLICATE (probable source locale here in v7 that matches Raven is duped in Raven as basis for updating with custom v7 translations) //i.e. if we guess german is the v7 source of the customized locale then migrate it to the Raven german translation ensuring the best language for the user var exportName = GetUniqueName(i.Locale + " (" + ProbableSourceLocale + ")"); + progress.Append("NOTE: v8Migrate has detected a custom locale '" + i.Locale + "' and will migrate to v8 as '"+exportName+"' for your convenience, HOWEVER we recommend using the v8 stock Translation rather than using the migrated translation due to renaming of several objects. See the migration guide 'Localized Text' section for more information and guidance."); progress.SubOp("Is custom and closest match to " + ProbableSourceLocale); progress.Op("Exporting " + i.Locale + " to " + exportName);