1
0
mirror of synced 2024-11-25 06:16:08 +03:00

Add missing French translation

This commit is contained in:
Damien Finck 2016-05-04 19:55:01 +02:00
parent 3663b44b83
commit b1ea28bb7d

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;