Fix Portuguese "from" and "to" date modifiers
This commit is contained in:
parent
f2a43bd19c
commit
1d920b6c89
@ -54,7 +54,6 @@ class DateParserPT(DateParser):
|
||||
"antes": Date.MOD_BEFORE,
|
||||
"ant.": Date.MOD_BEFORE,
|
||||
"ant": Date.MOD_BEFORE,
|
||||
"até": Date.MOD_BEFORE,
|
||||
"depois de": Date.MOD_AFTER,
|
||||
"depois": Date.MOD_AFTER,
|
||||
"dep.": Date.MOD_AFTER,
|
||||
@ -70,8 +69,8 @@ class DateParserPT(DateParser):
|
||||
"por volta de": Date.MOD_ABOUT,
|
||||
"por volta": Date.MOD_ABOUT,
|
||||
"pvd.": Date.MOD_ABOUT,
|
||||
"from": Date.MOD_FROM,
|
||||
"to": Date.MOD_TO,
|
||||
"de": Date.MOD_FROM,
|
||||
"até": Date.MOD_TO,
|
||||
}
|
||||
|
||||
calendar_to_int = {
|
||||
|
Loading…
Reference in New Issue
Block a user