Hey!
I have to do a many changes in the translation. But I don't know exactly where. I took a look at following.
./node_modules/nodebb-theme-persona/languages/
and found some folders with the different languages unicode.
There is a folder for example en-US
and in this folder is a file called persona.json
. This Files contains
{
"mobile-menu-side": "Switch which side each mobile menu is on"
}
Can I copy all the contents of
./public/language/en-US
to my theme folder
./node_modules/nodebb-theme-persona/languages/
€: I tried it but it does not work. I also added
"language": "languages"
to my plugin.json
. I changed the text for "New Topic" but it's still "New Topic".
How is the way to archive custom translations on a theme?