1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

Merge pull request #28 from orymate/l10n-hu

L10n hu
This commit is contained in:
xiez
2013-04-09 02:33:03 -07:00
2 changed files with 4306 additions and 0 deletions

File diff suppressed because it is too large Load Diff

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'),