Page MenuHomePhabricator

Android app doesn't pick up Chinese locales
Closed, ResolvedPublic

Description

Our locale files are named zh-hans and zh-hant for Simplified and Traditional Chinese respectively.

These don't seem to match up with the locale selections on Android; if I pick the simplified or traditional Chinese from the Settings/Languages and Keyboards/Language panel and restart the app I end up with English menus, not Chinese.

Probably need a mapping from zh-cn and zh-tw or something.


Version: 1.0.0 (Android)
Severity: normal

Details

Reference
bz32898

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:07 AM
bzimport set Reference to bz32898.
bzimport added a subscriber: Unknown Object (MLST).

Pull request to fix:
https://github.com/nitobi/Wikipedia/pull/66

This maps zh-cn/zh-tw to zh-hans/zh-hant in our locale processing.

This should be fixed already; was merged.