The language files are not being applied.

Viewed 150

I have verified that the translated ko_KR.yaml file exists on both the Linux server and
within the container, but it is not being applied to the page,
and upon container restart, the translated file is rolled back to the initial English file

logs of answer container

When I checked the docker compose logs, I could confirm the "bundle success" message.

1 Answers

Got it. Sorry, currently, there are only the following ways to help you.

  1. Using binary to deploy it.
  2. Build your own docker image without the upgrade command.
  3. Waiting for the v1.3.5 version release.

I have already contributed by modifying the ko_KR.yaml file using Git, submitted a PR, which was accepted and merged into the dev branch. Apart from that, I want to apply the translation to my own project. Thank you