Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
i18n: builtin/pull.c: mark placeholders for translation
author
Vasco Almeida
<vascomalmeida@sapo.pt>
Tue, 19 Apr 2016 13:19:21 +0000
(13:19 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Apr 2016 19:07:49 +0000
(12:07 -0700)
Some translations might also translate "<remote>" and "<branch>".
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
045fac5
)
diff --git
a/builtin/pull.c
b/builtin/pull.c
index 10eff03967e0b9cb473d262b443949c55681fd1b..61079f10a205c38e147fcfa52bb220d072c18a4b 100644
(file)
--- a/
builtin/pull.c
+++ b/
builtin/pull.c
@@
-458,13
+458,13
@@
static void NORETURN die_no_merge_candidates(const char *repo, const char **refs
fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf(stderr, "\n");
fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf(stderr, "\n");
- fprintf_ln(stderr, " git pull
<remote> <branch>"
);
+ fprintf_ln(stderr, " git pull
%s %s", _("<remote>"), _("<branch>")
);
fprintf(stderr, "\n");
} else if (!curr_branch->merge_nr) {
const char *remote_name = NULL;
if (for_each_remote(get_only_remote, &remote_name) || !remote_name)
fprintf(stderr, "\n");
} else if (!curr_branch->merge_nr) {
const char *remote_name = NULL;
if (for_each_remote(get_only_remote, &remote_name) || !remote_name)
- remote_name =
"<remote>"
;
+ remote_name =
_("<remote>")
;
fprintf_ln(stderr, _("There is no tracking information for the current branch."));
if (opt_rebase)
fprintf_ln(stderr, _("There is no tracking information for the current branch."));
if (opt_rebase)
@@
-473,7
+473,7
@@
static void NORETURN die_no_merge_candidates(const char *repo, const char **refs
fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf(stderr, "\n");
fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf(stderr, "\n");
- fprintf_ln(stderr, " git pull
<remote> <branch>"
);
+ fprintf_ln(stderr, " git pull
%s %s", _("<remote>"), _("<branch>")
);
fprintf(stderr, "\n");
fprintf_ln(stderr, _("If you wish to set tracking information for this branch you can do so with:\n"
"\n"
fprintf(stderr, "\n");
fprintf_ln(stderr, _("If you wish to set tracking information for this branch you can do so with:\n"
"\n"