Merge pull request #206 from kruland2607/master
Added ukranian translations.
This commit is contained in:
commit
43aa40c7a9
1953
core/resources/l10n/messages_uk_UA.properties
Normal file
1953
core/resources/l10n/messages_uk_UA.properties
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@ import java.util.Properties;
|
|||||||
|
|
||||||
public class L10nPropertyReport {
|
public class L10nPropertyReport {
|
||||||
|
|
||||||
private static String[] supportedLocales = new String[] { "en", "de", "es", "fr", "it", "ru", "cs", "pl", "ja", "pt" };
|
private static String[] supportedLocales = new String[] { "en", "de", "es", "fr", "it", "ru", "cs", "pl", "ja", "pt", "uk_UA" };
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ public class SwingPreferences extends net.sf.openrocket.startup.Preferences {
|
|||||||
list.add(new Locale(lang));
|
list.add(new Locale(lang));
|
||||||
}
|
}
|
||||||
list.add(new Locale("zh","CN"));
|
list.add(new Locale("zh","CN"));
|
||||||
|
list.add(new Locale("uk","UA"));
|
||||||
SUPPORTED_LOCALES = Collections.unmodifiableList(list);
|
SUPPORTED_LOCALES = Collections.unmodifiableList(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user