Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / lcl / languages
  ..
  lclstrconsts.id.po
  lclstrconsts.fi.po
  lclstrconsts.pl.po
  lclstrconsts.it.po
  lclstrconsts.es.po
  lclstrconsts.uk.po
  lclstrconsts.zh_CN.po
  lclstrconsts.sk.po
  lclstrconsts.po
  README.txt
  lclstrconsts.lt.po
  lclstrconsts.pt.po
  lclstrconsts.cs.po
  lclstrconsts.hu.po
  lclstrconsts.he.po
  lclstrconsts.fr.po
  lclstrconsts.ca.po
  lclstrconsts.ru.po
  lclstrconsts.pt_BR.po
  lclstrconsts.ja.po
  lclstrconsts.de.po
  lclstrconsts.nl.po
  lclstrconsts.no.po
  lclstrconsts.tr.po
Size: Mime:
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.