Browse Source

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
bufferUnderrun 6 years ago
parent
commit
36b226d509
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/select2/i18n/fr.js

+ 1 - 1
src/js/select2/i18n/fr.js

@@ -30,7 +30,7 @@ define(function () {
       return 'Recherche en cours…';
     },
     removeAllItems: function () {
-      return 'Supprimer tous les articles';
+      return 'Supprimer tous les éléments';
     }
   };
 });