lazarus/lcl/languages
2016-11-12 12:44:04 +00:00
..
lclstrconsts.ca.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.cs.po Translations: fixed typo in Czech translation as per comments in bug #29007 2015-11-17 22:07:29 +00:00
lclstrconsts.de.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.es.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.fi.po translations: Finnish 2015-12-05 11:32:24 +00:00
lclstrconsts.fr.po Merged revision(s) 50914-50923 #8138f89a1c-#8138f89a1c, 50925 #e1239e4c94 from trunk: 2015-12-19 00:06:27 +00:00
lclstrconsts.he.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.hu.po Translations: Hungarian translation update by Péter Gábor, bug #30919 2016-11-12 12:44:04 +00:00
lclstrconsts.id.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.it.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.ja.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.lt.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.nl.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.no.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.pl.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.pt_BR.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.pt.po Merged revision(s) 51682-51683 #b3e8ea38d7-#b3e8ea38d7 from trunk: 2016-02-24 22:33:07 +00:00
lclstrconsts.ru.po LCL: updated Russian translation 2015-08-26 12:07:21 +00:00
lclstrconsts.sk.po Merged revision(s) 51472 #d7e782191a, 51512 #1a8731a61b from trunk: 2016-02-06 14:39:05 +00:00
lclstrconsts.tr.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.uk.po lcl: updated po files 2015-08-24 12:42:05 +00:00
lclstrconsts.zh_CN.po lcl: updated po files 2015-08-24 12:42:05 +00:00
README.txt

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.