Page 1 of 1

How to add another language translation on docker

Posted: Tue Jun 16, 2020 8:58 pm
by davidlin147
Hello, i want to add another language translation on docker. I added and fixed file messages.yml but it doesn't work.

Re: How to add another language translation on docker

Posted: Tue Jun 16, 2020 10:07 pm
by pzygmunt
You need to rebuild the webpack and symfony cache.

Code: Select all

composer webpack
php bin/console cache:clear
php bin/console cache:warmup
... but even if you do so, the docker will return to the container's original state, so you need to build your own container.

Re: How to add another language translation on docker

Posted: Sat Jul 25, 2020 3:42 pm
by davidlin147
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

Re: How to add another language translation on docker

Posted: Sat Jul 25, 2020 4:08 pm
by pzygmunt
Submit your translations to the official repository

Re: How to add another language translation on docker

Posted: Sun Jul 26, 2020 3:09 pm
by davidlin147
can you please explain in more details ?

Re: How to add another language translation on docker

Posted: Sun Jul 26, 2020 4:01 pm
by pzygmunt

Re: How to add another language translation on docker

Posted: Thu Jul 30, 2020 2:38 am
by davidlin147
I submitted your translations to the official repository. How to update it on my own server?

Re: How to add another language translation on docker

Posted: Thu Jul 30, 2020 8:01 am
by pzygmunt
You have to wait for the new version to be released.