perf: change lang trans

This commit is contained in:
ibuler
2026-06-15 16:27:11 +08:00
parent 7e83c36288
commit b5ee575fd7

View File

@@ -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'