Closed uaza closed 1 year ago
The i18n
option isn't a string, it's a reference to the translated strings object itself.
It defaults to English, otherwise you need to import the i18n
object from picmo
and use the corresponding language, i.e. i18n.de
, i18n.fr
, etc.
Does not work:
If you remove the i18n property, the missing translations appear again:
PS: The integrated languages with the new version 5.8.0 are great, thank you!