This commit is contained in:
@@ -1657,7 +1657,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
//StockLocaleHashes.Add(-679171126);
|
//StockLocaleHashes.Add(-679171126);
|
||||||
|
|
||||||
//Get a list of RAVEN translations and ID's
|
//Get a list of RAVEN translations and ID's
|
||||||
var a = await util.GetAsync("Translation/List");
|
var a = await util.GetAsync("translation/list");
|
||||||
JArray ja = (JArray)a.ObjectResponse["data"];
|
JArray ja = (JArray)a.ObjectResponse["data"];
|
||||||
var RavenLanguageList = ja.ToObject<List<util.NameIdItem>>();
|
var RavenLanguageList = ja.ToObject<List<util.NameIdItem>>();
|
||||||
|
|
||||||
@@ -1731,7 +1731,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
progress.Op("Exporting " + i.Locale + " to " + exportName);
|
progress.Op("Exporting " + i.Locale + " to " + exportName);
|
||||||
|
|
||||||
var t = new util.NameIdItem { Name = exportName, Id = x };
|
var t = new util.NameIdItem { Name = exportName, Id = x };
|
||||||
a = await util.PostAsync("Translation/Duplicate", JObject.FromObject(t).ToString());
|
a = await util.PostAsync("translation/duplicate", JObject.FromObject(t).ToString());
|
||||||
var targetTranslationId = util.IdFromResponse(a);
|
var targetTranslationId = util.IdFromResponse(a);
|
||||||
var ctoken = util.CTokenFromResponse(a);
|
var ctoken = util.CTokenFromResponse(a);
|
||||||
//add to maps so can set user to it on export
|
//add to maps so can set user to it on export
|
||||||
|
|||||||
Reference in New Issue
Block a user