Skip to content

Commit

Permalink
Merge pull request #3817 from ulrikjo/patch-1
Browse files Browse the repository at this point in the history
Danish locale [da]
  • Loading branch information
junedchhipa committed May 9, 2023
2 parents 1660640 + 4201797 commit e139246
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions src/locales/da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "da",
"options": {
"months": [
"januar",
"februar",
"marts",
"april",
"maj",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"december"
],
"shortMonths": [
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"
],
"days": [
"Søndag",
"Mandag",
"Tirsdag",
"Onsdag",
"Torsdag",
"Fredag",
"Lørdag"
],
"shortDays": ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"],
"toolbar": {
"exportToSVG": "Download SVG",
"exportToPNG": "Download PNG",
"exportToCSV": "Download CSV",
"menu": "Menu",
"selection": "Valg",
"selectionZoom": "Zoom til valg",
"zoomIn": "Zoom ind",
"zoomOut": "Zoom ud",
"pan": "Panorér",
"reset": "Nulstil zoom"
}
}
}

0 comments on commit e139246

Please sign in to comment.