Procházet zdrojové kódy

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
bufferUnderrun před 6 roky
rodič
revize
36b226d509
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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';
     }
   };
 });