Преглед на файлове

Fix #302: Add Greek translations

Kartik Visweswaran преди 10 години
родител
ревизия
25b503f47d
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 0
      CHANGE.md
  2. 2 2
      js/fileinput_locale_el.js

+ 1 - 0
CHANGE.md

@@ -12,6 +12,7 @@ version 4.2.1
     - New event `filesuccessremove`. This will be triggered on removing the uploaded thumbnail using the thumbnail delete button. The event shares the following parameters:
         - `id`: the HTML id attribute of the thumbnail container 
       The `event` can be set to return `false` to abort the thumbnail removal.
+7. (enh #302): Add Greek (el) translations.
 
 version 4.2.0
 =============

+ 2 - 2
js/fileinput_locale_el.js

@@ -1,5 +1,5 @@
 /*!
- * FileInput <_LANG_> Translations
+ * FileInput Greek Translations
  *
  * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
  * any HTML markup tags in the messages must not be converted or translated.
@@ -38,4 +38,4 @@
         msgFoldersNotAllowed: 'Μπορείτε να σύρετε μόνο αρχεία! Παραβλέφθηκαν {n} φάκελος(οι).',
         dropZoneTitle: 'Σύρετε τα αρχεία εδώ &hellip;'
     };
-})(window.jQuery);
+})(window.jQuery);