Browse Source

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
bufferUnderrun 6 năm trước cách đây
mục cha
commit
36b226d509
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';
     }
   };
 });