Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jan 28, 2024
1 parent 6bc9c65 commit 6ac71bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def get_locale():
"""语言选择器"""
return request.accept_languages.best_match(["zh", "en"])
return request.accept_languages.best_match(["zh", "en", "ja", "ru", "fr"])


def get_timezone_from_ip():
Expand Down

0 comments on commit 6ac71bb

Please sign in to comment.