1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Added france support

This commit is contained in:
zhengxie
2013-03-29 19:24:47 +08:00
parent c91aa4355b
commit 232bd2b2ce
3 changed files with 3590 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ Robin Nehls <github@manol.is>
Hector Colina <hcolina@gmail.com>
Alessandro Blasi <oculus@oculus.it>
Marco <marco@rottigni.net>
Pierrick BRUN <pierrick.brun@gmail.com>

File diff suppressed because it is too large Load Diff

View File

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