git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Please pull l10n updates for 1.8.4 round 1
@ 2013-08-03  6:39 Jiang Xin
       [not found] ` <51FCA8D9.1080804@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jiang Xin @ 2013-08-03  6:39 UTC (permalink / raw)
  To: Junio C Hamano, Ralf Thielow, Trần Ngọc Quân
  Cc: Byrial Jensen, Ævar Arnfjörð Bjarmason,
	Marco Paolone, Vincent van Ravesteijn, Marco Sousa,
	Peter Krefting, Git List

Hi, Junio

Please pull these updates for git l10n.

BTW, Ralf's updates for de.po are still in the review process in this list,
but I want to send this pull request earlier, because I find there are some
new l10n changes (5 new/modified messages) in v1.8.4-rc1. I will start
git 1.8,4 l10n rnd 2 right after gitster closes this pull request.

The following changes since commit c490a6079021a3343ca5b042b37258858fdefbfc:

  Git 1.8.4-rc0 (2013-07-24 19:29:07 -0700)

are available in the git repository at:

  git://github.com/gotgit/git-po

for you to fetch changes up to 2e8451e8602380a8a129f21da6364f3ea879e6a9:

  l10n: zh_CN.po: translate 99 messages (2133t0f0u) (2013-08-03 14:14:07 +0800)

----------------------------------------------------------------
Jiang Xin (2):
      l10n: git.pot: v1.8.4 round 1 (99 new, 46 removed)
      l10n: zh_CN.po: translate 99 messages (2133t0f0u)

Tran Ngoc Quan (1):
      l10n: vi.po (2133t)

 po/git.pot  | 3072 +++++++++++++++++++++++++++++------------------------
 po/vi.po    | 3383 +++++++++++++++++++++++++++++++++--------------------------
 po/zh_CN.po | 3300 ++++++++++++++++++++++++++++++++-------------------------
 3 files changed, 5403 insertions(+), 4352 deletions(-)

--
Jiang Xin

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

* Re: Please pull l10n updates for 1.8.4 round 1
       [not found] ` <51FCA8D9.1080804@gmail.com>
@ 2013-08-03  7:14   ` Jiang Xin
  2013-08-03  7:27     ` Jiang Xin
  0 siblings, 1 reply; 3+ messages in thread
From: Jiang Xin @ 2013-08-03  7:14 UTC (permalink / raw)
  To: Trần Ngọc Quân; +Cc: Junio C Hamano, Git List

2013/8/3 Trần Ngọc Quân <vnwildman@gmail.com>:
> On 03/08/2013 13:39, Jiang Xin wrote:
>>
>> Hi, Junio
>>
>> Please pull these updates for git l10n.
>>
>> BTW, Ralf's updates for de.po are still in the review process in this
>> list,
>> but I want to send this pull request earlier, because I find there are
>> some
>> new l10n changes (5 new/modified messages) in v1.8.4-rc1. I will start
>> git 1.8,4 l10n rnd 2 right after gitster closes this pull request.
>>
>> The following changes since commit
>> c490a6079021a3343ca5b042b37258858fdefbfc:
>>
>>    Git 1.8.4-rc0 (2013-07-24 19:29:07 -0700)
>>
>> are available in the git repository at:
>>
>>    git://github.com/gotgit/git-po
>
>
> git://github.com/git-l10n/git-po
>

Thanks Trần. Should be git-l10n/got-po, and gotgit/git-po does not exist.

>
>>
>> for you to fetch changes up to 2e8451e8602380a8a129f21da6364f3ea879e6a9:
>>
>>    l10n: zh_CN.po: translate 99 messages (2133t0f0u) (2013-08-03 14:14:07
>> +0800)
>>
>> ----------------------------------------------------------------
>> Jiang Xin (2):
>>        l10n: git.pot: v1.8.4 round 1 (99 new, 46 removed)
>>        l10n: zh_CN.po: translate 99 messages (2133t0f0u)
>>
>> Tran Ngoc Quan (1):
>>        l10n: vi.po (2133t)
>>
>>   po/git.pot  | 3072 +++++++++++++++++++++++++++++------------------------
>>   po/vi.po    | 3383
>> +++++++++++++++++++++++++++++++++--------------------------
>>   po/zh_CN.po | 3300
>> ++++++++++++++++++++++++++++++++-------------------------
>>   3 files changed, 5403 insertions(+), 4352 deletions(-)
>>
>> --
>> Jiang Xin
>
>
>
> --
> Thanks,
> Trần Ngọc Quân
>



-- 
蒋鑫

北京群英汇信息技术有限公司
邮件: worldhello.net@gmail.com
网址: http://www.ossxp.com/
博客: http://www.worldhello.net/
微博: http://weibo.com/gotgit/
电话: 18601196889

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

* Re: Please pull l10n updates for 1.8.4 round 1
  2013-08-03  7:14   ` Jiang Xin
@ 2013-08-03  7:27     ` Jiang Xin
  0 siblings, 0 replies; 3+ messages in thread
From: Jiang Xin @ 2013-08-03  7:27 UTC (permalink / raw)
  To: Trần Ngọc Quân; +Cc: Junio C Hamano, Git List

2013/8/3 Jiang Xin <worldhello.net@gmail.com>:
>>> are available in the git repository at:
>>>
>>>    git://github.com/gotgit/git-po
>>
>>
>> git://github.com/git-l10n/git-po
>>
>
> Thanks Trần. Should be git-l10n/got-po, and gotgit/git-po does not exist.
>

In order to prevent this, next time when I generate this pull request text,
I will use the following command:

    $ git request-pull kernel/master origin

"kernel" is a remote points to git://git.kernel.org/pub/scm/git/git.git,
while "origin" should have two urls, one for fetch and one for push.

    $ git config --get-regexp remote.origin..*url
    remote.origin.url git://github.com/git-l10n/git-po
    remote.origin.pushurl jiangxin.github.com:git-l10n/git-po  # ssh protocol

The url for fetch will be used when generate pull request.

--
Jiang Xin

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

end of thread, other threads:[~2013-08-03  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-03  6:39 Please pull l10n updates for 1.8.4 round 1 Jiang Xin
     [not found] ` <51FCA8D9.1080804@gmail.com>
2013-08-03  7:14   ` Jiang Xin
2013-08-03  7:27     ` Jiang Xin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).