feat: support pt-br language (#14567)

Co-authored-by: Bai <baijiangjie@gmail.com>
This commit is contained in:
fit2bot
2024-12-03 17:11:08 +08:00
committed by GitHub
parent 7875777ed1
commit f8d11013fc
16 changed files with 13040 additions and 90 deletions

View File

@@ -29,7 +29,8 @@ class OpenPublicSettingApi(generics.RetrieveAPIView):
"LANGUAGES": [
{
'name': title,
'code': code
'code': code,
'other_codes': Language.get_other_codes(code),
}
for code, title in Language.choices
]