lazarus/lcl/languages
mattias e4c031d58a LCL: hint about RequireDerivedFormResource
git-svn-id: trunk@29285 -
2011-02-01 09:25:53 +00:00
..
lclstrconsts.ca.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.cs.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.de.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.es.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.fi.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.fr.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.he.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.id.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.it.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.lt.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.nl.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.no.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.pl.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.pt_BR.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.pt.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.ru.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.sk.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.tr.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.ua.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lclstrconsts.zh_CN.po LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +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.