From e43a1f216586b823bef7feca49178af430946f27 Mon Sep 17 00:00:00 2001 From: depesr Date: Tue, 23 May 2017 07:18:15 +0200 Subject: [PATCH 1/2] Updated sk.js localisation --- src/js/select2/i18n/sk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/select2/i18n/sk.js b/src/js/select2/i18n/sk.js index 449754e3..9fa8eb65 100644 --- a/src/js/select2/i18n/sk.js +++ b/src/js/select2/i18n/sk.js @@ -34,7 +34,7 @@ define(function () { } }, loadingMore: function () { - return 'Loading more results…'; + return 'Načítanie ďalších výsledkov…'; }, maximumSelected: function (args) { if (args.maximum == 1) { From 5bb7446d2461c9517bca0bec3270f3dc96f34fb0 Mon Sep 17 00:00:00 2001 From: depesr Date: Tue, 23 May 2017 07:22:18 +0200 Subject: [PATCH 2/2] Update sk.js --- src/js/select2/i18n/sk.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/select2/i18n/sk.js b/src/js/select2/i18n/sk.js index 9fa8eb65..7c9bfb97 100644 --- a/src/js/select2/i18n/sk.js +++ b/src/js/select2/i18n/sk.js @@ -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;