Hello,
I'm sure I'm missing something, but I can't see what or where.
I want to apply a different language to tags field in Editor through JSON file.
I downloaded the latest JSON file for my language (italian) and I tried to add the translation in different manners, without any success.
- added as "first level" as "tags: {}"
- added as "field": { "tags": {}}"
- added under "editor" as the two previous tries.
- added also as "autocomplete" (without removing "tags")
None of the above worked. Even adding directly in-code using i18n option is not working,
It only worked by editing the javascript file directly (which is something I'd like to avoid).
DataTable and Editor are all in italian, but the tags fields, so json file is correct and loaded.
What I'm missing here?
Thank you,
Fabio