Skip to content

Commit

Permalink
Added languagefile for Norwegian bokmål
Browse files Browse the repository at this point in the history
  • Loading branch information
Amund Skullerud committed Oct 7, 2017
1 parent 23ec068 commit fe5e7b9
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/locale/lang/nb-NO.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
export default {
uiv: {
datePicker: {
clear: 'Nullstill',
today: 'I dag',
month: 'Måned',
month1: 'januar',
month2: 'februar',
month3: 'mars',
month4: 'april',
month5: 'mai',
month6: 'juni',
month7: 'juli',
month8: 'august',
month9: 'september',
month10: 'oktober',
month11: 'november',
month12: 'desember',
year: 'År',
week1: 'man',
week2: 'tir',
week3: 'ons',
week4: 'tor',
week5: 'fre',
week6: 'lør',
week7: 'søn'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
modal: {
cancel: 'Avbryt',
ok: 'OK'
}
}
}

0 comments on commit fe5e7b9

Please # to comment.