a880926300
Previously the available language list is maintained manually. This commit change horizon to check translation message catalog is available for each language and generate the language list automatically. settings.LANGUAGES is still used to determines the initial set of languages and now defaults to the list provided by django. Change-Id: I9d9c934beebd7a641e2feb0d5cdfa839e0efa3c3 Closes-Bug: #1675298
12 lines
503 B
YAML
12 lines
503 B
YAML
---
|
|
features:
|
|
- |
|
|
The available language list is now automatically generated based on
|
|
the availability of translation message catalogs of languages
|
|
instead of maintaining the language list manually.
|
|
If message catalogs (PO files) of some language exist for both
|
|
django and djangojs domains of horizon and openstack_dashboard,
|
|
the language will appear in the language list.
|
|
If you need to change the initial set of languages,
|
|
set ``LANGUAGES`` in ``local_settings.py``.
|