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