This commit is contained in:
@@ -457,12 +457,9 @@ namespace AyaNova.PlugIn.V8
|
|||||||
private async System.Threading.Tasks.Task ExportLocales(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportLocales(ProgressForm progress)
|
||||||
{
|
{
|
||||||
|
|
||||||
//Skip stock locales already handled in Raven
|
//checksum locales
|
||||||
//List<string> SkipLocales = new List<string>();
|
//if a recognized checksum then don't import because it means it wasn't modified from stock
|
||||||
//SkipLocales.Add("Deutsch");
|
|
||||||
//SkipLocales.Add("English");
|
|
||||||
//SkipLocales.Add("Español");
|
|
||||||
//SkipLocales.Add("Français");
|
|
||||||
|
|
||||||
LocaleList l = LocaleList.GetList();
|
LocaleList l = LocaleList.GetList();
|
||||||
progress.Append("Exporting " + l.Count.ToString() + " Locales");
|
progress.Append("Exporting " + l.Count.ToString() + " Locales");
|
||||||
|
|||||||
Reference in New Issue
Block a user