Sfoglia il codice sorgente

Update fr.js (#5957)

removeItem was missing
Beda Schmid 4 anni fa
parent
commit
49611613be
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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';
     }
   };
 });