[fix] small fixes in preferences view's text

This commit is contained in:
Marc Abonce Seguin 2019-07-27 22:53:46 -07:00
parent 204a2cbbf0
commit 59b1370824
3 changed files with 2 additions and 5 deletions

View file

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