How to add another language translation on docker
-
davidlin147
- Posts: 7
- Joined: Wed May 20, 2020 1:16 pm
Hello, i want to add another language translation on docker. I added and fixed file messages.yml but it doesn't work.
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
You need to rebuild the webpack and symfony cache.
... but even if you do so, the docker will return to the container's original state, so you need to build your own container.
Code: Select all
composer webpack
php bin/console cache:clear
php bin/console cache:warmupSUPLA.... Nareszcie w domu.
-
davidlin147
- Posts: 7
- Joined: Wed May 20, 2020 1:16 pm
hi, I tried but it didn't work, you can instruct me to update the file to docker or you can update the file to supla. This is my file translations.
https://drive.google.com/file/d/1BuIme3 ... sp=sharing
https://drive.google.com/file/d/1BuIme3 ... sp=sharing
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
1. Fork the https://github.com/SUPLA/supla-cloud repository
2. Add your translation files
https://github.com/SUPLA/supla-cloud/tr ... anslations
https://github.com/SUPLA/supla-cloud/tr ... iews/Email
3. Make pull request
2. Add your translation files
https://github.com/SUPLA/supla-cloud/tr ... anslations
https://github.com/SUPLA/supla-cloud/tr ... iews/Email
3. Make pull request
SUPLA.... Nareszcie w domu.
-
davidlin147
- Posts: 7
- Joined: Wed May 20, 2020 1:16 pm
I submitted your translations to the official repository. How to update it on my own server?
