How to override language login.json file through plugin.
-
Hi,
I need to change 'Alternative Login' text through theme,
Text is:
"alternative_logins": "Alternative Logins",When I see source code It has been written in
public/language/en_GB(laguage folder)/login.json file.Can I override login.json file in theme ? How?
Thank You.
-
Sure, add this to your
plugin.json
:https://github.com/pitaj/nodebb-plugin-calendar/blob/master/plugin.json#L28
and then create a folder with your own version of
login.json
Copyright © 2024 NodeBB | Contributors