Fixes updated translation pattern.
This commit is contained in:
parent
f99560508e
commit
e7ad0b00cd
@ -6,7 +6,7 @@
|
|||||||
(function ($) {
|
(function ($) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
$.extend($.fn.select2.defaults, {
|
$.fn.select2.locales['az'] = {
|
||||||
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
|
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
|
||||||
formatNoMatches: function () { return "Nəticə tapılmadı"; },
|
formatNoMatches: function () { return "Nəticə tapılmadı"; },
|
||||||
formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
|
formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
|
||||||
@ -14,5 +14,7 @@
|
|||||||
formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; },
|
formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; },
|
||||||
formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; },
|
formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; },
|
||||||
formatSearching: function () { return "Axtarılır…"; }
|
formatSearching: function () { return "Axtarılır…"; }
|
||||||
});
|
};
|
||||||
|
|
||||||
|
$.extend($.fn.select2.defaults, $.fn.select2.locales['az']);
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user