|
|
|
@ -7,14 +7,11 @@ using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace WpfApp1.translationKey
|
|
|
|
|
{
|
|
|
|
|
class translationPrivateOut : TranslateApiStr
|
|
|
|
|
class translationPrivateOut : TranslationApiStr
|
|
|
|
|
{
|
|
|
|
|
private String name;
|
|
|
|
|
private String path = "../translationResource/";
|
|
|
|
|
private String txtPath = "../translationResource/ListPrivate.txt";
|
|
|
|
|
|
|
|
|
|
translationPrivateOut()
|
|
|
|
|
{ }
|
|
|
|
|
private String path = "E:\\programingg\\vsprogam\\testRjgc\\translationResource\\";
|
|
|
|
|
private String txtPath = "E:\\programingg\\vsprogam\\testRjgc\\translationResource\\ListPrivate.txt";
|
|
|
|
|
|
|
|
|
|
private String getTranslationPrivateApi(StreamReader sr)
|
|
|
|
|
{
|
|
|
|
@ -46,7 +43,7 @@ namespace WpfApp1.translationKey
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override List<String> OutputTranslationS(String id)
|
|
|
|
|
public List<String> OutputTranslationS(String id)
|
|
|
|
|
{
|
|
|
|
|
this.name = id;
|
|
|
|
|
this.path = this.path + this.name + ".txt";
|
|
|
|
@ -61,7 +58,7 @@ namespace WpfApp1.translationKey
|
|
|
|
|
return temp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override List<String> OutputTranslationName()
|
|
|
|
|
public List<String> OutputTranslationNameList()
|
|
|
|
|
{
|
|
|
|
|
List<String> temp = new List<String> { };
|
|
|
|
|
|
|
|
|
|