Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Make the core git-am messages that use say() translatable. These are > visible on almost every git am invocation. > > There are tests that depend on the "Applying" output that need to be > skipped along with this translation. > - say "Applying: $FIRSTLINE" > + say "$(eval_gettext "Applying: \$FIRSTLINE")" > - say No changes -- Patch already applied. > + say "$(gettext "No changes -- Patch already applied.")" I guess that you canot simply make 'say' to do the translation because one doesn't know if getext or eval_gettext is needed, isn't it? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html