1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

add Hungarian to LANGUAGES list

This commit is contained in:
Őry Máté
2013-04-08 19:53:30 +02:00
parent 061e753ffc
commit b310e85d45

View File

@@ -103,6 +103,7 @@ LANGUAGES = (
('es', gettext_noop('Español')),
('it', gettext_noop('Italiano')),
('fr', gettext_noop('Français')),
('hu', gettext_noop('Magyar')),
)
LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),