mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Disables PyICU use for now until proper localization is implemented.
Fixes #52
This commit is contained in:
parent
fde308e4ba
commit
0bf2354bc2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue