Issue #210 Ukrainian and Dutch translation and other translation fixes by pepka

This commit is contained in:
Jindra Petk
2013-08-20 19:38:44 +02:00
parent 7562923998
commit 38c144c2ba

View File

@@ -39,7 +39,7 @@ public class SelectLanguageDialog extends AppDialog implements ActionListener {
JComboBox<Language> languageCombobox = new JComboBox<>();
public String languageCode = null;
private String languages[] = new String[]{"en", "cs", "de", "es", "hu", "ru", "sv"};
private String languages[] = new String[]{"en", "cs", "de", "es", "hu", "nl", "ru", "sv", "uk"};
public SelectLanguageDialog() {
setSize(350, 130);