[enh] update translations - add taiwanese and filipino

This commit is contained in:
Adam Tauber 2018-02-18 23:42:30 +01:00
parent 03d7a8f065
commit b70ce84eb6
12 changed files with 2075 additions and 40 deletions

View file

@ -165,6 +165,9 @@ def get_locale():
and request.form['locale'] in settings['locales']:
locale = request.form['locale']
if locale == 'zh_TW':
locale = 'zh_Hant_TW'
return locale