Hi Aleksandr! We're working on a syntax for l20n (dubbed FTL) that has pretty strong ties to Intl API (based on ICU and Ecma 402).
With it, you will be able to do things like: // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat NUMBER($num, style="currency") or: // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat DATE($date, month="long", day="2-digit", year="numeric") And then we are also working on follow up formatters like: ListFormat, UnitFormat, DurationFormat and RelativeTimeFormat that you will be able to reference similarly from within localization. Let me know if it sounds like something that will help your case! Thanks, zb. _______________________________________________ tools-l10n mailing list [email protected] https://lists.mozilla.org/listinfo/tools-l10n
