lazarus/components/synedit/languages
2018-08-19 23:08:36 +00:00
..
README.txt
syndesignstringconstants.cs.po
syndesignstringconstants.de.po
syndesignstringconstants.es.po
syndesignstringconstants.fr.po
syndesignstringconstants.he.po
syndesignstringconstants.hu.po
syndesignstringconstants.it.po
syndesignstringconstants.lt.po
syndesignstringconstants.po
syndesignstringconstants.pt_BR.po
syndesignstringconstants.ru.po
syndesignstringconstants.uk.po
syndesignstringconstants.zh_CN.po Translations: Chinese translation update by robsean, bug #32850 2017-12-19 22:08:00 +00:00
syneditstrconst.ca.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.cs.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.de.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.es.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.fi.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.fr.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.he.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.hu.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.id.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.it.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.lt.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.nl.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.pl.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
syneditstrconst.pt_BR.po Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34139 2018-08-19 23:08:36 +00:00
syneditstrconst.ru.po SynEdit: updated Russian translation 2018-07-16 23:02:10 +00:00
syneditstrconst.uk.po Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34005 2018-07-19 22:41:44 +00:00
syneditstrconst.zh_CN.po SynEdit, PasHighlighter: color for procedure name in declaration/header. Issue #0033569 2018-07-14 13:56:25 +00:00
synhighlighterunixshellscript.cs.po
synhighlighterunixshellscript.de.po
synhighlighterunixshellscript.es.po
synhighlighterunixshellscript.fr.po
synhighlighterunixshellscript.he.po
synhighlighterunixshellscript.hu.po
synhighlighterunixshellscript.id.po
synhighlighterunixshellscript.it.po
synhighlighterunixshellscript.lt.po
synhighlighterunixshellscript.po
synhighlighterunixshellscript.pt_BR.po
synhighlighterunixshellscript.ru.po
synhighlighterunixshellscript.uk.po
synhighlighterunixshellscript.zh_CN.po Translations: Chinese translation update by robsean, bug #32850 2017-12-19 22:08:00 +00:00
synmacrorecorder.cs.po
synmacrorecorder.de.po
synmacrorecorder.es.po
synmacrorecorder.fr.po
synmacrorecorder.he.po
synmacrorecorder.hu.po
synmacrorecorder.id.po
synmacrorecorder.it.po
synmacrorecorder.lt.po
synmacrorecorder.pl.po
synmacrorecorder.po
synmacrorecorder.pt_BR.po
synmacrorecorder.ru.po
synmacrorecorder.uk.po
synmacrorecorder.zh_CN.po Translations: Chinese translation update by robsean, bug #32850 2017-12-19 22:08:00 +00:00

The <lazarusdir>/components/synedit/languages directory contains all the stuff
for localization of synedit.

All text and messages used in synedit should be placed into the unit
syneditstrconst.pp. This unit uses resourcestring sections, so that the
compiler will create the
<lazarusdir>/components/units/syneditstrconst.rst file.
<lazarusdir>/components/units/synmacrorecorder.rst file.

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

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

cd <lazarusdir>/components/synedit/languages
rstconv -i ../../units/syneditstrconst.rst -o synedit.po
rstconv -i ../../units/synmacrorecorder.rst -o synmacrorecorder.po

This will create the files synedit.po and synmacrorecorder.po, which should be
translated in all required languages to a synedit.xx.po and a
synmacrorecorder.xx.po file. For the xx see the gettext unit in the procedure
TranslateResourceStrings of the IDE.

german: synedit.de.po and synmacrorecorder.de.po


After the translation, the both po file are converted to .mo files with the
msgfmt program:

msgfmt -v -o synedit.xx.mo synedit.xx.po
msgfmt -v -o synmacrorecorder.xx.mo synmacrorecorder.xx.po

where xx is the language id.