Added Russian locale
This commit is contained in:
parent
f9d621d90a
commit
198a3c89fc
@ -36,7 +36,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" }) {
|
||||
for (String lang : new String[] { "en", "de", "es", "fr", "it", "ru" }) {
|
||||
list.add(new Locale(lang));
|
||||
}
|
||||
SUPPORTED_LOCALES = Collections.unmodifiableList(list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user