1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Update sk.js

This commit is contained in:
depesr 2017-05-23 07:22:18 +02:00 committed by GitHub
parent e43a1f2165
commit 5bb7446d24

View File

@ -9,6 +9,9 @@ define(function () {
};
return {
errorLoading: function () {
return 'Výsledky sa nepodarilo načítať.';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;