zh_CN implementation

update l10n properties, add logo
This commit is contained in:
celeron533 2013-10-13 20:44:19 +11:00
parent ec5dfbd4e6
commit 5159d24afe
3 changed files with 1889 additions and 0 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -45,6 +45,7 @@ public class SwingPreferences extends net.sf.openrocket.startup.Preferences {
for (String lang : new String[] { "en", "de", "es", "fr", "it", "ru", "cs", "pl", "ja", "pt" }) {
list.add(new Locale(lang));
}
list.add(new Locale("zh","CN"));
SUPPORTED_LOCALES = Collections.unmodifiableList(list);
}