Zibi Braniecki
Zibi Braniecki
So, in ECMA402 we're introducing `Intl.DisplayNames` which is an API better suited for cases like retrieving a weekday. With that in mind, we're talking about adding `displayContext` to it -...
@stasm @eemeli
I'm in favor of this change.
This is one of the complex cases that we're only now slowly starting to play with (French has so many of them!). One idea I can suggest is a builtin...
I would not recommend the last approach. Intl data is not meant to be stable or consistent across implementations. Writing such code indicates an expectation that the string returned from...
The way Fluent thinks about it is that you have two "shapes" of localization messages: Shape 1 has label+attribute and is used to localize UI Element 1 Shape 2 has...
Hi @tricoder42 , thanks for the thoughtful question! The lead dev for the project is on PTO this week, and I'm at Unicode Conference. We'll look into it and try...
Even before we move forward with this, can we get a consensus on how we'd like such comments to look like so that we can start writing such comments even...
One good use of semantic comments would be to instruct the localization tool like Pontoon on what context the string will be used in. The particular case is where a...
# Semantic Comments v1 proposal (updated: April 5 2018) ## Description Semantic comments is the concept which brings basic computer readable structure to comments. The idea is to design a...