summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-12-09 11:28:43 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-12-09 11:43:15 +0100
commit22ea3d2f6f92c1a8bce16a0de992caeb665e0ea3 (patch)
tree24c6cfdeb02d1401b00d6a667d7b1494e29e2b98
parentcea7987b9bca6e4be133f22d7276c7e5377574ab (diff)
downloadlibgphoto2-22ea3d2f6f92c1a8bce16a0de992caeb665e0ea3.tar.gz
Document translating languages outside Translation Project
Document translating languages outside Translation Project, as we are maintaining the German ("de") translation by ourselves.
-rw-r--r--MAINTAINERS4
-rw-r--r--RELEASE-HOWTO.md6
2 files changed, 9 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a2fb36679..aa746c7c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -232,9 +232,11 @@ Releases:
Marcus Meissner <marcus@jet.franken.de>
Translation:
- We use http://translationproject.org/
+ For most languages, we use http://translationproject.org/
packages: libgphoto2, libgphoto2_port, gphoto2, gtkam
+ For the "de" language, we maintain the translation ourselves.
+
Marcus Meissner <marcus@jet.franken.de>
Manual pages:
diff --git a/RELEASE-HOWTO.md b/RELEASE-HOWTO.md
index fca4e2841..c2db4b5ff 100644
--- a/RELEASE-HOWTO.md
+++ b/RELEASE-HOWTO.md
@@ -1,5 +1,11 @@
# How to prepare a release
+## update the locally maintained translation(s)
+
+ Run `make update-po`, then find which `**/po/*.po` files are
+ maintained locally (see the `MAINTAINERS` file), then edit and
+ commit those.
+
## sync translations from translationproject
In the toplevel directory (of which po/ is a subdirectory)