Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sync plurals fix landed, no change of entity name is cool

0 views
Skip to first unread message

Axel Hecht

unread,
Sep 28, 2010, 1:29:37 PM9/28/10
to
Just to make this public:

http://hg.mozilla.org/mozilla-central/rev/955d077e768f just landed,
changing the variable format in those strings to be #1 like in all the
other plural strings. It used %S before, but in a really incompatible way.

Please change your code to use #1.

I expect to issue warnings in the upcoming version of compare-locales
for this.

%S will continue to work for a while at least.

The add-on strings may not support %S, and yet might still land for 1.5,
so when they come in, please be cautious when migrating your fx strings
to the sync add-on.

Axel

smo

unread,
Sep 29, 2010, 4:17:27 PM9/29/10
to
On Sep 28, 7:29 pm, Axel Hecht <l...@mozilla.com> wrote:
> Just to make this public:
>
> http://hg.mozilla.org/mozilla-central/rev/955d077e768fjust landed,

> changing the variable format in those strings to be #1 like in all the
> other plural strings. It used %S before, but in a really incompatible way.
>
> Please change your code to use #1.
>
> I expect to issue warnings in the upcoming version of compare-locales
> for this.
>
> %S will continue to work for a while at least.
>
> The add-on strings may not support %S, and yet might still land for 1.5,
> so when they come in, please be cautious when migrating your fx strings
> to the sync add-on.
>
> Axel

Is this strictly FF only, or will it propagate all over the place -
like TB etc?
Sensible change btw.


smo

Axel Hecht

unread,
Sep 29, 2010, 6:18:21 PM9/29/10
to

I don't know what TB is doing, SM though has a tracker bug that I
notified about this. It's not gonna spread into the sync add-on, as
that's gonna add the strings still, and likely not going to support %S
as compat shim at all.

Axel

0 new messages