Selaa lähdekoodia

Add missing French translation

Damien Finck 9 vuotta sitten
vanhempi
commit
b1ea28bb7d
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/js/select2/i18n/fr.js

+ 3 - 0
src/js/select2/i18n/fr.js

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