mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 13:01:56 +00:00
Add Persian to default admin languages
This commit is contained in:
parent
d5cfaa8cd5
commit
ea63e6f7ad
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ WAGTAILADMIN_PROVIDED_LANGUAGES = [
|
|||
('lt', ugettext_lazy('Lithuanian')),
|
||||
('nb', ugettext_lazy('Norwegian Bokmål')),
|
||||
('nl-nl', ugettext_lazy('Netherlands Dutch')),
|
||||
('fa', ugettext_lazy('Persian')),
|
||||
('pl', ugettext_lazy('Polish')),
|
||||
('pt-br', ugettext_lazy('Brazilian Portuguese')),
|
||||
('pt-pt', ugettext_lazy('Portuguese')),
|
||||
|
|
|
|||
Loading…
Reference in a new issue