]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: mark action_name() for translation
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 21 Oct 2016 12:26:17 +0000 (14:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2016 16:32:35 +0000 (09:32 -0700)
commitc28cbc5ea673da46acb9f4b4fcc3e761b6661513
tree9afc3291b40357effea2f44797e0124a8edf5182
parent2eeaf1b36becceef56dbe44a2de6b108c3e072ff
sequencer: mark action_name() for translation

The definition of this function goes back all the way to 043a449
(sequencer: factor code out of revert builtin, 2012-01-11), long before a
serious effort was made to translate all the error messages.

It is slightly out of the context of the current patch series (whose
purpose it is to re-implement the performance critical parts of the
interactive rebase in C) to make the error messages in the sequencer
translatable, but what the heck. We'll just do it while we're looking at
this part of the code.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c