Add missing French translation
@@ -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;