splittingred / Gallery

A Gallery add-on for MODx Revolution.
http://svn.modxcms.com/docs/display/ADDON/Gallery
67 stars 62 forks source link

Translation with Babel? #262

Open travisbotello opened 11 years ago

travisbotello commented 11 years ago

Hello guys,

is there a way of using Gallery with Babel to have album and image titles in different languages?

Thanks in advance

jakub-gawryl commented 10 years ago

I think in gallery there's no built-in support for Babel Translation, but you can work around that problem by using "l10nTag" snippet, and using: [@en Gallery Name][@pl Nazwa Galerii][@de Name der Galerie] tags in title or description field. You can simply add another language by using [@lang_code Word or sentence to display, when current lang] tag.

This isn't right solution, but it works :)