lazarus/lcl/languages
mattias 557f62de95 updated finnish translation from Seppo
git-svn-id: trunk@10033 -
2006-10-03 21:58:11 +00:00
..
lcl.ca.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.de.po updated german translation from Joerg Braun 2006-08-16 22:52:08 +00:00
lcl.es.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.fi.po updated finnish translation from Seppo 2006-08-06 08:50:07 +00:00
lcl.fr.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.id.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.it.po updated finnish translation from Seppo 2006-10-03 21:58:11 +00:00
lcl.nl.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.pb.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.pl.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.pliso.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.plwin.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.ru.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.ua.po * Added and updated chinese translations from freefcw 2006-06-22 22:30:57 +00:00
lcl.zh-cn.po * new translations from freefcw 2006-09-07 22:00:59 +00:00
README.txt renamed README files to README.txt 2006-07-21 18:31:15 +00:00

The lcl/languages directory contains all the stuff for internationalization of
the lcl.

All text and messages used in the lcl should be placed into the unit
lcl/lclstrconsts.pas. This unit uses a resourcestring section, so that the
compiler will create the lcl/units/lclstrconsts.rst file.
Since this is a fpc-only format it must be converted with the rstconv program:

cd lcl/languages
rstconv -i ../units/lclstrconsts.rst -o lcl.po

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

german: lcl.de.po


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

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

where xx is the language id.