1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Add missing errorLoading to Turkish translation

This closes https://github.com/select2/select2/pull/4650.
This commit is contained in:
osman orhan 2016-10-24 17:04:04 +03:00 committed by Kevin Brown
parent a018dd84a7
commit fd4a082531

View File

@ -1,6 +1,9 @@
define(function () {
// Turkish
return {
errorLoading: function (){
return "Sonuç yüklenemedi";
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;