Как решить проблему с локализацией OpenStack Dashboard?¶
Решение проблем с локализацией OpenStack Dashboard под Ubuntu 14.04¶
Обновите пакет
django_openstack_auth
:pip install -U django_openstack_auth
Создайте файлы переводов:
msgfmt /usr/lib/python2.7/dist-packages/horizon/locale/ru/LC_MESSAGES/django.po -o /usr/lib/python2.7/dist-packages/horizon/locale/ru/LC_MESSAGES/django.mo msgfmt /usr/lib/python2.7/dist-packages/horizon/locale/ru/LC_MESSAGES/djangojs.po -o /usr/lib/python2.7/dist-packages/horizon/locale/ru/LC_MESSAGES/djangojs.mo msgfmt /usr/local/lib/python2.7/dist-packages/openstack_auth/locale/ru/LC_MESSAGES/django.po -o /usr/local/lib/python2.7/dist-packages/openstack_auth/locale/ru/LC_MESSAGES/django.mo
Запустите тест:
openstack tnx tests
Решение проблем с локализацией OpenStack Dashboard под ALT Linux 7¶
Установите необходимый пакет:
apt-get install gettext-tools
Создайте файлы переводов:
msgfmt /usr/lib/python2.7/site-packages/openstack_auth/locale/ru/LC_MESSAGES/django.po -o /usr/lib/python2.7/site-packages/openstack_auth/locale/ru/LC_MESSAGES/django.mo
Запустите тест:
openstack tnx tests