Преглед изворни кода

Update fr.js (#5957)

removeItem was missing
Beda Schmid пре 4 година
родитељ
комит
49611613be
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/js/select2/i18n/fr.js

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

@@ -31,6 +31,9 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Supprimer tous les éléments';
+    },
+    removeItem: function () {
+      return 'Supprimer l\'élément';
     }
   };
 });