Skip to content

Commit

Permalink
Remove timeframes['days'] handling from AustriaLocale (arrow-py#408)
Browse files Browse the repository at this point in the history
According to this [German SE answer](http://german.stackexchange.com/a/34107/25165) the special case for `timeframes['days']` in `AustriaLocale` is wrong.
  • Loading branch information
brutus authored and andrewelkins committed Jan 7, 2017
1 parent 93d6990 commit 93f4890
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,6 @@ class AustriaLocale(_DeutschLocaleCommonMixin, Locale):

names = ['de_at']

timeframes = _DeutschLocaleCommonMixin.timeframes.copy()
timeframes['days'] = '{0} Tage'


class NorwegianLocale(Locale):

Expand Down

0 comments on commit 93f4890

Please sign in to comment.