From 4fca92f5473b11ac0c15acc9cdbdb807caba1e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Tue, 4 May 2021 13:12:57 +0200 Subject: [PATCH] doc: add instructions for developers to update translations (#51277) License: MIT --- doc/development.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/development.rst b/doc/development.rst index f1cea0609..86ff8630c 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -59,6 +59,20 @@ Run the tests When running from an interactive shell `< /dev/null` unsets the `tty` tox sub-type and defines the `COVERAGE` variable. +Update translations +=================== + +They are updated upstream before the releases to help keep the +vocabulary consistent. + +.. note:: + + The only exception would be a trivial fix such as a typo. + +The `.po` files can be updated as follows:: + + $ ./update-locales.sh + Build the documentation =======================