mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
add Hungarian to LANGUAGES list
This commit is contained in:
@@ -103,6 +103,7 @@ LANGUAGES = (
|
|||||||
('es', gettext_noop('Español')),
|
('es', gettext_noop('Español')),
|
||||||
('it', gettext_noop('Italiano')),
|
('it', gettext_noop('Italiano')),
|
||||||
('fr', gettext_noop('Français')),
|
('fr', gettext_noop('Français')),
|
||||||
|
('hu', gettext_noop('Magyar')),
|
||||||
)
|
)
|
||||||
LOCALE_PATHS = (
|
LOCALE_PATHS = (
|
||||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||||
|
Reference in New Issue
Block a user