Added Czech locale
This commit is contained in:
parent
263c10baad
commit
b782641e23
@ -38,7 +38,7 @@ public class SwingPreferences extends net.sf.openrocket.startup.Preferences {
|
||||
private static final List<Locale> SUPPORTED_LOCALES;
|
||||
static {
|
||||
List<Locale> list = new ArrayList<Locale>();
|
||||
for (String lang : new String[] { "en", "de", "es", "fr", "it", "ru" }) {
|
||||
for (String lang : new String[] { "en", "de", "es", "fr", "it", "ru","cs" }) {
|
||||
list.add(new Locale(lang));
|
||||
}
|
||||
SUPPORTED_LOCALES = Collections.unmodifiableList(list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user