On Sat, May 6, 2017 at 12:30 AM, Johannes Schindelin
<[email protected]> wrote:
> Hi Daniel,
>
>
> On Fri, 5 May 2017, Daniel Ferreira wrote:
>> +static void print_modified(void)
>> +{
>> + int i;
>> + struct add_interactive_status s;
>> + const char *modified_fmt = _("%12s %12s %s");
>
> We cannot really translate that...
He copied this from the *.perl code:
# TRANSLATORS: you can adjust this to align "git add -i" status menu
my $status_fmt = __('%12s %12s %s');
And one translation at least makes use of that (and probably others should).
But porting the /* TRANSLATORS: ... */ comment over is missing, and
should be added.