Re: Stable ab/i18n branch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Monday, October 18, 2010 - 4:39 pm

Ævar Arnfjörð Bjarmason <avarab@gmail.com> writes:


Not really.

Two pieces that would be nice to have in 'master' (or even 'maint', if we
consider avoiding merge conflicts and mismerges when fixes are queued
there) are:

 1. preparatory fixes to code that builds message string by concatenating
    parts of speech in English word ordering into buffer or emitting to
    output stream piece by piece; they should convert them to some form of
    sprintf-like format strings plus arguments.  This does not necessarily
    have to mark the format strings with _(s).

 2. the empty definitions for _(s) and N_(s).

I would consider the first one part of general clean-up job, which we know
will help i18n, but which we would want to do regardless of i18n.  And it
is probably the most error prone part in the whole process.  The sooner
the result of these two steps hit 'master', the less pain for everybody.

And then:

 3. actual marking of strings with _(s) and N_(s).

which can be merged to 'next' after vetting for regression (the first two
classes).

 4. Adding and polishing of *.po files for actual messages and languages,
    i.e. l10n.

This can happen pretty much independently from 3.  Honestly I would be
happier if I do not have to keep track of the actual l10n part.

I think the current series to some degree conflates steps 1. and 3.  As
the list of risks I outlined in the previous message show, mistakes in 1.
is much more grave than mistakes in 3. (iow, no big deal for having a few
untranslated messages during early rounds of i18n support); I would have
preferred these two steps were clearly separated, so that we can push the
first two steps out to the 'master' sooner.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
What's cooking in git.git (Oct 2010, #01; Wed, 13), Junio C Hamano, (Wed Oct 13, 9:46 pm)
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13), Nazri Ramliy, (Wed Oct 13, 10:51 pm)
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13), Ævar Arnfjörð Bjarmason, (Thu Oct 14, 2:23 am)
Stable ab/i18n branch, Jonathan Nieder, (Thu Oct 14, 1:00 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Thu Oct 14, 1:44 pm)
Re: Stable ab/i18n branch, Jonathan Nieder, (Thu Oct 14, 1:54 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Thu Oct 14, 2:18 pm)
Re: Stable ab/i18n branch, Sverre Rabbelier, (Thu Oct 14, 2:26 pm)
Re: Stable ab/i18n branch, Jon Seymour, (Thu Oct 14, 2:50 pm)
Re: Stable ab/i18n branch, Jonathan Nieder, (Thu Oct 14, 5:07 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Thu Oct 14, 9:54 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Thu Oct 14, 10:16 pm)
Re: Stable ab/i18n branch, Jonathan Nieder, (Thu Oct 14, 10:28 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Thu Oct 14, 10:35 pm)
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13), Junio C Hamano, (Sat Oct 16, 9:43 pm)
Re: Stable ab/i18n branch, Junio C Hamano, (Sat Oct 16, 9:44 pm)
Re: Stable ab/i18n branch, Ævar Arnfjörð Bjarmason, (Sun Oct 17, 5:33 am)
Re: Stable ab/i18n branch, Jonathan Nieder, (Sun Oct 17, 8:59 am)
Re: Stable ab/i18n branch, Junio C Hamano, (Mon Oct 18, 4:39 pm)
Re: Stable ab/i18n branch, Michael J Gruber, (Mon Oct 18, 11:05 pm)
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13), Johan Herland, (Wed Oct 20, 7:14 pm)