|
@@ -11,7 +11,7 @@
|
|
(function ($) {
|
|
(function ($) {
|
|
"use strict";
|
|
"use strict";
|
|
|
|
|
|
- $.fn.fileinput.locales.fi = {
|
|
|
|
|
|
+ $.fn.fileinputLocales.fi = {
|
|
fileSingle: 'tiedosto',
|
|
fileSingle: 'tiedosto',
|
|
filePlural: 'tiedostot',
|
|
filePlural: 'tiedostot',
|
|
browseLabel: 'Selaa …',
|
|
browseLabel: 'Selaa …',
|
|
@@ -39,5 +39,5 @@
|
|
dropZoneTitle: 'Raahaa ja pudota tiedostot tähän …'
|
|
dropZoneTitle: 'Raahaa ja pudota tiedostot tähän …'
|
|
};
|
|
};
|
|
|
|
|
|
- $.extend($.fn.fileinput.defaults, $.fn.fileinput.locales.fi);
|
|
|
|
|
|
+ $.extend($.fn.fileinput.defaults, $.fn.fileinputLocales.fi);
|
|
})(window.jQuery);
|
|
})(window.jQuery);
|