-
PR: #321
Globalize.formatMessage() should support Message Format as in ICU.
``` javascript
Globalize.loadMessages({
"en": {
like: "{count, plural, offset:1" +
" =0 {Be the first to lik…
-
I recently updated to the latest globalize 1.0.0-alpha.14 and noticed that Globalize.loadTranslations() and Globalize.translate() are no longer present and have been changed in the documentation as we…
-
The about dialog box of the SARL product does not describe SARL but the Eclipse platform.
It should be the description of SARL.
-
Is Globalize.localize already able to handle inflections or how would one devise such an extension?
``` javascript
//Pseudo example defining 3 forms of test
// Map of messages used by .localize()
…
-
I'm receiving an odd error when trying to publish a new version of the [intl-messageformat](https://www.npmjs.org/package/intl-messageformat) package. I tried debugging it, and had @caridy try to publ…
ericf updated
10 years ago
-
Some of the English grammar is truly in need of some attention. Mainly, I've found these issues to involve disagreement between subject and antecedent (customer order...their = wrong / customer order.…
-
@rxaviers,
I am hoping that I am just missing something simple but... How do you provide strings specific to a locale if the likely subtags are removed? For example, Is it possible to have "buenos d…
-
Hello
I have to format a string including a number of hours and a label (in french) :
{HOURS, plural, one{# heure} other{# heures}}
giving me well formated string with integers :
0 heure
1 heure
2 he…
jscti updated
10 years ago
-
Hello,
Just some thoughts,
Is there any added value in making this a react mixin?
- It seems it doesn't depend on any react features and doesn't particularly fit the 'component' concern. I have yet t…
-
What are the plans for this module? Is it supposed to be a simple key-value thing, or will it support proper plurals, or perhaps even gender etc?
Is it perhaps worth looking into [Jed (gettext JS imp…