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:
@@ -11,4 +11,5 @@ Robin Nehls <github@manol.is>
|
|||||||
Hector Colina <hcolina@gmail.com>
|
Hector Colina <hcolina@gmail.com>
|
||||||
Alessandro Blasi <oculus@oculus.it>
|
Alessandro Blasi <oculus@oculus.it>
|
||||||
Marco <marco@rottigni.net>
|
Marco <marco@rottigni.net>
|
||||||
|
Pierrick BRUN <pierrick.brun@gmail.com>
|
||||||
|
|
||||||
|
3588
locale/fr/LC_MESSAGES/django.po
Normal file
3588
locale/fr/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -102,6 +102,7 @@ LANGUAGES = (
|
|||||||
('de', gettext_noop(u'Deutsch')),
|
('de', gettext_noop(u'Deutsch')),
|
||||||
('es', gettext_noop('Español')),
|
('es', gettext_noop('Español')),
|
||||||
('it', gettext_noop('Italiano')),
|
('it', gettext_noop('Italiano')),
|
||||||
|
('fr', gettext_noop('Français')),
|
||||||
)
|
)
|
||||||
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