[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-152-g3061b9085
git at osgeo.org
git at osgeo.org
Tue Jan 11 06:27:32 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 3061b9085227a4b5bd580e7f43074ba7636888f8 (commit)
from 3393249b010bf35a18dc4bdcceddfd9c95684690 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3061b9085227a4b5bd580e7f43074ba7636888f8
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jan 11 15:26:54 2022 +0100
Add instruction about adding a new translation language
Reference #5048
diff --git a/doc/po/README b/doc/po/README
index 6584bb8c9..2293f0120 100644
--- a/doc/po/README
+++ b/doc/po/README
@@ -11,6 +11,28 @@ 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
+Adding languages
+----------------
+
+Adding new languages implies (relative to doc/ dir):
+
+ - Adding the language to the `translations` variable
+ in Makefile.in
+
+ - Re-running ./configure
+
+ - Running `make update-po`
+
+ - Adding a Makefile under the new language directory
+ (take the Makefile from another language as a template,
+ and only change the DOCSUFFIX)
+
+ - Check the new language works:
+ make -C po/<newlanguage>
+
+ - Add to the git repository the changes in the Makefile.in
+ and all the new files in the po/<newlanguage>/
+
Using transifex
---------------
-----------------------------------------------------------------------
Summary of changes:
doc/po/README | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list