Skip to content

Commit

Permalink
Update i18n.py
Browse files Browse the repository at this point in the history
Added missing language.
  • Loading branch information
eFiniLan committed Jan 31, 2023
1 parent 46a47f2 commit b9d350b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
locale_dir = "/data/openpilot/selfdrive/assets/locales"
# supported_language = ["en-US", "zh-TW", "zh-CN", "ja-JP", "ko-KR"]
supported_languages = {
"main_en": "en-US",
"main_zh-CHT": "zh-TW",
"main_zh-CHS": "zh-CN",
"main_ko": "ko-KR",
"main_ja": "ja-JP",
"main_de": "de-DE",
"main_pt-BR": "pt_BR",
}

def events():
Expand Down

0 comments on commit b9d350b

Please sign in to comment.