lazarus/components/synedit/languages
2019-05-16 23:10:15 +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.pl.po Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
syndesignstringconstants.pot IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
syndesignstringconstants.pt_BR.po
syndesignstringconstants.ru.po
syndesignstringconstants.uk.po
syndesignstringconstants.zh_CN.po
syneditstrconst.ca.po Translations: regenerated all relevant translation files after r61231 #5b72fe1d56 2019-05-16 23:10:15 +00:00
syneditstrconst.cs.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.de.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.es.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.fi.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.fr.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.he.po Translations: regenerated all relevant translation files after r61231 #5b72fe1d56 2019-05-16 23:10:15 +00:00
syneditstrconst.hu.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.id.po Translations: regenerated all relevant translation files after r61231 #5b72fe1d56 2019-05-16 23:10:15 +00:00
syneditstrconst.it.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.lt.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.nl.po Translations: regenerated all relevant translation files after r61231 #5b72fe1d56 2019-05-16 23:10:15 +00:00
syneditstrconst.pl.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.pot Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.pt_BR.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.ru.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.uk.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +00:00
syneditstrconst.zh_CN.po Translations: regenerated all relevant translation files after r61225 #75a8b1b83c 2019-05-13 23:21:39 +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.pot IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
synhighlighterunixshellscript.pt_BR.po
synhighlighterunixshellscript.ru.po
synhighlighterunixshellscript.uk.po
synhighlighterunixshellscript.zh_CN.po
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 Translations: Polish translation update by Sławomir Niedziela, bug #34788 2019-01-04 13:58:31 +00:00
synmacrorecorder.pot IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
synmacrorecorder.pt_BR.po
synmacrorecorder.ru.po
synmacrorecorder.uk.po
synmacrorecorder.zh_CN.po Translations: Chinese translation update by robsean, bug #34579 2018-11-22 00:03:32 +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.