Reviewed: https://review.opendev.org/666602 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4e911e2889ebe7f0a577a0323649dceb9cef363c Submitter: Zuul Branch: master
commit 4e911e2889ebe7f0a577a0323649dceb9cef363c Author: Ivan Kolodyazhny <[email protected]> Date: Thu Jun 20 14:55:48 2019 +0000 Explicitly set LOCALE_PATHS for Horizon apps Set absolute paths in the LOCALE_PATHS configuration param to allow Django work with current supported locales. Change-Id: I62fffe04860b7b4b63f227ad99729ab4e8384d8f Related-Bug: #1818639 Closes-Bug: #1830886 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1830886 Title: Taiwanese locale doesn't work Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Language selector allows switching to zh-tw, but zh-cn is displayed instead. Django 1.11 finally removed support of legacy chinese locale naming. So, any zh-* locale silently falls back to zh-Hans, which is equivalent of zh-cn. Related discussion: https://bugs.launchpad.net/horizon/+bug/1818639 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1830886/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

