This commit is contained in:
2021-09-29 23:25:09 +00:00
parent 9b04d34c2c
commit 45b3099996

View File

@@ -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) //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("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.Append("ACTION REQUIRED: migrating a custom locale '" + i.Locale + "' to v8 as '"+exportName+"'. We do not recommend using migrated locales, see the Migration guide 'Localized Text' section for 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);