Skip to content

Commit

Permalink
improvements to German locale (#34)
Browse files Browse the repository at this point in the history
changed the past translation from "xxx zuvor" to "vor xxx" which is a bit cleaner
and also changed the plural for months and years.
  • Loading branch information
milafrerichs committed Dec 18, 2021
1 parent aab87ea commit f6c7f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ de:
today: 'heute'
yesterday: 'gestern'
tomorrow: 'morgen'
past: '%{date_range} zuvor'
past: 'vor %{date_range}'
future: 'in %{date_range}'
last_word_connector: 'und'
words_connector: ', '
years:
one: '1 Jahr'
other: '%{count} Jahre'
other: '%{count} Jahren'
months:
one: '1 Monat'
other: '%{count} Monate'
other: '%{count} Monaten'
weeks:
one: '1 Woche'
other: '%{count} Wochen'
Expand Down

0 comments on commit f6c7f1a

Please sign in to comment.