Skip to content

Commit 5159e98

Browse files
committed
Merge pull request select2#1401 from openwide-java/update-french-translation
Sync French translation with source (change made in 5193dc4)
2 parents 4aaa887 + bbff80b commit 5159e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_fr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$.extend($.fn.select2.defaults, {
88
formatNoMatches: function () { return "Aucun résultat trouvé"; },
99
formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; },
10-
formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de moins"; },
10+
formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); },
1111
formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); },
1212
formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires..."; },
1313
formatSearching: function () { return "Recherche en cours..."; }

0 commit comments

Comments
 (0)