Swedish translation by Capasha

This commit is contained in:
Jindra Petk
2013-07-10 16:34:06 +02:00
parent a51addbef5
commit ed0266751a
18 changed files with 544 additions and 23 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", "hu"};
private String languages[] = new String[]{"en", "cs", "hu", "sv"};
public SelectLanguageDialog() {
setSize(350, 130);