Skip to content

Commit bc4ea7f

Browse files
committed
Merge branch 'va/i18n-perl-scripts' into pu
Porcelain scripts written in Perl are getting internationalized. * 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 0dd90ae + 289e5f7 commit bc4ea7f

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
@@ -2112,7 +2112,8 @@ XGETTEXT_FLAGS_C = $(XGETTEXT_FLAGS) --language=C \
21122112
--keyword=_ --keyword=N_ --keyword="Q_:1,2"
21132113
XGETTEXT_FLAGS_SH = $(XGETTEXT_FLAGS) --language=Shell \
21142114
--keyword=gettextln --keyword=eval_gettextln
2115-
XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --keyword=__ --language=Perl
2115+
XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --language=Perl \
2116+
--keyword=__ --keyword="Q__:1,2"
21162117
LOCALIZED_C = $(C_OBJ:o=c) $(LIB_H) $(GENERATED_H)
21172118
LOCALIZED_SH = $(SCRIPT_SH)
21182119
LOCALIZED_SH += git-parse-remote.sh

0 commit comments

Comments
 (0)