@PitaJ No errors, I redid it from scratch and it worked, I must have done something wrong. Thank you.
W
Latest posts made by wieszcz
-
RE: Replacing core language key value
-
Replacing core language key value
Hi,
I need to replace the value oferror:email-not-confirmed-email-sent
.
Inplugin.json
I added"languages": "languages"
entry.
Polish is my language configuration so inlanguages/pl/error.json
I added corresponding entry"email-not-confirmed-email-sent": "NEW_VALUE"
.
I rebuild and restart nodebb and still the old value is shown.
Is it possible to replace core language key values with plugins?