From a5b0458a1d346c7d4f2b50d4dcdf67f9a753643a Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Wed, 31 Mar 2021 22:48:50 +1100 Subject: Don't translate @documentencoding --- build-aux/fixup-texi-pot | 1 + 1 file changed, 1 insertion(+) (limited to 'build-aux') diff --git a/build-aux/fixup-texi-pot b/build-aux/fixup-texi-pot index 9ca9ace..211201e 100755 --- a/build-aux/fixup-texi-pot +++ b/build-aux/fixup-texi-pot @@ -38,6 +38,7 @@ while (<>) next if /^#\. type: author/ and /^msgid "[^@]*\@email\{[^}]*\}"/m; next if /^msgid "help2man"/m; next if /^msgid "\@url\{[^}]*\}(\\n)?"/m; + next if /^msgid "\@documentencoding UTF-8"/m; # Find cross references and add a note to translators. /^msgid "(.*)/sm or next; -- cgit v1.2.1