Add French localisation.

This commit is contained in:
Valentin Lorentz 2016-02-24 21:05:35 +01:00
parent e475df615e
commit a2a5caa4c7
3 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,8 @@ release = '0.83.4.1+limnoria'
# for a list of supported languages.
#language = None
locale_dirs = ['locale/']
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''

3
conf_fr.py Normal file
View File

@ -0,0 +1,3 @@
from conf import *
language = 'fr'

3
update_locales.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
make gettext
sphinx-intl update -p _build/locale -l fr