Browse Source

Add missing Russian translations (#5992)

Алексей Арх 4 years ago
parent
commit
10eebea88f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/js/select2/i18n/ru.js

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

@@ -56,6 +56,12 @@ define(function () {
     },
     },
     removeAllItems: function () {
     removeAllItems: function () {
       return 'Удалить все элементы';
       return 'Удалить все элементы';
+    },
+    removeItem: function () {
+      return 'Удалить элемент';
+    },
+    search: function() {
+      return 'Поиск';
     }
     }
   };
   };
 });
 });