Initial Checklist
Bug Description
The sharing roles "can view" "can edit" etc. will not be translated and stay on German even when you change the language:
The reason is, the DEFAULT_LANGUAGE= variable is not added in the .env but in the docker-compose.yaml
Reproduction Steps
latest opencloud-compose
Opencloud 6.2.0 rolling
Use an older .env or remove 'DEFAULT_LANGUAGE=' from the .env
Make sure OC_DEFAULT_LANGUAGE: ${DEFAULT_LANGUAGE} is set in the docker-compse.yaml
Rebuild the docker container
You will get a warning:
WARN[0000] The "DEFAULT_LANGUAGE" variable is not set. Defaulting to a blank string.
set the language to "German" and check the sharing roles.
Switch back to "English" and check them again
You can choose other languages too, they will stay German
Expected Outcome
The sharing roles will will be translated to English again
Actual Outcome
The sharing roles stay German
Initial Checklist
Bug Description
The sharing roles "can view" "can edit" etc. will not be translated and stay on German even when you change the language:
The reason is, the
DEFAULT_LANGUAGE=variable is not added in the .env but in the docker-compose.yamlReproduction Steps
latest opencloud-compose
Opencloud 6.2.0 rolling
Use an older .env or remove 'DEFAULT_LANGUAGE=' from the .env
Make sure
OC_DEFAULT_LANGUAGE: ${DEFAULT_LANGUAGE}is set in the docker-compse.yamlRebuild the docker container
You will get a warning:
WARN[0000] The "DEFAULT_LANGUAGE" variable is not set. Defaulting to a blank string.set the language to "German" and check the sharing roles.
Switch back to "English" and check them again
You can choose other languages too, they will stay German
Expected Outcome
The sharing roles will will be translated to English again
Actual Outcome
The sharing roles stay German