forked from mirrors/bookwyrm
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 = [
|
LANGUAGES = [
|
||||||
('en-us', _('English')),
|
('en-us', _('English')),
|
||||||
('fr-fr', _('French')),
|
('fr-fr', _('French')),
|
||||||
|
('zh-cn', _('Simplified Chinese')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue