https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178

--- Comment #14 from Agustín Moyano <[email protected]> ---
(In reply to Josef Moravec from comment #13)
> Just one question:
> 
> why are all the language and layout files added to the codebase, when you
> need only the ones named all.js?

Hi Josef, all.js is constructed by concatenating all js files.. 

So, if you want to modify one language, or add a new one you should:

1. remove all.js
2. place the new file in that directory (or modify an existing file)
3. cat *.js > all.js

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to