-
SlexAxton/messageformat.js has no updates in the last 6 months and its build is failing. Is there a plan to switch to a supported "message format" library like angular-message-format?
-
Not sure if I'm using this correctly:
```
from icu import MessageFormat
m = MessageFormat('Hello {name}!')
m.getFormats()
```
Gives me a segfault. I'm trying to get all parameters out of the str…
-
When I'm trying to use backslash in my values (defaultMessage) in JSX, like this:
```
```
Plugin raises:
```
Message failed to parse: SyntaxError: Expected "\\#", "\\u", "\\{", "\\}", "{", [^{}\\…
-
While trying to build servo for the release version (`./mach build --release`), I got an error
I have installed the necessary packages (`git curl freeglut3-dev autoconf libfreetype6-dev libgl1-mesa…
-
### Overview
I use your library in the realm of internationalization. It is straightforward, and supports the ICU message format. 👍 However I believe there is a threading issue in MessageFormatter …
-
Hi,
The following code:
```ruby
message = MessageFormat.new("", 'en-US')
puts message.format({ :link_service => 'http://www.google.com' })
```
does not work:
```
```
But the following c…
-
Since Fortune.js exposes it's own message function and includes built-in errors which are localized, it would make sense to fully support the [ICU message format](http://userguide.icu-project.org/form…
-
Hi there, is it possible to escape braces in the format string so they appear in the output?
I'm hoping to use the same translation input with both this library and formatjs.io. So I'd like `"\\…
-
Hello!
**Related to messageformat/messageformat.js#19**
I have an ICU-string with ISO8601 format instruction for date:
`Hello, {username}, it is {ts, date} (ISO-timestamp is {ts, date, YYYY-MM-DDT…
-
Ultimately `dojo-i18n` should provide complete globalization support, including everything from message loading and formatting to locale-specific date and number formatting. Ideally we could offload s…