| Total Complexity | 4 |
| Complexity/F | 2 |
| Lines of Code | 30 |
| Function Count | 2 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | (function (global, factory) { |
||
| 2 | typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : |
||
| 3 | typeof define === 'function' && define.amd ? define(factory) : |
||
| 4 | (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.nn = factory())); |
||
| 5 | }(this, function () { 'use strict'; |
||
| 6 | |||
| 7 | var nn = { |
||
| 8 | code: "nn", |
||
| 9 | week: { |
||
| 10 | dow: 1, |
||
| 11 | doy: 4 // The week that contains Jan 4th is the first week of the year. |
||
| 12 | }, |
||
| 13 | buttonText: { |
||
| 14 | prev: "Førre", |
||
| 15 | next: "Neste", |
||
| 16 | today: "I dag", |
||
| 17 | month: "Månad", |
||
| 18 | week: "Veke", |
||
| 19 | day: "Dag", |
||
| 20 | list: "Agenda" |
||
| 21 | }, |
||
| 22 | weekLabel: "Veke", |
||
| 23 | allDayText: "Heile dagen", |
||
| 24 | eventLimitText: "til", |
||
| 25 | noEventsMessage: "Ingen hendelser å vise" |
||
| 26 | }; |
||
| 27 | |||
| 28 | return nn; |
||
| 29 | |||
| 30 | })); |
||
| 31 |