-
I'm putting together a new system for defining and accessing messages from JavaScript. The basic idea is to have a language that's suitably JavaScript-ish that it fits in naturally in an ES6 context w…
-
### FEATURE REQUEST
String interpolation is supported by `react-intl` such that I can do this:
```json
"my.interpolated.message": "My values: {value1}, {value2}"
```
```js
props.intl.formatMes…
-
I guess this is not the ideal place to ask such question but it kinda relates to this project I guess.
So after using this plugin we get the JSON files with the extracted messages, which is great. W…
-
Reading through the BNF, I was surprised by this:
https://github.com/projectfluent/fluent/blob/aa89b9722bd779731c5015d065c6dfc07defec34/spec/fluent.ebnf#L67-L68
Having then read through some of th…
-
- Start Date: 2018-03-16
- Prior work: https://github.com/elastic/kibana/issues/6515, https://github.com/elastic/kibana/issues/10823
- RFC PRs: [existing i18n issues](https://github.com/elastic/kiba…
-
Hello
Code:
```js
'use strict';
const MessageFormat = require('messageformat');
const mf = new MessageFormat('fr');
const selectMessage = mf.compile(
`{
periodicity, select,
onc…
-
### Issue description or question
as suggested in https://github.com/wallabyjs/public/issues/2451#issuecomment-645705346 I tried to use autoconfig with existing jest and found out few tests are not…
-
hi,
can we please have places without names? I think many types of POI could benefit such quests, but depending on the type of POI, the name can be in a relation (group of buildings & stuff).
He…
Jibec updated
5 years ago
-
Seems like we're looking for the same ends. Hadn't realized that this was based off of my peg, which makes it even easier to collab.
What are the blockers?
-
I am trying to use StyledText in my [Eclipse e4 RCP application](https://github.com/buchen/portfolio).
Problem: No text is displayed and when I move the mouse over the field, I get an IllegalArgume…