Hi,
While translating central I ran into this bug[1]. There I learned that
we can use ordered parameters even if en-US doesn't (and the other way
around). Maybe everybody but me already knew that :). But I thought it
would not hurt to bring it up here:
For example, these two are equivalent for en-US and ab-CD could also use
either form:
1. FALLBACK section line %S (%S) prevents caching of line %S (%S) in the
%S section.
2. FALLBACK section line %1$S (%2$S) prevents caching of line %3$S
(%4$S) in the %5$S section.
As a result of that bug, in appcacheutils.properties many en-US strings
changed from 1. to 2. But the labels did not change, so you might have
noticed or not.
Axel says that it's ok for localizations not to follow en-US on that,
(that's why the labels did not change) so we can use ordered or
unordered parameters regardless of the original text.
Eduardo.
[1]
https://bugzilla.mozilla.org/show_bug.cgi?id=872993