You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try here: http://jsfiddle.net/atus/b72Ut/show/
A quite common phrase: "in 2 weeks" can not be recognized.
"2 weeks" is parsed as the second week of the current year: "2 weeks : Mon Jan 06 2014 00:00:00 GMT+0100 (Mitteleuropäische Zeit)" in is missing from the regexes, it should be added with the + stuff, I would edit it but this perhaps requires changing some core things to reflect in all languages.
The text was updated successfully, but these errors were encountered:
Nice idea. I might be able to deal with this in the normalizer rather than the parser, but yes - it requires key adjustments.
I need to look at i18n in general to be honest. The current system works a lot better than the previous one but there are major issues with adjusting english keys atm...
Try here: http://jsfiddle.net/atus/b72Ut/show/
A quite common phrase: "in 2 weeks" can not be recognized.
"2 weeks" is parsed as the second week of the current year: "2 weeks : Mon Jan 06 2014 00:00:00 GMT+0100 (Mitteleuropäische Zeit)"
in
is missing from the regexes, it should be added with the+
stuff, I would edit it but this perhaps requires changing some core things to reflect in all languages.The text was updated successfully, but these errors were encountered: