Update bookwyrm/settings.py

Co-authored-by: Demid <grrrr@protonmail.com>
This commit is contained in:
Mouse Reeve 2023-12-17 06:52:49 -08:00 committed by GitHub
parent 5c0e159d43
commit 430e4eb90d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,7 @@ LANGUAGES = [
("pt-pt", _("Português Europeu (European Portuguese)")),
("ro-ro", _("Română (Romanian)")),
("sv-se", _("Svenska (Swedish)")),
("uk-ua", _("Українська (Ukranian)")),
("uk-ua", _("Українська (Ukrainian)")),
("zh-hans", _("简体中文 (Simplified Chinese)")),
("zh-hant", _("繁體中文 (Traditional Chinese)")),
]