How have you self-hosted Baserow.
I am using docker-compose.local-build.yml
Which version of Baserow are you using.
1.20.2
Describe the problem
I am trying to localize Baserow and ran into a problem. I added changes into json’s based localization without any difficulties. But when it comes to django.po files it seems that changes don’t apply when I am building images (despite containers file system have changed files in them). I even tried to replace one of existing localization, but it didn’t changed at all.
I figured that I should compile(?) them, but I don’t really know how. I will be very grateful if you help me with that.