Russian translation by focus

This commit is contained in:
Jindra Petk
2013-07-16 06:00:56 +02:00
parent b1fee4260a
commit 84eb33e788
14 changed files with 494 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", "hu", "sv"};
private String languages[] = new String[]{"en", "cs", "hu", "ru", "sv"};
public SelectLanguageDialog() {
setSize(350, 130);