Adds spanish locale to settings and rebuilds messages
This commit is contained in:
parent
e5662b1752
commit
208a38a34d
10 changed files with 259 additions and 180 deletions
|
@ -141,6 +141,7 @@ LANGUAGE_CODE = 'en-us'
|
|||
LANGUAGES = [
|
||||
('en-us', _('English')),
|
||||
('de-de', _('German')),
|
||||
('es', _('Spanish')),
|
||||
('fr-fr', _('French')),
|
||||
('zh-cn', _('Simplified Chinese')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue