Browse Source

fixed locals key issue

Milad Nekofar 10 năm trước cách đây
mục cha
commit
169001f5c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/fileinput_locale_fa.js

+ 1 - 1
js/fileinput_locale_fa.js

@@ -12,7 +12,7 @@
 (function ($) {
     "use strict";
 
-    $.fn.fileinputLocales['_LANG_'] = {
+    $.fn.fileinputLocales['fa'] = {
         fileSingle: 'فایل',
         filePlural: 'فایل',
         browseLabel: 'مرور …',