-
**Description**
Recently Mozilla released stable version of Fluent - it's specification for storing and managing translations in human-readable format. The main benefits of Fluent:
1. It does …
-
**Is your feature request related to a problem? Please describe.**
I am using [Transifex](transifex.com) for storing all of my translations, which only supports [ICU Format for pluralization](https…
-
I'm currently building a small app using the basic rollup svelte template, and svelte-i18n, and rollup is currently throwing the following warning when I build with locale or dictionary imported.
`…
-
_Original ticket http://trac.elgg.org/ticket/1869 on 40087947-08-31 by brettp, assigned to unknown._
Elgg version: 1.7
(Copied from http://trac.elgg.org/elgg/ticket/850)
This is for things like:
A…
-
This issue is intended to act as a catalyst for getting the Internationalization ball rolling, discussions going and decisions made.
Below are a few things I'm proposing is based on a mix of my own …
-
Hi, since [Intl.ListFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat) is already supported in Chrome and there is 100% [polyfill](https://github.com/…
-
I was toying with the idea of, instead of shipping a the raw ICU strings to browsers and parse them there, which is what every i18n library I've come across seems to do, doing the parsing ahead of tim…
-
Is it possible to compose 2 formatters like this: `{{var, f1}, f2}`?
My usecase would be something like: `{{date, customDate, day=numeric;month=short}, uppercase}` (both are custom formatters).
Now …
-
Hello,
when I run auto-translate on a JSON file that has this record in it:
`"LABEL_SEQUENCE_STEP": "Step {value:step}",`
it will throw this error:
```
An error has occured:
Expected "," o…
-
**Which package?**
IntlMessageFormat
**Describe the bug**
I do `new IntlMessageFormat('My name is {name}.', 'en-US')` and that results in "TypeError: IntlMessageFormat is not a constructor".
*…