mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-22 03:59:31 +01:00
Add French localisation.
This commit is contained in:
parent
e475df615e
commit
a2a5caa4c7
2
conf.py
2
conf.py
@ -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
3
conf_fr.py
Normal file
@ -0,0 +1,3 @@
|
||||
from conf import *
|
||||
|
||||
language = 'fr'
|
3
update_locales.sh
Executable file
3
update_locales.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
make gettext
|
||||
sphinx-intl update -p _build/locale -l fr
|
Loading…
Reference in New Issue
Block a user