re-apply patch 5c0d9eb... which was clobbered by mistake

This commit is contained in:
Daniel_M_Williams 2014-10-29 14:59:25 -06:00
parent 67e741a2df
commit d905d24f47

View File

@ -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 {