mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
Add Slovak to default languages list
This commit is contained in:
parent
9ef1e4883c
commit
d6c3494c06
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ WAGTAILADMIN_PROVIDED_LANGUAGES = [
|
|||
('pt-pt', ugettext_lazy('Portuguese')),
|
||||
('ro', ugettext_lazy('Romanian')),
|
||||
('ru', ugettext_lazy('Russian')),
|
||||
('se', ugettext_lazy('Swedish')),
|
||||
('sv', ugettext_lazy('Swedish')),
|
||||
('sk', ugettext_lazy('Slovak')),
|
||||
('zh-cn', ugettext_lazy('Chinese (China)')),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue