French language model: fix a start page.

Because of a bug in the Wikipedia querying Python library.
This commit is contained in:
Jehan 2015-11-29 23:55:03 +01:00
parent dbb4c1d2ff
commit 429448199f

View File

@ -55,7 +55,7 @@ charsets = ['ISO-8859-15', 'ISO-8859-1']
## Optional Properties ##
# The start page. Though optional, it is advised to choose one yourself.
start_pages = ['Wikipédia:Accueil_principal', 'Bœuf_(animal)']
start_pages = ['Wikipédia:Accueil_principal', 'Bœuf (animal)']
# give possibility to select another code for the Wikipedia URL.
wikipedia_code = code
# 'a' and 'A' will be considered the same character, and so on.