Explorar el Código

Update Turkish locale (#6123)

O. Alper YAZGAN hace 2 años
padre
commit
3ce9736359
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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';
     }
   };
 });