Sfoglia il codice sorgente

Update Turkish locale (#6123)

O. Alper YAZGAN 2 anni fa
parent
commit
3ce9736359
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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 () {     
       return 'Tüm öğeleri kaldır';
+    },
+    removeItem: function () {
+      return 'Bu öğeyi kaldır';
+    },
+    search: function() {
+      return 'Ara';
     }
   };
 });