TOSIT-IO / tdp-collection-extras

Ansible roles to deploy the extra components of TDP
Apache License 2.0
5 stars 13 forks source link

Hue: mixed language displayed in HMI when English not used #171

Open kpgtek opened 7 months ago

kpgtek commented 7 months ago

When the language of the user browser is not set to English, HUE interface displays mixed language. For example, when French is set in user browser, HUE interface displays English and French. We have the same behavior for other languages (German, Spanish ...).

hue_hmi_snapshot

According to Hue documentation, it is possible to customize the language if it is not correctly translated, and we need to recompile the django.po mapping files in HUE locale directories:

make -C desktop compile-locales
make -C apps compile-locales