All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] po: adjust for the recent change in send-pack/transport-helper
@ 2020-10-03 22:19 Johannes Schindelin via GitGitGadget
  2020-10-03 22:21 ` Junio C Hamano
  2020-10-05  0:15 ` Jiang Xin
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2020-10-03 22:19 UTC (permalink / raw)
  To: git; +Cc: Jiang Xin, Johannes Schindelin, Johannes Schindelin

From: Johannes Schindelin <johannes.schindelin@gmx.de>

As of 4d04658d8b5 (send-pack/transport-helper: avoid mentioning a
particular branch, 2020-06-24), the message does not mention any branch
name anymore.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
    po: adjust for the recent change in send-pack/transport-helper
    
    I hope that I am being helpful here... Please let me know if I should
    just leave the translations alone instead.

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-742%2Fdscho%2Fadjust-send-pack-translation-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-742/dscho/adjust-send-pack-translation-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/742

 po/bg.po | 4 ++--
 po/ca.po | 4 ++--
 po/el.po | 2 +-
 po/ru.po | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index a189b16dc4..aa463b5c24 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8790,10 +8790,10 @@ msgstr "грешка при изпълнението на командата з
 #, c-format
 msgid ""
 "No refs in common and none specified; doing nothing.\n"
-"Perhaps you should specify a branch such as 'master'.\n"
+"Perhaps you should specify a branch.\n"
 msgstr ""
 "Няма общи указатели, не са указани никакви указатели — нищо няма да бъде\n"
-"направено.  Пробвайте да укажете клон, напр. “master“.\n"
+"направено.  Пробвайте да укажете клон.\n"
 
 #: transport-helper.c:1121
 #, c-format
diff --git a/po/ca.po b/po/ca.po
index c43c21bc22..750e558343 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8593,10 +8593,10 @@ msgstr "error en executar l'exportació ràpida"
 #, fuzzy, c-format
 msgid ""
 "No refs in common and none specified; doing nothing.\n"
-"Perhaps you should specify a branch such as 'master'.\n"
+"Perhaps you should specify a branch.\n"
 msgstr ""
 "No hi ha referències en comú i no n'hi ha cap especificat. Potser hauríeu "
-"d'especificar una branca com ara «master»."
+"d'especificar una branca."
 
 #: transport-helper.c:1121
 #, fuzzy, c-format
diff --git a/po/el.po b/po/el.po
index 703f46d0c7..1e20ebc5a6 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6599,7 +6599,7 @@ msgstr ""
 #, c-format
 msgid ""
 "No refs in common and none specified; doing nothing.\n"
-"Perhaps you should specify a branch such as 'master'.\n"
+"Perhaps you should specify a branch.\n"
 msgstr ""
 
 #: transport-helper.c:1083
diff --git a/po/ru.po b/po/ru.po
index a77b462e62..6363c270b5 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6948,7 +6948,7 @@ msgstr ""
 #, c-format
 msgid ""
 "No refs in common and none specified; doing nothing.\n"
-"Perhaps you should specify a branch such as 'master'.\n"
+"Perhaps you should specify a branch.\n"
 msgstr ""
 
 #: transport-helper.c:1085

base-commit: 306ee63a703ad67c54ba1209dc11dd9ea500dc1f
-- 
gitgitgadget

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

* Re: [PATCH] po: adjust for the recent change in send-pack/transport-helper
  2020-10-03 22:19 [PATCH] po: adjust for the recent change in send-pack/transport-helper Johannes Schindelin via GitGitGadget
@ 2020-10-03 22:21 ` Junio C Hamano
  2020-10-05  0:15 ` Jiang Xin
  1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2020-10-03 22:21 UTC (permalink / raw)
  To: Johannes Schindelin via GitGitGadget; +Cc: git, Jiang Xin, Johannes Schindelin

"Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
writes:

>     po: adjust for the recent change in send-pack/transport-helper
>     
>     I hope that I am being helpful here... Please let me know if I should
>     just leave the translations alone instead.

I think you should.  The i18n coordinator needs to update all the
entries anyway and that process is quite mechanical.  Accepting a
handful manually edited entries now would mean that the later
automated process to scan all the sources and pick up updated
messages will need to be audited to ensure these manual entries are
not overwritten/dropped.


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

* Re: [PATCH] po: adjust for the recent change in send-pack/transport-helper
  2020-10-05  0:15 ` Jiang Xin
@ 2020-10-04 19:18   ` Johannes Schindelin
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2020-10-04 19:18 UTC (permalink / raw)
  To: Jiang Xin; +Cc: Johannes Schindelin via GitGitGadget, Git List

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

Hi,

On Mon, 5 Oct 2020, Jiang Xin wrote:

> Johannes Schindelin via GitGitGadget <gitgitgadget@gmail.com>
> 于2020年10月4日周日 上午6:19写道:
> >
> > From: Johannes Schindelin <johannes.schindelin@gmx.de>
> >
> > As of 4d04658d8b5 (send-pack/transport-helper: avoid mentioning a
> > particular branch, 2020-06-24), the message does not mention any branch
> > name anymore.
> >
> > Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> > ---
> >     po: adjust for the recent change in send-pack/transport-helper
> >
> >     I hope that I am being helpful here... Please let me know if I should
> >     just leave the translations alone instead.
> >
>
> Will update "po/git.pot" after the release of git 2.29.0-rc0. And
> other l10n team leaders will fix the issue you found accordingly.

Okay, so I'll just close the GitGitGadget PR.

> Thank you for the update.

No problem.

Thank you for coordinating the translations,
Dscho

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

* Re: [PATCH] po: adjust for the recent change in send-pack/transport-helper
  2020-10-03 22:19 [PATCH] po: adjust for the recent change in send-pack/transport-helper Johannes Schindelin via GitGitGadget
  2020-10-03 22:21 ` Junio C Hamano
@ 2020-10-05  0:15 ` Jiang Xin
  2020-10-04 19:18   ` Johannes Schindelin
  1 sibling, 1 reply; 4+ messages in thread
From: Jiang Xin @ 2020-10-05  0:15 UTC (permalink / raw)
  To: Johannes Schindelin via GitGitGadget; +Cc: Git List, Johannes Schindelin

Johannes Schindelin via GitGitGadget <gitgitgadget@gmail.com>
于2020年10月4日周日 上午6:19写道:
>
> From: Johannes Schindelin <johannes.schindelin@gmx.de>
>
> As of 4d04658d8b5 (send-pack/transport-helper: avoid mentioning a
> particular branch, 2020-06-24), the message does not mention any branch
> name anymore.
>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---
>     po: adjust for the recent change in send-pack/transport-helper
>
>     I hope that I am being helpful here... Please let me know if I should
>     just leave the translations alone instead.
>

Will update "po/git.pot" after the release of git 2.29.0-rc0. And
other l10n team leaders will fix the issue you found accordingly.

Thank you for the update.

--
Jiang Xin

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

end of thread, other threads:[~2020-10-05 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03 22:19 [PATCH] po: adjust for the recent change in send-pack/transport-helper Johannes Schindelin via GitGitGadget
2020-10-03 22:21 ` Junio C Hamano
2020-10-05  0:15 ` Jiang Xin
2020-10-04 19:18   ` Johannes Schindelin

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.