Skip to content

Commit

Permalink
Merge pull request #316 from ayobi/japanese_locale
Browse files Browse the repository at this point in the history
Japanese locale
  • Loading branch information
cassidysymons authored Jun 6, 2024
2 parents 3368ef7 + ad9f62a commit 1cc39dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions microsetta_interface/model_i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
LANGUAGES = {
EN_US_KEY: Lang("en_US", "English"),
ES_MX_KEY: Lang("es_MX", "Español (México)"),
ES_ES_KEY: Lang("es_ES", "Español (España)"),
JA_JP_KEY: Lang("ja_JP", "日本語")
ES_ES_KEY: Lang("es_ES", "Español (España)")
# In case we want to reactivate Japanese in the future
# JA_JP_KEY: Lang("ja_JP", "日本語")
}

# We need a default full locale when a user's browser only sends a partial
Expand Down

0 comments on commit 1cc39dd

Please sign in to comment.