From 992beb393e300e638131acf3409e531af98f02b9 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Wed, 8 May 2013 10:08:48 -0700 Subject: [PATCH] Disables PyICU use for now until proper localization is implemented. Fixes #52 --- jrnl/Journal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/Journal.py b/jrnl/Journal.py index 1e8e905f..35f59f3a 100644 --- a/jrnl/Journal.py +++ b/jrnl/Journal.py @@ -49,7 +49,7 @@ class Journal(object): self.config.update(kwargs) # Set up date parser - consts = pdt.Constants() + consts = pdt.Constants(usePyICU=False) consts.DOWParseStyle = -1 # "Monday" will be either today or the last Monday self.dateparse = pdt.Calendar(consts) self.key = None # used to decrypt and encrypt the journal