From e04fe91f5323e442aad136551eeb7e42c6aa8b68 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Thu, 12 Feb 2009 20:49:59 +0000 Subject: [PATCH] A few more entries in the list of possible month spellings svn: r11977 --- src/plugins/import/ImportProGen.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/import/ImportProGen.py b/src/plugins/import/ImportProGen.py index 57c848fbb..f25a1f13f 100644 --- a/src/plugins/import/ImportProGen.py +++ b/src/plugins/import/ImportProGen.py @@ -216,9 +216,12 @@ month_values = { 'feb' : 2, 'febr' : 2, 'maa' : 3, + 'mar' : 3, + 'march' : 3, 'mrt' : 3, 'maart' : 3, 'apr' : 4, + 'april' : 4, 'mei' : 5, 'may' : 5, 'jun' : 6,