- Jan 30, 2019
-
-
Michael Marx authored
-
- Jan 20, 2019
-
-
Alexander Elvers authored
-
- Dec 10, 2018
-
-
Jean-Benoit Griesner authored
-
- Dec 02, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
Michael Marx authored
Fixes an error in 'MonthDayRange.is_included()' making it return False for month ranges spanning over years
-
Michael Marx authored
-
- Oct 28, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
- Oct 10, 2018
-
-
Giorgio Bonvicini authored
Adds an italien translation (see issue #13).
-
Adrien M authored
-
Adrien M authored
-
- Oct 07, 2018
- Oct 06, 2018
-
-
Gabriel Luiz Freitas Almeida authored
Adds translation for Brazilian Portuguese (see issue #13).
-
Giorgio Bonvicini authored
"{n}" was used instead of "{week}". This led to an Error being thrown when parsing a field like "week 1 Mo 09:00-12:00" with "fr" locale (see this POC): ```python >>> import humanized_opening_hours as hoh >>> oh = hoh.OHParser("week 1 Mo 09:00-12:00", locale="fr") >>> print('\n'.join(oh.description())) Traceback (most recent call last): [REDACTED] File "humanized_opening_hours/temporal_objects.py", line 453, in description output.append(_("in week {week}").format(week=week_range[0])) KeyError: 'n' ```
-
Giorgio Bonvicini authored
-
adam2809 authored
Adds polish translation (see issue #13). Because of more complex rules of polish language the translation won't be perfect.
-
Tijs-B authored
Adds a dutch translation (see issue #13).
-
Oleksandr Stasyk authored
Adds a russian translation (see issue #13).
-
Felix Klement authored
Adds a german translation (see issue #13).
-
Michael Marx authored
-
Michael Marx authored
-
- Aug 09, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
Michael Marx authored
-
- Aug 08, 2018
-
-
Michael Marx authored
-
- Aug 07, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
- Jul 31, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
Michael Marx authored
-
- Jul 27, 2018
-
-
Michael Marx authored
-
- Jul 26, 2018
-
-
Michael Marx authored
Replaces the 'DayPeriods' namedtuples with a 'Day' class and renames the 'get_day_periods()' method to 'get_day()'
-
- Jul 15, 2018
-
-
Michael Marx authored
-
Michael Marx authored
-
Michael Marx authored
-
Michael Marx authored
-
- Jul 14, 2018
-
-
Michael Marx authored
-
- Jul 13, 2018
-
-
Michael Marx authored
-