perf: ko translate

This commit is contained in:
feng
2025-04-25 11:44:28 +08:00
committed by feng626
parent ddf20570a1
commit 14a8d877e0
26 changed files with 16616 additions and 2697 deletions

View File

@@ -3,7 +3,6 @@ import pycountry
from django.db import models
from django.utils.translation import gettext_lazy as _
from phonenumbers import PhoneMetadata
from common.utils import lazyproperty
ADMIN = 'Admin'
USER = 'User'
@@ -77,6 +76,7 @@ class Language(models.TextChoices):
pt_br = 'pt-br', 'Português (Brasil)'
es = 'es', 'Español'
ru = 'ru', 'Русский'
ko = 'ko', '한국어'
@classmethod
def get_code_mapper(cls):