How to say i18next to match keys case-insensitively?
For example, when I have this in my translation file:
"My Name": "نام من",
I want it works for t('my name') (in addition to t('My Name')).
This is not possible. A key is unique, so the only way to do so is also having that key lowercase in the resources.