Skip to content

Commit 9588c52

Browse files
vascoolgitster
authored andcommitted
i18n: rebase-interactive: mark strings for translation
Mark strings in git-rebase--interactive.sh for translation. There is no need to source git-sh-i18n since git-rebase.sh already does so. Add git-rebase--interactive.sh to LOCALIZED_SH in Makefile in order to enable extracting strings marked for translation by xgettext. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d323c6b commit 9588c52

File tree

2 files changed

+102
-90
lines changed

2 files changed

+102
-90
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --keyword=__ --language=Perl
20642064
LOCALIZED_C = $(C_OBJ:o=c) $(LIB_H) $(GENERATED_H)
20652065
LOCALIZED_SH = $(SCRIPT_SH)
20662066
LOCALIZED_SH += git-parse-remote.sh
2067+
LOCALIZED_SH += git-rebase--interactive.sh
20672068
LOCALIZED_SH += git-sh-setup.sh
20682069
LOCALIZED_PERL = $(SCRIPT_PERL)
20692070

0 commit comments

Comments
 (0)