This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new f0a03e1 doc: Add a note regarding new translation files.
f0a03e1 is described below
commit f0a03e121131886f80150ed7ff4976dee16fd4eb
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Apr 18 16:06:33 2021 -0400
doc: Add a note regarding new translation files.
* doc/release.org (Updating the translation files): Mention that new
translation files should be registered.
Suggested-by: Julien Lepiller <[email protected]>
---
doc/release.org | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/release.org b/doc/release.org
index e0f9f04..ceb9bd6 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -65,6 +65,11 @@ if you haven't done so already:
$ make download-po
$ make doc-po-update
$ git add po
+
+Then commit any newly added file in a first commit, after having
+registered them in the doc/local.mk and po/doc/local.mk files. For
+the rest of the change, it's OK to simply do:
+
$ git commit -m 'nls: Update translations.'
The downloading and committing of the .po files is not automated as it