Improve French Translation (#5521)
better translation of the english word "items" to "éléments"
This commit is contained in:
parent
d53958ad2b
commit
36b226d509
1 changed files with 1 additions and 1 deletions
2
src/js/select2/i18n/fr.js
vendored
2
src/js/select2/i18n/fr.js
vendored
|
@ -30,7 +30,7 @@ define(function () {
|
|||
return 'Recherche en cours…';
|
||||
},
|
||||
removeAllItems: function () {
|
||||
return 'Supprimer tous les articles';
|
||||
return 'Supprimer tous les éléments';
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue