case 3991

This commit is contained in:
2021-09-29 23:20:48 +00:00
parent 57a45f3bfa
commit 9b04d34c2c

View File

@@ -649,7 +649,7 @@ namespace AyaNova.PlugIn.V8
dmemo.notes = "Hello, this is an automated memo from the v8 migrate utility.\n\n"
+ "Important manual pages related to Migration:\n\nChanges in AyaNova 8 for users:\n"
+ util.GuessClientUrl + "docs/ay-start-changes-from-v7/\n\nTechnical changes in AyaNova 8 for system administrators:\n"
+ util.GuessClientUrl + "docs/ops-technical-changes-from-v7/\n\\nMigration guide and recommended post migrate steps:\n"
+ util.GuessClientUrl + "docs/ops-technical-changes-from-v7/\n\nMigration guide and recommended post migrate steps:\n"
+ util.GuessClientUrl + "docs/ay-biz-admin-import-v7/\n\n\nLog:\n"
+ "######## V8 Migrate log ########\n"
+ progress.AllText
@@ -4993,7 +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.Append("ACTION REQUIRED: migrating a custom locale '" + i.Locale + "' to v8 as '"+exportName+"'. We do not recommend using that locale, see the Migration guide 'Localized Text' section for guidance.");
progress.SubOp("Is custom and closest match to " + ProbableSourceLocale);
progress.Op("Exporting " + i.Locale + " to " + exportName);