Skip to content

Commit 9461492

Browse files
author
Børge Antonsen
committed
Simplified Norwegian(nb) translation to a more correct text
1 parent c155ca5 commit 9461492

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/js/select2/i18n/nb.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ define(function () {
1212
inputTooShort: function (args) {
1313
var remainingChars = args.minimum - args.input.length;
1414

15-
var message = 'Vennligst skriv inn ';
16-
17-
if (remainingChars > 1) {
18-
message += ' flere tegn';
19-
} else {
20-
message += ' tegn til';
21-
}
15+
var message = 'Vennligst skriv inn ' + remainingChars + ' tegn til';
2216

2317
return message;
2418
},

0 commit comments

Comments
 (0)