Merge pull request #207 from celeron533/master
Update registered language code in L10nPropertyReport
This commit is contained in:
commit
9c0061ba83
@ -10,7 +10,7 @@ import java.util.Properties;
|
||||
|
||||
public class L10nPropertyReport {
|
||||
|
||||
private static String[] supportedLocales = new String[] { "en", "de", "es", "fr", "it", "ru", "cs", "pl", "ja", "pt", "uk_UA" };
|
||||
private static String[] supportedLocales = new String[] { "en", "de", "es", "fr", "it", "ru", "cs", "pl", "ja", "pt", "tr", "zh_CN", "uk_UA" };
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user