-
This is a copy of https://github.com/formatjs/formatjs/issues/4202 which was closed prematurely. This bug still exists and is fairly serious since it results in the wrong content being displayed with …
-
- [x] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version
- [x] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this rep…
-
I thought we have one, but apparently not.
I grepped for errors in the `test/` folder (`grep -i -r error ./test/`) and what these are the values we have there:
`"bad-input"`, `"bad-option"`, `"unres…
-
With our current registry definition, each `` may contain multiple `` and `` elements, each of which separately defines their inputs and options. I think this structure allows too much variation and i…
-
The client-side `translate` API should support formatting messages in the ICU `MessageFormat` standard. This enables developers / translators to do basic parameter replacement, number and date formatt…
-
### Summary
I'm making an expo app and made an eas build for iOS, and trying to run it in the simulator but having this error.
`non-std c++ exception
RCTFatal __28-[RCTxxBridge handleError:]_block_…
-
So user can choose what text to show to identify the user in the continue screen (Select Account Screen)
![image.png](https://uploads.linear.app/860e83ae-05f0-4c4b-bd93-8a4b8d251836/764ae63a-5974-4c7…
-
Would it be possible to add support for named variables similar to the ICU Message Format?
for example:
`{total.count} channels are now available! We found {tv.channel.count} TV channels and {radio…
-
## Which package?
`@formatjs/icu-messageformat-parser`
## Describe the bug
I get an `INVALID_TAG` error when parsing certain strings
## To Reproduce
```
const icuMessageFormatParser = …
-
I want to gather feedback on the change I've been pondering lately.
### **The problem**
In most of my projects, I use a custom `Error` class (with a code and a message) to denote application err…