Skip to content

Commit 78cac89

Browse files
committed
Merge pull request select2#4259 from zapodot/master
Added missing Norwegian bokmaal label used for errors
2 parents 6844be7 + 0212edd commit 78cac89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/js/select2/i18n/nb.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
define(function () {
22
// Norwegian (Bokmål)
33
return {
4+
errorLoading: function () {
5+
return 'Kunne ikke hente resultater.';
6+
},
47
inputTooLong: function (args) {
58
var overChars = args.input.length - args.maximum;
69

0 commit comments

Comments
 (0)