Comment 8 for bug 1862343

Revision history for this message
Przemyslaw Hausman (phausman) wrote : Re: Changing the language in GUI has almost no effect

Workaround that worked for me:

sudo apt install -y gettext
cd /usr/share/openstack-dashboard/openstack_dashboard
sudo python3 /usr/share/openstack-dashboard/manage.py compilemessages
sudo systemctl restart apache2

I'm unsubscribing field-high as we have a workaround now.