mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 20:18:08 +00:00
Issue #210 Ukrainian and Dutch translation and other translation fixes by pepka
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user