thinkle / gourmet

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

Fix locale time entry handling #1000

Open martinp26 opened 4 years ago

martinp26 commented 4 years ago

Unit detection was not considering localization. Fix the simple issue in find_errors_in_progress() by translating units to compare against.

I suspect this might address two issues (#781 and #834).

Fixes #781. Fixes #834.

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

cydanil commented 4 years ago

@saxon-s , that looks pretty useful to add to the Python3 migration. Perhaps it could be arranged to be merged early, or moved over to kirienko/gourmet?