Hungarian translation by honfika

This commit is contained in:
Jindra Petk
2013-07-10 08:51:47 +02:00
parent dab58fd141
commit a51addbef5
14 changed files with 487 additions and 1 deletions

View File

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