mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 14:49:09 +00:00
Update locales
This commit is contained in:
@@ -133,11 +133,17 @@ LANGUAGES = (
|
||||
('de', gettext_noop(u'Deutsch')),
|
||||
('en', gettext_noop('English')),
|
||||
('es', gettext_noop('Español')),
|
||||
('es-mx', gettext_noop('Mexican Spanish')),
|
||||
('fr', gettext_noop('Français')),
|
||||
('it', gettext_noop('Italiano')),
|
||||
('he', gettext_noop('Hebrew')),
|
||||
('hu', gettext_noop('Magyar')),
|
||||
('it', gettext_noop('Italiano')),
|
||||
('lv', gettext_noop('Latvian')),
|
||||
('nl', gettext_noop('Dutch')),
|
||||
('pt-br', gettext_noop('Portuguese, Brazil')),
|
||||
('ru', gettext_noop(u'Русский')),
|
||||
('ru', gettext_noop(u'Русский')),
|
||||
('sk', gettext_noop('Slovak')),
|
||||
('uk', gettext_noop('Ukrainian')),
|
||||
('zh-cn', gettext_noop(u'简体中文')),
|
||||
('zh-tw', gettext_noop(u'繁體中文')),
|
||||
)
|
||||
|
Reference in New Issue
Block a user