From f54de4387bbaeded616d904ee6c589b5cc3e788b Mon Sep 17 00:00:00 2001 From: aceisace Date: Thu, 14 Apr 2022 04:08:38 +0200 Subject: [PATCH] #203 --- inkycal/modules/inkycal_agenda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkycal/modules/inkycal_agenda.py b/inkycal/modules/inkycal_agenda.py index abfad28..2920571 100644 --- a/inkycal/modules/inkycal_agenda.py +++ b/inkycal/modules/inkycal_agenda.py @@ -194,7 +194,7 @@ class Agenda(inkycal_module): # Check if item is an event if 'end' in _: - time = _['begin'].format(self.time_format) + time = _['begin'].format(self.time_format, locale=self.language) # Check if event is all day, if not, add the time if not parser.all_day(_):