aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/locales/bootstrap-datepicker.nb.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/locales/bootstrap-datepicker.nb.js')
-rwxr-xr-xstatic/js/locales/bootstrap-datepicker.nb.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/static/js/locales/bootstrap-datepicker.nb.js b/static/js/locales/bootstrap-datepicker.nb.js
deleted file mode 100755
index fb9fe2a..0000000
--- a/static/js/locales/bootstrap-datepicker.nb.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Norwegian (bokmål) translation for bootstrap-datepicker
- * Fredrik Sundmyhr <http://github.com/fsundmyhr>
- */
-;(function($){
- $.fn.datepicker.dates['nb'] = {
- days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
- daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
- daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
- months: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
- monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
- today: "I Dag"
- };
-}(jQuery)); \ No newline at end of file