postgis/doc/po
Sandro Santilli 44290abd69 Update translation files from transifex
git-svn-id: http://svn.osgeo.org/postgis/trunk@14133 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 14:46:39 +00:00
..
es Update translation files from transifex 2015-09-29 14:46:39 +00:00
fr Update translation files from transifex 2015-09-29 14:46:39 +00:00
it_IT Update translation files from transifex 2015-09-29 14:46:39 +00:00
ko_KR Update translation files from transifex 2015-09-29 14:46:39 +00:00
pl Update translation files from transifex 2015-09-29 14:46:39 +00:00
pt_BR Update translation files from transifex 2015-09-29 14:46:39 +00:00
templates Update translation templates 2015-09-29 12:31:27 +00:00
Makefile.local Initial support for documentatin translation 2012-09-17 12:31:54 +00:00
README Update transifex project url, update tx configuration and README 2014-10-18 09:36:07 +00:00

Translation files for the PostGIS manual.

Compilation of the files require the ``poxml`` package,
part of the KDE development kit.

In language subdirectories, run ``make`` to build localized manual and
comments, ``make local-pdf`` for the pdf.

In parent directory (doc), run ``make update-po`` to update the translation
files to be in sync with the source code, ``make html-localized`` or
``make pdf-localized`` to build the localized html or pdf manual for
all enabled languages

Using transifex
---------------

Transifex web-ui to translation was setup here:
https://www.transifex.com/projects/p/postgis

Run ``make update-tx`` from the parent (doc) directory to
update the transifex command-line tool configuration,
found in ../.tx/config (only needed when new doc sources
are added);

Run ``make pull-tx`` to import remotely updated translations
and ``make push-tx`` to upload the locally update ones, after
making sure they are well-formed (``make html-localized`` succeeds).

NOTE: the recommended workflow is:

 make pull-tx
 do:
  make html-localized || edit
 until success 
 if edits:
  make push-tx
  make pull-tx
  commit changes to repo
 fi