Closed adam-golab closed 6 years ago
It is directly connected with some lodash methods behaviour. Issue has been created.
Original issue has been closed, as this behaviour is intended so I'm closing this issue as well. It will change in the ver5 of lodash. mi18n will be updated to use that version as soon as it's available. However, if you want to reimplement helper methods to avoid this issue feel free to create PR.
When you call
startCase
method on a translation with diacritics, there is implicit triggereddeburr
method.this.props.translator.startCase().t('translationWithDiacritics');
it returns
Aosc
, but shouldĄóść