Code

gettextize: git-notes "Refusing to %s notes in %s" message
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 5 Sep 2010 14:02:13 +0000 (14:02 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:58:14 +0000 (07:58 +0000)
commit103d6c27e458a36ba281b9ea80d8a4cb1141951b
tree600d06cddbd228398f9c774ace429e53b20eef22
parent50044a372f837bc749584b8fc15d3889780e11e1
gettextize: git-notes "Refusing to %s notes in %s" message

The first %s in "Refusing to %s notes in %s" is one of "git notes
ACTION". So we need to mark those actions for translation and later
use _().

Also add a TRANSLATORS comment explaining to translators what the
first %s means.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin/notes.c