|
|
HA Clusters Quick Links
README.ohacds.g11n v1.0 04 Jul 2007
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 ohacds-g11n-20070704.tar.bz2 includes:
* Translations of Open HA Cluster agent message files.
including:
Translation messages for Open HA Cluster agent
components.
Package buildable tree for above messages
There are no translated man pages for agents.
- More notes on the files in tarball
* Translation file format is .po.
* 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 full translation of corresponding
source (English) files but translation of subset.
The number of translated messages are different between
languages.
- You will need to have the following installed in order to build
the files on Solaris. To install all these tools and components
please select 'Developer System Support' and corresponding seven
language areas in Solaris installation.
* /usr/ccs/bin/make
* /usr/bin/msgfmt
* /bin/pkgmk
* /usr/perl5/bin/perl
* OS locales
needed by msgfmt which needs to run in the locale
which given (code-converted) .po file is for.
(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 to succeed the 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.
- How to extract the tarball
$ cd
|