You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --detach --publish 9001:9001 test/etherpad
open localhost:9001/admin
Expected behavior
I expected "Plugin manager" to be "test case", but it remains "Plugin manager". The en.json file that is sent to the client doesn't contain the custom strings.
Desktop (please complete the following information):
OS: Linux
Browser Firefox
Version 125.0.3
The text was updated successfully, but these errors were encountered:
So it looks like the correct setting is making it into the image.
I guess the problem is that the admin pad uses now React. As client and server are now separate from each other I'll think of a solution. Maybe host the json files in Etherpad and then hand over the changed customLocaleStrings.
Describe the bug
Setting new locales in customLocaleStrings appears to be ignored.
To Reproduce
Steps to reproduce the behavior:
docker build -t test/etherpad .
docker run --detach --publish 9001:9001 test/etherpad
Expected behavior
I expected "Plugin manager" to be "test case", but it remains "Plugin manager". The en.json file that is sent to the client doesn't contain the custom strings.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: