I often get the following error:
i18next::translator: missingKey fr common my key.
whereas the key is in the translation file (which is correctly loaded and taken into account). Why?
Edit:
This happens when I have a .
(dot character) in a key in the translation file.
.
just set the keySeparator to false on init. – Myriagram