You can set the templates directory to anything in plugin.json, I think it defaults to just templates if you don't specify.
Them you match the path from views, so it would be templates/emails where you put them.
Hi nodebb-community,
I forked nodebb-plugin-featured-topics-extended and tried adding a German translation file:
The file has German text-translations in it. If I now go into app/build/public/language/de
, the fte.json is the English version.
The plugin.json has still the "languages": "public/language"
entry.
This forked version of the plugin is inside a symlinked directory, but that shouldn't bother.
My changes can be seen at my Github-commit.
What am I doing wrong or what could be going wrong?
This was due to NodeBB/NodeBB#5727
It's fixed in latest master
@sebastian-marinescu yeah we'll release a new patch version shortly