mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
Added france support
This commit is contained in:
@@ -102,6 +102,7 @@ LANGUAGES = (
|
||||
('de', gettext_noop(u'Deutsch')),
|
||||
('es', gettext_noop('Español')),
|
||||
('it', gettext_noop('Italiano')),
|
||||
('fr', gettext_noop('Français')),
|
||||
)
|
||||
LOCALE_PATHS = (
|
||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||
|
Reference in New Issue
Block a user