How to add another language translation on docker
-
- 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.
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
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:warmup
-
- 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
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
Submit your translations to the official repository
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
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
-
- 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?
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
You have to wait for the new version to be released.