Skip to content

Commit

Permalink
feat(DH): Add plural translation for german
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Nov 14, 2023
1 parent ec8c13d commit 2b3620d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translations/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"catalog.figures.datasets": "Datensätze",
"catalog.figures.organisations": "Organisationen",
"catalog.figures.datasets": "{count, plural, =0{Datensätze} one{Datensatz} other{Datensätze}}",
"catalog.figures.organisations": "{count, plural, =0{Organisationen} one{Organisation} other{Organisationen}}",
"chart.aggregation.average": "Durchschnitt",
"chart.aggregation.count": "Anzahl",
"chart.aggregation.max": "Maximum",
Expand Down

0 comments on commit 2b3620d

Please sign in to comment.