diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 00:22:10 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:02 -0400 |
commit | 3858df5d5b3da2cec040d65d88a19198a3fa4e43 (patch) | |
tree | 145f881f399b6178c92da475a76c3b6dc4762773 /ui/i18n/datepicker-nb.js | |
parent | de4cbdab98d2d1e23b8cfce3aeeea143883cbc49 (diff) | |
download | jquery-ui-3858df5d5b3da2cec040d65d88a19198a3fa4e43.tar.gz jquery-ui-3858df5d5b3da2cec040d65d88a19198a3fa4e43.zip |
i18n: Fix line length issues
Ref gh-1690
Diffstat (limited to 'ui/i18n/datepicker-nb.js')
-rw-r--r-- | ui/i18n/datepicker-nb.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/i18n/datepicker-nb.js b/ui/i18n/datepicker-nb.js index 128f6836d..eb1112bc5 100644 --- a/ui/i18n/datepicker-nb.js +++ b/ui/i18n/datepicker-nb.js @@ -17,7 +17,20 @@ datepicker.regional.nb = { prevText: "«Forrige", nextText: "Neste»", currentText: "I dag", - monthNames: [ "januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember" ], + monthNames: [ + "januar", + "februar", + "mars", + "april", + "mai", + "juni", + "juli", + "august", + "september", + "oktober", + "november", + "desember" + ], monthNamesShort: [ "jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des" ], dayNamesShort: [ "søn","man","tir","ons","tor","fre","lør" ], dayNames: [ "søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag" ], |