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

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
bufferUnderrun пре 6 година
родитељ
комит
36b226d509
1 измењених фајлова са 1 додато и 1 уклоњено
  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';
     }
   };
 });