Explorar el Código

Merge pull request #3277 from ognistyi/ru_translation

added RU translation for errorLoading
Kevin Brown hace 10 años
padre
commit
c80b4b0989
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/js/select2/i18n/ru.js

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

@@ -14,6 +14,9 @@ define(function () {
   }
 
   return {
+    errorLoading: function () {
+      return 'Невозможно загрузить результаты';
+    },
     inputTooLong: function (args) {
       var overChars = args.input.length - args.maximum;