lazarus/languages
2009-12-31 00:16:27 +00:00
..
installerstrconsts.de.po
installerstrconsts.es.po Changed remaining translation files encoding to UTF-8 2009-07-27 19:26:45 +00:00
installerstrconsts.fr.po
installerstrconsts.id.po
installerstrconsts.lt.po
installerstrconsts.nl.po
installerstrconsts.pb.po
installerstrconsts.pl.po
installerstrconsts.po
installerstrconsts.ru.po
installerstrconsts.sk.po
installerstrconsts.tr.po
installerstrconsts.zh_CN.po * Updated Chineese translation by shinyv 2009-04-26 15:44:31 +00:00
lazaruside.af_ZA.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.ar.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.ca.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.de.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.es.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.fi.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.fr.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.he.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.id.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.it.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.ja.po * Updated Japanese translation by taka (issue #15445) 2009-12-31 00:16:27 +00:00
lazaruside.lt.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.nl.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.pb.po translations: portuguese: updates from Marcelo 2009-12-30 19:41:40 +00:00
lazaruside.pl.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.ru.po * Updated and improved Russion translation by Maxim Ganetsky 2009-12-30 22:19:24 +00:00
lazaruside.sk.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.tr.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.ua.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
lazaruside.zh_CN.po ide: change resource string + update translations 2009-12-26 19:18:14 +00:00
README.txt

Quick Start for translators:

For example finnish translation:
Search for all *.fi.po files. They are simple text files, with an easy format.
Edit them with programs like kbabel.
Run 'sh localize.sh' to update translations.

Send the updated xxx.fi.po files to patch@dommelstein.net.
Do not send diffs for .po files.


Now the background:

The <lazarusdir>/languages directory contains all the stuff for
internationalization of the lazarus IDE.

There are a few other directories for the codetools and the lcl. They work
all the same. All language files can easily be updated with the
<lazarusdir>/localize.sh or <lazarusdir>\localize.bat script.


All text and messages used in the IDE (except the special designer units)
should be placed into the unit lazarusidestrconsts.pas. This unit uses a
resourcestring section, so that the compiler will create the
<lazarusdir>/lazarusidestrconsts.rst file.
Since this is a fpc-only format it must be converted with the rstconv program:

cd <lazarusdir>/languages
rstconv -i ../lazarusidestrconsts.rst -o lazaruside.po

Hint: this is done by <lazarusdir>/localize.sh or <lazarusdir>\localize.bat.

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

german:           lazaruside.de.po
russian (KOI8-R): lazaruside.ru.po
spanish:          lazaruside.es.po
french:           lazaruside.fr.po
italian:          lazaruside.it.po