Re: [PATCH 03/65] i18n: archive: mark parseopt strings for translation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonathan Nieder <jrnieder@xxxxxxxxx> writes:

> Junio C Hamano wrote:
>> Nguyễn Thái Ngọc Duy  <pclouds@xxxxxxxxx> writes:
>
>>> --- a/archive.c
>>> +++ b/archive.c
>>> @@ -7,10 +7,10 @@
>>>  #include "unpack-trees.h"
>>>  
>>>  static char const * const archive_usage[] = {
>>> -	"git archive [options] <tree-ish> [<path>...]",
>>> -	"git archive --list",
>>> -	"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]",
>>> -	"git archive --remote <repo> [--exec <cmd>] --list",
>>> +	N_("git archive [options] <tree-ish> [<path>...]"),
>>> +	N_("git archive --list"),
>>> +	N_("git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"),
>>> +	N_("git archive --remote <repo> [--exec <cmd>] --list"),
>>>  	NULL
>>>  };
>>
>> I can understand the "help" text member of OPT_BLAH() construct, but
>> do we really want to translate the above?
>
> <repo>, <cmd>, [options], <tree-ish>, and <path> may be spelled
> differently in other languages.

OK, fair enough.
--
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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]