1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

Added italian translation

This commit is contained in:
zhengxie
2013-02-28 10:37:39 +08:00
parent 788e6376d3
commit 86a690b68f
4 changed files with 8435 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ LANGUAGES = (
('ru', gettext_noop(u'Русский')),
('de', gettext_noop(u'Deutsch')),
('es', gettext_noop('Español')),
('it', gettext_noop('Italiano')),
)
LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),