[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Fri, 6 Dec 2024 16:14:17 -0500 (EST) |
branch: master
commit 735bcad8895507796ae71942dfdfd391b898460b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Dec 6 20:09:24 2024 +0000
* tp/Texinfo/XS/gnulib/po/Makevars (XGETTEXT_OPTIONS):
patch to add --force-po as this gnulib import does not at present
actually have any translatable strings.
---
ChangeLog | 6 ++++++
tp/Texinfo/XS/gnulib/po/Makevars | 1 +
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index d50598afea..636e609129 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/gnulib/po/Makevars (XGETTEXT_OPTIONS):
+ patch to add --force-po as this gnulib import does not at present
+ actually have any translatable strings.
+
2024-12-04 Gavin Smith <gavinsmith0123@gmail.com>
* configure.ac: bump version to 7.1.92
diff --git a/tp/Texinfo/XS/gnulib/po/Makevars b/tp/Texinfo/XS/gnulib/po/Makevars
index b3974c905d..62e1eed5a4 100644
--- a/tp/Texinfo/XS/gnulib/po/Makevars
+++ b/tp/Texinfo/XS/gnulib/po/Makevars
@@ -31,6 +31,7 @@ top_builddir = ../..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = \
+ --force-po \
--keyword=_ --flag=_:1:pass-c-format \
--keyword=N_ --flag=N_:1:pass-c-format \
--keyword='proper_name:1,"This is a proper name. See the gettext manual,
section Names."' \