ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

remove unused languages? #135

Open stocksp opened 9 years ago

stocksp commented 9 years ago

Is there an easy way to remove language translations I don't want ? Each language seems to be about 2k minified. That's a lot of 'stuff' each client has to download. I know I can fork the project and just change the package.js ....

ianmartorell commented 9 years ago

Well, that's something I hadn't thought about. I'm not sure if there is a way to programmatically disable loading certain files, since they're declared in the package.js... I'll look into it.

ianmartorell commented 9 years ago

I've recently noticed the dropdown takes quite a while to load on xxx.meteor.com, probably due to the extra language files... A loading indicator would be nice