Skip to content

Commit

Permalink
Merge pull request #4730 from quantus/master
Browse files Browse the repository at this point in the history
Add missing finnish translations
  • Loading branch information
kevin-brown committed Dec 30, 2016
2 parents 763b3ce + 124087a commit 3b8a5d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/js/select2/i18n/fi.js
@@ -1,6 +1,9 @@
define(function () {
// Finnish
return {
errorLoading: function () {
return 'Tuloksia ei saatu ladattua.';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;

Expand All @@ -21,7 +24,7 @@ define(function () {
return 'Ei tuloksia';
},
searching: function () {

return 'Haetaan…';
}
};
});

0 comments on commit 3b8a5d3

Please sign in to comment.