2004-01-17 21:24:15 +00:00
|
|
|
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
|
|
|
|
|
2013-01-08 08:04:03 +00:00
|
|
|
5. Add your directory at the end of configure.ac.
|
2004-01-17 21:24:15 +00:00
|
|
|
6. run ./autogen.sh (in upper directory)
|
|
|
|
7. run ./configure
|
|
|
|
|
2005-01-02 07:27:44 +00:00
|
|
|
Details regarding the meaning of all of the positions & default values
|
2008-05-31 10:07:10 +00:00
|
|
|
would be listed in Translation.m.desc, if you're kind enough to write it.
|
2004-01-17 21:24:15 +00:00
|
|
|
|
2008-05-31 10:07:10 +00:00
|
|
|
List of translators contributors
|
2003-09-20 10:45:26 +00:00
|
|
|
--------------------------------
|
|
|
|
|
2008-02-06 17:39:02 +00:00
|
|
|
ru_RU: Slava Semushin <php-coder@altlinux.ru>
|
2005-01-04 12:05:58 +00:00
|
|
|
ko_KR: Jo Hyunseok <ttrand@gmail.com>
|
2005-01-02 07:27:44 +00:00
|
|
|
pl_PL: Meltir and Cheester <meltir@wp.pl> <czester@gmail.com>, offtza@gazeta.pl
|
2004-01-17 01:19:24 +00:00
|
|
|
nl_NL: Han Boetes <han@mijncomputer.nl>
|
2004-01-17 21:24:15 +00:00
|
|
|
sl_SI: Ales Jagodnik <ales.jagodnik@siol.net>
|
2005-01-31 09:42:31 +00:00
|
|
|
cs_CZ: Radek Kubicek < r.kubaz@centrum.cz>
|
2011-10-23 17:59:17 +00:00
|
|
|
it_IT: skizzhg <skizzhg@gmx.com>
|