We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563198a commit 124087aCopy full SHA for 124087a
1 file changed
src/js/select2/i18n/fi.js
@@ -1,6 +1,9 @@
1
define(function () {
2
// Finnish
3
return {
4
+ errorLoading: function () {
5
+ return 'Tuloksia ei saatu ladattua.';
6
+ },
7
inputTooLong: function (args) {
8
var overChars = args.input.length - args.maximum;
9
@@ -21,7 +24,7 @@ define(function () {
21
24
return 'Ei tuloksia';
22
25
},
23
26
searching: function () {
-
27
+ return 'Haetaan…';
28
}
29
};
30
});
0 commit comments