29 lines
1 KiB
Text
29 lines
1 KiB
Text
Adding a new translation
|
|
------------------------
|
|
|
|
1. Take the directory C, copy to a directory named by your locale.
|
|
2. Edit Makefile.am add your directory to the SUBDIRS.
|
|
3. Copy a Makefile.am from some other translation, the newest or
|
|
the one closest to your directory.
|
|
4. Edit the Makefile.am in your directory. Change ::
|
|
|
|
THE_LANG = sv_SE
|
|
CODESET = ISO-8859-1
|
|
|
|
5. Add your directory at the end of configure.ac.
|
|
6. run ./autogen.sh (in upper directory)
|
|
7. run ./configure
|
|
|
|
Details regarding the meaning of all of the positions & default values
|
|
would be listed in Translation.m.desc, if you're kind enough to write it.
|
|
|
|
List of translators contributors
|
|
--------------------------------
|
|
|
|
ru_RU: Slava Semushin <php-coder@altlinux.ru>
|
|
ko_KR: Jo Hyunseok <ttrand@gmail.com>
|
|
pl_PL: Meltir and Cheester <meltir@wp.pl> <czester@gmail.com>, offtza@gazeta.pl
|
|
nl_NL: Han Boetes <han@mijncomputer.nl>
|
|
sl_SI: Ales Jagodnik <ales.jagodnik@siol.net>
|
|
cs_CZ: Radek Kubicek < r.kubaz@centrum.cz>
|
|
it_IT: skizzhg <skizzhg@gmx.com>
|