HA Clusters Quick Links
- Download
- Download the latest Open High Availability Cluster source
- Participate
- Join the OpenSolaris HA Clusters discussions
- Contribute
- Contribute to Open High Availability Cluster
Translation for this page
EnglishDeutschEspañolFrançais日本語한국어PortuguesePусский简体中文繁體中文
README.ohac.g11n v1.1 10 Jun 2009
OPENHACLUSTER G11N WORKSPACE BUILDABLE SOURCE
Open High Availability Cluster Globalization buildable source. Consists of messages as well as codes pertaining to localization.
- The contents of the tarball ohac-g11n-YYYYMMDD.tar.bz2 includes:
- Translations of Open HA Cluster core message files
- Makefile and related files for build message packages
More notes on the files in tarball - Translation file formats are .po, properties, java and html.
- Languages and encodings are as follows
| Language | Short_name | Encoding |
|---|---|---|
| German | de | 8859-1 |
| Spanish | es | 8859-1 |
| French | fr | 8859-1 |
| Japanese | ja | eucJP |
| Korean | ko | ko_KR.euc |
| Simplified Chinese | zh | zh_CN.euc |
| Traditional Chinese | zh_CN | zh_TW.euc |
- Some files are not fully translated for corresponding source (English) files, but translation of subset. The number of translated messages are different between languages.
- Needed tools
- /usr/ccs/bin/make
- /usr/bin/msgfmt
- /bin/pkgmk
- /usr/perl5/bin/perl
- javac above version 1.3.x
- OS locales
OS locales are needed by message compilers which needs to run on the each locale for .po files. Essentially, only codeset is significant so it's possible to generate .mo in different locale but with same codeset.
All seven locales, German, Spanish, French, Japanese, Korean, Simplified Chinese and Traditional Chinese are needed for build. When you added your own language or locale cluster message, that locale will be also needed on the system. - iconv modules between each source encoding and target binary encodings(e.g. UTF-8, GB18030, Big5...)
- other misc tools like grep, sed, etc.
- This list can grow when more contents become available in the future.
- C/C++ compilers are not used.For OpenSolaris:
- Additional(non-default installed) locales
- SUNWlang-ja-extra, SUNWlang-ko-extra, SUNWlang-zhCN-extra, SUNWlang-zhTW-extra
- Java platform development tools to install native2ascii
- SUNWj6dev
- %pfexec pkg install SUNWlang-ja-extra SUNWlang-ko-extra SUNWlang-zhCN-extra SUNWlang-zhTW-extra SUNWj6dev
- Build and install instruction
- How to extract the tarball
*1* $ cd [your_directory]
*1* $ bzcat ohac-g11n-YYYYMMDD.tar.bz2 | tar xvf -
(directory "ohac-g11n" will be created) - How to build entire source tree
*1* Go to [your_directory]/ohac-g11n
*1* Run build_ohac-g11n.sh script after giving permission[your_directory][your_directory] - How to install built packages
*1* Use pkgadd command with root or alternate user account to install packages on your system. NOTE for building IPS package: If you need to build IPS packages during building Open HA Cluster core source, please replace localized packages in /opt/scbld/ext_pkgs/L10N/ohac/. Then follow build instruction for core source tree. Replaced localized packages will be converted to IPS packages in this build process.
- How to extract the tarball
- Package name convention|=Language|=Name convention
| German | SUNWd* |
| French | SUNWf* |
| Spanish | SUNWe* |
| Japanese | SUNWj* |
| Korean | SUNWk* |
| Simplified Chinese | SUNWc* |
| Traditional Chinese | SUNWh* |
- Bug/RFE subcategories
- To report a bug or an RFE, please use the following web interface:
- Translation bugs of Open HA Cluster are filed in l10n subcategory in corresponding Open HA Cluster bug category. The category of Open HA Cluster bug is suncluster.
on 2009/10/26 12:08