Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/Level-2/Transphporm
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPB committed Nov 4, 2015
2 parents 2a723fd + 2593718 commit bcf6dd7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Formatter/Locale/deDE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"thousands_separator": ".",
"decimal_separator": ",",
"currency": "",
"currency_position": "after",
"currency_decimals": "2",
"date_format": "d/m/Y",
"time_format": "H:i",
"timezone": "Europe/Berlin",
"offset_strings": {
"past": "vor %d %s",
"future": "In %d %s",
"weeks_singular": "Woche",
"weeks_plural": "Wochen",
"days_singular": "Tag",
"days_plural": "Tage",
"months_singular": "Monat",
"months_plural": "Monate",
"years_singular": "Jahr",
"years_plural": "Jahre",
"hours_singular": "Stunde",
"hours_plural": "Stunden",
"minutes_singular": "Minute",
"minutes_plural": "Minuten",
"seconds_singular": "Sekunde",
"seconds_plural": "Sekunden",
"today": "Heute",
"yesterday": "Gestern",
"tomorrow": "Morgen"
}
}

0 comments on commit bcf6dd7

Please sign in to comment.