Skip to content

Commit

Permalink
Update messages.json
Browse files Browse the repository at this point in the history
Added back time_period_am and time_period_pm after they were removed by the localization tool.
  • Loading branch information
Fysikeren authored and schmich committed Apr 6, 2018
1 parent b45642d commit a409f5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/_locales/da/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,14 @@
"time_format": {
"message": "%-H:%M:%S",
"description": "Time-only format. See format options at https://github.com/d3/d3-time-format/blob/master/README.md#locale_format."
},
"time_period_am": {
"message": "",
"description": "12-hour clock AM specifier. Can be empty if 24-hour clock is used. See format options at https://github.com/d3/d3-time-format/blob/master/README.md#locale_format."
},
"time_period_pm": {
"message": "",
"description": "12-hour clock PM specifier. Can be empty if 24-hour clock is used. See format options at https://github.com/d3/d3-time-format/blob/master/README.md#locale_format."
},
"sunday": {
"message": "søndag",
Expand Down

0 comments on commit a409f5f

Please sign in to comment.