Hi everyone
I just finished up translating the Cortezafiles to the language Norwegian Bokmaal (no-nb) and I am experiencing some trouble when I try to test the translation. Obviously, I am doing something wrong and would appreciate any pointers so that I may fix my mistakes
The Corteza version is 2021.9.7 on Debian 10 through Apache2 external proxy (I will make an Apache2 How-to with config examples a little bit later). I have attached the src folder (for problem 1) and a screenshot (for problem 2).
I have followed the guides Internationalisation :: Corteza Docs and here Internationalisation :: Corteza Docs
There are 2 main problems (as far as I know only 2
The translated strings are not showing. All of Corteza is still in English. I believe this is caused by me configuring βsomethingβ wrong.
Related content inside the .env file:
Language files path
LOCALE_PATH=β¦/translations/src/
LOCALE_LANGUAGES=βno-nb,enβ
LOCALE_RESOURCE_TRANSLATIONS_ENABLED=true
Related content from the docker-compose.yaml file
volumes:
- β./serverdata:/dataβ
- β./translations:/translations/srcβ
The buttons is now βgoneβ from the login and profile page and is replaced by strings.
The rest of Corteza seem to be healthy and working good. This I suspect is caused by me removing something I shouldn`t have removed/ replaced while translating. It may off-course also be a side effect of problem 1. Any pointers to where and what might have caused this is greatly appreciated