lazarus/components/codetools/languages
mattias 33f16ae8a0 updated italian localization from Marco
git-svn-id: trunk@5619 -
2004-06-29 19:55:28 +00:00
..
codetools.ca.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.de.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.es.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.esutf.po added italian translation from Marco Ciampa 2004-06-24 19:05:29 +00:00
codetools.fi.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.fr.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.it.po added italian translation from Marco Ciampa 2004-06-24 19:05:29 +00:00
codetools.itiso.po updated italian localization from Marco 2004-06-29 19:55:28 +00:00
codetools.pl.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.pliso.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.plwin.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.ru.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
codetools.ruwin.po added hebrew translation from ik 2004-06-17 08:11:51 +00:00
README added synedit localization 2002-10-01 15:45:32 +00:00

The <lazarusdir>/components/codetools/languages directory contains all the stuff
for internationalization of the codetools.

All text and messages used in the codetools should be placed into the unit
codetoolsstrconsts.pas. This unit uses a resourcestring section, so that the
compiler will create the
<lazarusdir>/components/units/codetoolsstrconsts.rst file.

The following is a in detail description of updating the language files for
the codetools. Normally you can just execute the <lazarusdir>/localize.sh
script.

Since this is a fpc-only format it must be converted with the rstconv program:

cd <lazarusdir>/components/codetools/languages
rstconv -i ../../units/codetoolsstrconsts.rst -o codetools.po

This will create the file codetools.po, which should be translated in all
required languages to a codetools.xx.po file. For the xx see the gettext unit
in the procedure TranslateResourceStrings.

german: codetools.de.po


After the translation, the codetools.xx.po file is converted to an .mo file
with the msgfmt program:

msgfmt -v -o codetools.xx.mo codetools.xx.po

where xx is the language id.