Skip to content

Commit

Permalink
Added Norwegian localization (#521)
Browse files Browse the repository at this point in the history
* Added Norwegian localization
  • Loading branch information
MortenSpjotvoll authored Mar 5, 2024
1 parent f74de4c commit 9aeeb92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/locale/nb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default {
days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"],
daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø"],
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: "Idag",
clear: "Fjern",
dateFormat: "dd.mm.yyyy",
timeFormat: "HH:mm",
firstDay: 1
};

0 comments on commit 9aeeb92

Please sign in to comment.