1
0
mirror of synced 2024-11-28 23:56:03 +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 () { define(function () {
// French // French
return { return {
errorLoading: function () {
return 'Les résultats ne peuvent pas être chargés.';
},
inputTooLong: function (args) { inputTooLong: function (args) {
var overChars = args.input.length - args.maximum; var overChars = args.input.length - args.maximum;