Skip to content

Commit 124087a

Browse files
committed
Add missing finnish translations
1 parent 563198a commit 124087a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/js/select2/i18n/fi.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
define(function () {
22
// Finnish
33
return {
4+
errorLoading: function () {
5+
return 'Tuloksia ei saatu ladattua.';
6+
},
47
inputTooLong: function (args) {
58
var overChars = args.input.length - args.maximum;
69

@@ -21,7 +24,7 @@ define(function () {
2124
return 'Ei tuloksia';
2225
},
2326
searching: function () {
24-
27+
return 'Haetaan…';
2528
}
2629
};
2730
});

0 commit comments

Comments
 (0)