With a text editor, modify the configuration file
/usr/local/sourceforge/runtime/conf/sourceforge_configuration.properties
to support the required languages.
multiple.language.enabled=true
system.supported.locales=en,en_GB,ja,ko,zh_CN
Modify the equivalent variables in the file
/usr/local/sourceforge/runtime/conf/runtime-options.conf with the same
values.
MULTIPLE_LANGUAGE_ENABLED=true
SUPPORTED_LOCALES=en,en_GB,ja,zh_CN,ko
Start CollabNetSourceForgeEnterprise5.0.
/etc/init.d/collabnet start
If you are installing a Korean-language site, symlink the
fonts/korean directory to the
fonts/ko directory.
ln -s /usr/share/fonts/korean
/usr/share/fonts/ko
Note: This bypasses a Java bug that can make Korean characters appear
incorrectly.