Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
add zh_TW locale alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Bengfort committed Jun 16, 2014
1 parent 2879062 commit f63d297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adhocracy/i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
A2_LOCALE_ALIASES = LOCALE_ALIASES.copy()
A2_LOCALE_ALIASES['pt'] = 'pt_BR'
A2_LOCALE_ALIASES['zh'] = 'zh_Hant_TW'
A2_LOCALE_ALIASES['zh-tw'] = 'zh_Hant_TW'

FALLBACK_TZ = 'Europe/Berlin'

Expand Down

0 comments on commit f63d297

Please sign in to comment.