Stage 1
Implementation Progress
Backpointers
- Zibi Braniecki (@zbraniecki)
TBD
This proposal is based on the LDML spec, List Patterns:
let o = new Intl.UnitFormat("en", {
type: "duration",
unit: "hour",
style: "long" // default style
});
console.log(o.format(15)); // "15 hours"
npm install
npm run build
open index.html