Browse Source

Update Turkish locale (#6123)

O. Alper YAZGAN 2 years ago
parent
commit
3ce9736359
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/js/select2/i18n/tr.js

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

@@ -34,6 +34,12 @@ define(function () {
     },
     },
     removeAllItems: function () {     
     removeAllItems: function () {     
       return 'Tüm öğeleri kaldır';
       return 'Tüm öğeleri kaldır';
+    },
+    removeItem: function () {
+      return 'Bu öğeyi kaldır';
+    },
+    search: function() {
+      return 'Ara';
     }
     }
   };
   };
 });
 });