How to add another language translation on docker

Post Reply
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.
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

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.
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
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Submit your translations to the official repository
davidlin147
Posts: 7
Joined: Wed May 20, 2020 1:16 pm

can you please explain in more details ?
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?
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

You have to wait for the new version to be released.
Post Reply

Return to “Help”