i18n: cherry: mark parseopt strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
e05a10937c
commit
986d1bb877
@ -1443,7 +1443,7 @@ static int add_pending_commit(const char *arg, struct rev_info *revs, int flags)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char * const cherry_usage[] = {
|
static const char * const cherry_usage[] = {
|
||||||
"git cherry [-v] [<upstream> [<head> [<limit>]]]",
|
N_("git cherry [-v] [<upstream> [<head> [<limit>]]]"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1477,7 +1477,7 @@ int cmd_cherry(int argc, const char **argv, const char *prefix)
|
|||||||
|
|
||||||
struct option options[] = {
|
struct option options[] = {
|
||||||
OPT__ABBREV(&abbrev),
|
OPT__ABBREV(&abbrev),
|
||||||
OPT__VERBOSE(&verbose, "be verbose"),
|
OPT__VERBOSE(&verbose, N_("be verbose")),
|
||||||
OPT_END()
|
OPT_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user