From b5ee575fd7e2854def517a4888d1580d58b5a7b1 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 15 Jun 2026 16:27:11 +0800 Subject: [PATCH] perf: change lang trans --- apps/common/const/choices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'