merged honfika changes

chinese translation for jsyntaxpane
This commit is contained in:
Jindra Pet��k
2013-08-25 10:32:23 +02:00
23 changed files with 340 additions and 58 deletions
@@ -49,7 +49,7 @@ public class SelectLanguageDialog extends AppDialog implements ActionListener {
cnt1.add(cnt, BorderLayout.CENTER);
String currentLanguage = (String) Configuration.getConfig("locale", Locale.getDefault().getLanguage());
String currentLanguage = Configuration.getConfig("locale", Locale.getDefault().getLanguage());
boolean found = false;
int enIndex = 0;
for (String code : languages) {