Comment 0 for bug 1747637

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Steps to reproduce:
1. Install Ubuntu, use English as default language but manually set the timezone to Taipei
2. Boot to desktop, run command `locale`

Expected Result:
* You should only see "en_US.UTF-8" and "zh_TW" in the output

Actual Result:
* You will see "lzh_TW" instead.

Impact:
This will cause error when running commands like apport, which will call the locale.py in Python
(Bug opened for Python https://bugs.python.org/issue32781)