Skip to content

Commit

Permalink
Merge pull request #493 from theodorton/patch-1
Browse files Browse the repository at this point in the history
Fix key for calendar_languages for no-NO locale
  • Loading branch information
Serhioromano committed Jun 12, 2015
2 parents 84a5901 + 395c25a commit d4128e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/language/no-NO.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(!window.calendar_languages) {
window.calendar_languages = {};
}
window.calendar_languages['sv-SE'] = {
window.calendar_languages['no-NO'] = {
error_noview: 'Kalender: {0} ble ikke funnet',
error_dateformat: 'Kalender: Feil datoformat {0}. Må være "now" eller "åååå-mm-dd"',
error_loadurl: 'Kalender: urlen for events er ikke satt',
Expand Down

0 comments on commit d4128e0

Please sign in to comment.