diff --git a/apps/common/const/choices.py b/apps/common/const/choices.py index a473a710c..5c55a8a7e 100644 --- a/apps/common/const/choices.py +++ b/apps/common/const/choices.py @@ -71,8 +71,8 @@ class Status(models.TextChoices): class Language(models.TextChoices): en = 'en', 'English' - zh_hans = 'zh-hans', '中文(简体)' - zh_hant = 'zh-hant', '中文(繁體)' + zh_hans = 'zh-hans', '中文(简体)' + zh_hant = 'zh-hant', '中文(繁體)' ja = 'ja', '日本語', pt_br = 'pt-br', 'Português (Brasil)' es = 'es', 'Español'