git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [L10N] Proposed updates of po/git.pot in pu branch
@ 2013-09-22 17:00 Jiang Xin
  0 siblings, 0 replies; only message in thread
From: Jiang Xin @ 2013-09-22 17:00 UTC (permalink / raw
  To: Byrial Jensen, Ralf Thielow, Jean-Noël Avila,
	Ævar Arnfjörð Bjarmason, Marco Paolone,
	Vincent van Ravesteijn, Marco Sousa, Peter Krefting,
	Trần Ngọc Quân, Jiang Xin, Harring Figueiredo,
	David Hrbáč
  Cc: Junio C Hamano, Git List

Hi, Git l10n teams

I created a new branch "pu" in the l10 coordinator repository to
hold proposed updates of "po/git.pot" for translations. See commit
log for hints:

commit e9d227174abf2b7f66a7027a509886f9cba1adea

    l10n: git.pot: proposed updates since v1.8.4 (48+)

    The 1st round of Git l10n often starts very late duing the release
    cycle of Git, usually after the release of rc1. This leads to a
    gaint update of "po/git.pot" and lots of works for translators with
    a tight deadline (about one week).

    This "pu" branch holds proposed updates of the file "po/git.pot" for
    Git next release (1.8.5), and will be updated and rewound without
    notification when there are remarkable updates for it.

    Translators could work on this "pu" branch before the l10n coordinator
    starts the 1st round of l10n for this release cycle of Git, and
    rebase their works onto the master branch (with the commit for the
    1st round of l10n), then send pull request to the l10n coordinator.

    Please note:

     1. Because this branch will be rewound occasionally, translators
        SHOULD NOT merge, but SHOULD rebase to this rewound branch
        instead.

            $ git fetch git://github.com/git-l10n/git-po.git pu
            $ git rebase --onto FETCH_HEAD HEAD~1

     2. Update your translated message file "po/XX.po".

            $ msgmerge --add-location --backup=off -U "po/XX.po" \
              po/git.pot

     3. Then start to translate "po/XX.po" and commit.

     4. DO NOT send pull request to the l10n coordinator for
        translations on this "pu" branch.

     5. When the l10n coordinator starts the 1st round l10n for the
        current Git release cycle, translators should rebase and squash
        their works onto the master branch, and then send pull request.

            $ git fetch git://github.com/git-l10n/git-po.git master
            $ git rebase --onto FETCH_HEAD HEAD~1

    Signed-off-by: Jiang Xin <worldhello.net@gmail.com>

Hope this may help, and not bring troubles.

-- 
Jiang Xin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-22 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-22 17:00 [L10N] Proposed updates of po/git.pot in pu branch 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).