Skip to content

Commit

Permalink
Merge pull request arrow-py#395 from brutus/patch-1
Browse files Browse the repository at this point in the history
Update locales.py
  • Loading branch information
andrewelkins committed Dec 29, 2016
2 parents 4996bc9 + bfbd4a0 commit 0c5794e
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 0c5794e

Please sign in to comment.