Skip to content

Commit

Permalink
fix(i18n): Add missing Danish pinning translations #6731
Browse files Browse the repository at this point in the history
  • Loading branch information
Halomaple authored and mportuga committed May 19, 2018
1 parent f5d319f commit c14def4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/i18n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
min: 'min: ',
max: 'max: '
},
pinning: {
pinLeft: 'Fastgør til venstre',
pinRight: 'Fastgør til højre',
unpin: 'Frigør'
},
gridMenu: {
columns: 'Kolonner:',
importerTitle: 'Importer fil',
Expand Down

0 comments on commit c14def4

Please sign in to comment.