Skip to content

Commit

Permalink
Merge 2f7f061 into bf28bca
Browse files Browse the repository at this point in the history
  • Loading branch information
sytheveenje committed Dec 14, 2018
2 parents bf28bca + 2f7f061 commit d18179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/translations/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Language from '../Language'
export default new Language(
'Dutch',
['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
['jan', 'feb', 'maa', 'apr', 'mei', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za']
)
// eslint-disable-next-line
Expand Down

0 comments on commit d18179e

Please sign in to comment.