Support Chinese language
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
|
||||
using System.Globalization;
|
||||
using System.Windows.Data;
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace NGettext.Wpf.Common
|
||||
|
||||
public GettextStringFormatConverter(string msgId)
|
||||
{
|
||||
this.MsgId = msgId;
|
||||
MsgId = msgId;
|
||||
}
|
||||
|
||||
public static ILocalizer Localizer { get; set; }
|
||||
@@ -25,4 +25,4 @@ namespace NGettext.Wpf.Common
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
|
||||
using System.Globalization;
|
||||
|
||||
namespace NGettext.Wpf
|
||||
@@ -13,4 +13,4 @@ namespace NGettext.Wpf
|
||||
|
||||
public CultureInfo CultureInfo { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
namespace NGettext.Wpf.EnumTranslation
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
|
||||
|
||||
namespace NGettext.Wpf.EnumTranslation
|
||||
{
|
||||
public class EnumMsgIdAttribute : Attribute
|
||||
@@ -11,4 +10,4 @@ namespace NGettext.Wpf.EnumTranslation
|
||||
|
||||
public string MsgId { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
|
||||
using System.Globalization;
|
||||
using System.Windows.Data;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
|
||||
Reference in New Issue
Block a user