summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)