Skip to content

Commit

Permalink
Update locales.py
Browse files Browse the repository at this point in the history
`AustriaLocale` no longer shadows `GermanLocale`.
  • Loading branch information
brutus committed Dec 18, 2016
1 parent 4996bc9 commit bfbd4a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,13 +839,10 @@ class GermanLocale(_DeutschLocaleCommonMixin, Locale):

names = ['de', 'de_de']

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


class AustriaLocale(_DeutschLocaleCommonMixin, Locale):

names = ['de', 'de_at']
names = ['de_at']

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

0 comments on commit bfbd4a0

Please sign in to comment.