1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #4259 from zapodot/master

Added missing Norwegian bokmaal label used for errors
This commit is contained in:
Kevin Brown 2016-03-27 14:38:11 -04:00
commit 78cac8972a

View File

@ -1,6 +1,9 @@
define(function () {
// Norwegian (Bokmål)
return {
errorLoading: function () {
return 'Kunne ikke hente resultater.';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;