case 3991

This commit is contained in:
2021-09-29 23:12:55 +00:00
parent 4177015059
commit 57a45f3bfa

View File

@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
public string PluginVersion public string PluginVersion
{ {
get { return "7.6.1-alpha.131"; } get { return "7.6.1-alpha.132"; }
} }
public string About 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) //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 //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 + ")"); 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.SubOp("Is custom and closest match to " + ProbableSourceLocale);
progress.Op("Exporting " + i.Locale + " to " + exportName); progress.Op("Exporting " + i.Locale + " to " + exportName);