Skip to content

Commit 54f1e86

Browse files
committed
Merge branch 'va/i18n-perl-scripts' into pu
* va/i18n-perl-scripts: i18n: difftool: mark warnings for translation i18n: send-email: mark string with interpolation for translation i18n: send-email: mark warnings and errors for translation i18n: send-email: mark strings for translation i18n: add--interactive: mark edit_hunk_manually message for translation i18n: add--interactive: i18n of help_patch_cmd i18n: add--interactive: mark message for translation i18n: add--interactive: mark plural strings i18n: add--interactive: mark strings with interpolation for translation i18n: add--interactive: mark simple here documents for translation i18n: add--interactive: mark strings for translation
2 parents d19b6c0 + 289e5f7 commit 54f1e86

File tree

6 files changed

+376
-178
lines changed

6 files changed

+376
-178
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,8 @@ XGETTEXT_FLAGS_C = $(XGETTEXT_FLAGS) --language=C \
21112111
--keyword=_ --keyword=N_ --keyword="Q_:1,2"
21122112
XGETTEXT_FLAGS_SH = $(XGETTEXT_FLAGS) --language=Shell \
21132113
--keyword=gettextln --keyword=eval_gettextln
2114-
XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --keyword=__ --language=Perl
2114+
XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --language=Perl \
2115+
--keyword=__ --keyword="Q__:1,2"
21152116
LOCALIZED_C = $(C_OBJ:o=c) $(LIB_H) $(GENERATED_H)
21162117
LOCALIZED_SH = $(SCRIPT_SH)
21172118
LOCALIZED_SH += git-parse-remote.sh

0 commit comments

Comments
 (0)