horizon/releasenotes/notes/rename-chinese-locales-a6fb595bc373791f.yaml
Akihiro Motoki 391a660460 Rename zh-cn and zh-tw translations to zh-hans and zh-hant
See http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020169.html

horizon/management/commands/pull_catalog.py is updated accordingly.
It turns out it does not work with python3, so it is fixed too.

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/773689
Change-Id: I6575f1f032a06365953dbfe314abfbf9a31817cd
2021-02-18 09:57:27 +09:00

13 lines
563 B
YAML

---
features:
- |
Chinese locales ``zh-cn`` and ``zh-tw`` are now changed to ``zh-hans`` and
``zh-hant`` respectively. This follows the change in Django which is a
framework horizon depends on. The new locales decouples what are spoken
from specific locations as they are also used outside of China/Taiwan.
upgrade:
- |
Chinese locales ``zh-cn`` and ``zh-tw`` have been changed to ``zh-hans``
and ``zh-hant`` respectively. If you configure ``LANGUAGES`` in your
setting explicitly, ensure to use the new Chinese locales if needed.