Feature: add Vietnamese translation (#10352)

This commit is contained in:
shamoon
2025-07-08 14:13:20 -07:00
committed by GitHub
parent 850444c2fc
commit 9178af5fb2
7 changed files with 69 additions and 63 deletions

View File

@@ -792,6 +792,7 @@ LANGUAGES = [
("sv-se", _("Swedish")),
("tr-tr", _("Turkish")),
("uk-ua", _("Ukrainian")),
("vi-vn", _("Vietnamese")),
("zh-cn", _("Chinese Simplified")),
("zh-tw", _("Chinese Traditional")),
]