Improve French Translation (#5521)
better translation of the english word "items" to "éléments"
This commit is contained in:
parent
d53958ad2b
commit
36b226d509
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…';
|
return 'Recherche en cours…';
|
||||||
},
|
},
|
||||||
removeAllItems: function () {
|
removeAllItems: function () {
|
||||||
return 'Supprimer tous les articles';
|
return 'Supprimer tous les éléments';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user