From 6c6c0cc6305ca30c48ac1791e173199eb64b1658 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 28 Jan 2014 14:09:57 +0100 Subject: [PATCH] Norwegian translation issue Norwegian translation issue, that breaks the ui in March. "mar." should be "mars" --- thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js index 709b1472d..8023a882f 100644 --- a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js +++ b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-nb.js @@ -10,7 +10,7 @@ jQuery(function($){ nextText: 'Neste»', currentText: 'I dag', monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], - monthNamesShort: ['jan.','feb.','mar.','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'], + monthNamesShort: ['jan.','feb.','mars','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'], dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],