thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
341 stars 141 forks source link

Address #931 and similar issue when parsing times #999

Open martinp26 opened 4 years ago

martinp26 commented 4 years ago

All_number_words is not working perfectly here. The number words need to go through localization and also need word boundaries, otherwise they match other partial ingredients or time words in other languages. E.g., "ten" match the tail of the German word for minutes (Minuten).

Disable broken parsing of number words for now.

Fixes #931.

Signed-off-by: Martin Pohlack martinp@gmx.de