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
|
|
|
|
|
|
|
|
5. Add your directory at the end of configure.in.
|
|
|
|
6. run ./autogen.sh (in upper directory)
|
|
|
|
7. run ./configure
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-09-20 10:45:26 +00:00
|
|
|
List of translators contrubutors
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
pl_PL: 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>
|