compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

Multi language #47

Closed rem99 closed 8 years ago

rem99 commented 8 years ago

Is it possible to add some multi language features to the lib? For now I have to fork repo and replace "< Previous" and "Next >" buttons by glyphicon-chevron-left/right icons and remove "Open in new tab" button. It would be nice add some configuration for this.

seblucas commented 8 years ago

Not a real answer but if you override the template (as shown in the README) you can localize those strings. I did that with angular-translate and it worked perfectly.

rem99 commented 8 years ago

Thank you. This is good solution for me.