horizon/releasenotes/notes/language-list-generated-automatically-4a9bf752752d09f6.yaml
Akihiro Motoki a880926300 Generate language list automatically
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
2017-03-27 08:47:50 +00:00

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``.