* src/po/fr.po: Translation update.
* src/dates/Date_fr.py (DateParserFR): Add more quality_to_int pairs. svn: r5537
This commit is contained in:
parent
bc89ce92c4
commit
1def83d540
@ -1,3 +1,8 @@
|
||||
2005-12-10 Jérôme Rapinat <romjerome@yahoo.fr>
|
||||
* src/po/fr.po: Translation update.
|
||||
* src/dates/Date_fr.py (DateParserFR): Add more quality_to_int
|
||||
pairs.
|
||||
|
||||
2005-12-10 Don Allingham <don@gramps-project.org>
|
||||
* doc/gramps-manual/C/getstart.xml: update
|
||||
* doc/gramps-manual/C/preface.xml: update
|
||||
|
@ -79,10 +79,18 @@ class DateParserFR(DateParser):
|
||||
|
||||
quality_to_int = {
|
||||
u'estimated' : Date.QUAL_ESTIMATED,
|
||||
u'estimer' : Date.QUAL_ESTIMATED,
|
||||
u'est.' : Date.QUAL_ESTIMATED,
|
||||
u'est' : Date.QUAL_ESTIMATED,
|
||||
u'environ' : Date.QUAL_ESTIMATED,
|
||||
u'env' : Date.QUAL_ESTIMATED,
|
||||
u'env.' : Date.QUAL_ESTIMATED,
|
||||
u'calculer' : Date.QUAL_CALCULATED,
|
||||
u'calc.' : Date.QUAL_CALCULATED,
|
||||
u'calc' : Date.QUAL_CALCULATED,
|
||||
u'compter' : Date.QUAL_CALCULATED,
|
||||
u'compt' : Date.QUAL_CALCULATED,
|
||||
u'compt.' : Date.QUAL_CALCULATED,
|
||||
u'calculated' : Date.QUAL_CALCULATED,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user