zh-cn should be zh-hans

This commit is contained in:
GuDzpoz 2021-04-24 22:32:04 +08:00
parent deb1257114
commit 72d92343aa
3 changed files with 1 additions and 1 deletions

View file

@ -153,7 +153,7 @@ LANGUAGES = [
("de-de", _("German")),
("es", _("Spanish")),
("fr-fr", _("French")),
("zh-cn", _("Simplified Chinese")),
("zh-hans", _("Simplified Chinese")),
]