mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-20 00:21:04 +00:00
Adds simplified chinese language code to settings
This commit is contained in:
parent
01df4ad321
commit
bb6a82fdff
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ LANGUAGE_CODE = 'en-us'
|
|||
LANGUAGES = [
|
||||
('en-us', _('English')),
|
||||
('fr-fr', _('French')),
|
||||
('zh-cn', _('Simplified Chinese')),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue