forked from Icycoide/searxng
[enh] update translations - add taiwanese and filipino
This commit is contained in:
parent
03d7a8f065
commit
b70ce84eb6
12 changed files with 2075 additions and 40 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue