mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[enh] update translations - add taiwanese and filipino
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user