Browse Source

Add missing `errorLoading` to Turkish translation

This closes https://github.com/select2/select2/pull/4650.
osman orhan 8 years ago
parent
commit
fd4a082531
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/js/select2/i18n/tr.js

+ 3 - 0
src/js/select2/i18n/tr.js

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