Re: [PATCH 14/21] i18n: rebase-interactive: mark strings for translation

2016-05-21 Thread Vasco Almeida
Às 12:57 de 21-05-2016, Ævar Arnfjörð Bjarmason escreveu: > On Wed, May 18, 2016 at 5:27 PM, Vasco Almeida wrote: >> > 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. > Cool, thanks

Re: [PATCH 14/21] i18n: rebase-interactive: mark strings for translation

2016-05-21 Thread Ævar Arnfjörð Bjarmason
On Wed, May 18, 2016 at 5:27 PM, Vasco Almeida wrote: > 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. Cool, thanks for working on this. > --- a/git-rebase--interactive.sh > +++

Re: [PATCH 14/21] i18n: rebase-interactive: mark strings for translation

2016-05-19 Thread Eric Sunshine
On Wed, May 18, 2016 at 11:27 AM, Vasco Almeida wrote: > 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 >

[PATCH 14/21] i18n: rebase-interactive: mark strings for translation

2016-05-18 Thread Vasco Almeida
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 enabled extracting strings marked for translation by xgettext. Signed-off-by: Vasco