Skip to content

Commit

Permalink
Merge pull request #1533 from digitalfabrik/1508-leading-comma-in-the…
Browse files Browse the repository at this point in the history
…-1st-line

1508: Add region header to the CSV export of cards statistics
  • Loading branch information
seluianova authored Jul 22, 2024
2 parents 9395830 + 15db7e4 commit aa83fa4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const defaultStartDate = PlainDate.fromLocalDate(addDays(subYears(new Dat
export const defaultEndDate = PlainDate.fromLocalDate(new Date()).toString()

export const statisticKeyLabels = new Map<string, string>([
['region', 'Region'],
['cardsCreated', 'Erstellte Karten'],
['cardsActivated', 'Davon aktiviert'],
])

0 comments on commit aa83fa4

Please sign in to comment.