[Date] Add a twitter translation for february
This commit is contained in:
parent
7fc06dd16c
commit
2a5a1c3fcd
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ DATE_TRANSLATE_FR = [(re.compile(ur'janvier', re.I), ur'january'),
|
|||
(re.compile(ur'janv\.', re.I), ur'january'),
|
||||
(re.compile(ur'\bjan\b', re.I), ur'january'),
|
||||
(re.compile(ur'fév\.', re.I), ur'february'),
|
||||
(re.compile(ur'févr\.', re.I), ur'february'),
|
||||
(re.compile(ur'\bfév\b', re.I), ur'february'),
|
||||
(re.compile(ur'avr\.', re.I), ur'april'),
|
||||
(re.compile(ur'\bavr\b', re.I), ur'april'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue