[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: adjust instructions for updatin
From: |
Gavin D. Smith |
Subject: |
branch master updated: * README-hacking: adjust instructions for updating translations slightly. |
Date: |
Fri, 06 Dec 2024 17:07:55 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new c20d0cc339 * README-hacking: adjust instructions for updating
translations slightly.
c20d0cc339 is described below
commit c20d0cc33932ffe140d21013b251a7668b782469
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Dec 6 22:07:43 2024 +0000
* README-hacking: adjust instructions for updating translations
slightly.
---
ChangeLog | 5 +++++
README-hacking | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 56e1e3c0b1..334b0501af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: adjust instructions for updating translations
+ slightly.
+
2024-12-06 Gavin Smith <gavinsmith0123@gmail.com>
* Makefile.am (update-po): Also run update-po in gnulib
diff --git a/README-hacking b/README-hacking
index 2708a05f69..14f816755b 100644
--- a/README-hacking
+++ b/README-hacking
@@ -538,9 +538,10 @@ run "make -C po check-linguas" and "make -C po_document
check-linguas"
to check that LINGUAS under po and po_document match actual file list.
make
- make update-po # both po and po_document needed, build a dist first
+ make update-po
( cd po_document ; for f in *.po ; do ./adjust-translations.pl $f ; done )
- make update-po # in case po files change again after last step
+ ( cd po_document ; make update-po ) # in case po files change again after
+ # last step
- Official releases only:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: adjust instructions for updating translations slightly.,
Gavin D. Smith <=