Add missing French translation
This commit is contained in:
parent
3663b44b83
commit
b1ea28bb7d
1 changed files with 3 additions and 0 deletions
3
src/js/select2/i18n/fr.js
vendored
3
src/js/select2/i18n/fr.js
vendored
|
@ -1,6 +1,9 @@
|
|||
define(function () {
|
||||
// French
|
||||
return {
|
||||
errorLoading: function () {
|
||||
return 'Les résultats ne peuvent pas être chargés.';
|
||||
},
|
||||
inputTooLong: function (args) {
|
||||
var overChars = args.input.length - args.maximum;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue