Closed
Description
While having the build in formatters (numbers, dates, lists, relative dates) is awesome sometimes there is the need to define some custom format (simple as lowercasing, uppercasing, ...)
Example:
"You are {what, uppercase}."
i18next uses a function in form: (value, format, lng, options) => value
to allow those (https://github.com/i18next/i18next/blob/master/src/defaults.js#L55)
See previous comments:
- @jamuhl agree on the need in the mega thread (not sure who added it first to the list?): Requirements - MF wishlist #3 (comment)