All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i18n: bundle: mark git-bundle usage for translation
@ 2015-01-21 19:03 Alexander Kuleshov
  2015-01-21 21:13 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-21 19:03 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 builtin/bundle.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builtin/bundle.c b/builtin/bundle.c
index 92a8a60..ca4a6a4 100644
--- a/builtin/bundle.c
+++ b/builtin/bundle.c
@@ -10,10 +10,10 @@
  */
 
 static const char builtin_bundle_usage[] =
-  "git bundle create <file> <git-rev-list args>\n"
-  "   or: git bundle verify <file>\n"
-  "   or: git bundle list-heads <file> [<refname>...]\n"
-  "   or: git bundle unbundle <file> [<refname>...]";
+	N_("git bundle create <file> <git-rev-list args>\n"
+	   "   or: git bundle verify <file>\n"
+	   "   or: git bundle list-heads <file> [<refname>...]\n"
+	   "   or: git bundle unbundle <file> [<refname>...]");
 
 int cmd_bundle(int argc, const char **argv, const char *prefix)
 {
-- 
2.3.0.rc1.246.g8d68d51.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] i18n: bundle: mark git-bundle usage for translation
  2015-01-21 19:03 [PATCH] i18n: bundle: mark git-bundle usage for translation Alexander Kuleshov
@ 2015-01-21 21:13 ` Junio C Hamano
  2015-01-22  7:10   ` Alexander Kuleshov
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2015-01-21 21:13 UTC (permalink / raw)
  To: Alexander Kuleshov; +Cc: git

Thanks, but please hold this off until the 2.3 final is tagged.

It is way too late for anything that is not a regression fix at this
point in this cycle, and changes that affect i18n are the last thing
we want to take late in the cycle because l10n people need time to
update the translations.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] i18n: bundle: mark git-bundle usage for translation
  2015-01-21 21:13 ` Junio C Hamano
@ 2015-01-22  7:10   ` Alexander Kuleshov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-22  7:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Ok, understand.

How to be with it? Resend after 2.3?

Thank you.

2015-01-22 3:13 GMT+06:00 Junio C Hamano <gitster@pobox.com>:
> Thanks, but please hold this off until the 2.3 final is tagged.
>
> It is way too late for anything that is not a regression fix at this
> point in this cycle, and changes that affect i18n are the last thing
> we want to take late in the cycle because l10n people need time to
> update the translations.



-- 
_________________________
0xAX

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-22  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 19:03 [PATCH] i18n: bundle: mark git-bundle usage for translation Alexander Kuleshov
2015-01-21 21:13 ` Junio C Hamano
2015-01-22  7:10   ` Alexander Kuleshov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.