We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
errorLoading
1 parent a018dd8 commit fd4a082Copy full SHA for fd4a082
src/js/select2/i18n/tr.js
@@ -1,6 +1,9 @@
1
define(function () {
2
// Turkish
3
return {
4
+ errorLoading: function (){
5
+ return "Sonuç yüklenemedi";
6
+ },
7
inputTooLong: function (args) {
8
var overChars = args.input.length - args.maximum;
9
0 commit comments