1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Merge pull request #4342 from damienfinck/master

Add missing French translation
This commit is contained in:
Kevin Brown 2016-05-04 17:30:29 -04:00
commit 07aa8a45b0

View File

@ -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;