sruupl / batflat

Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
MIT License
134 stars 54 forks source link

Multilang gallery module #42

Closed sim2github closed 4 years ago

sim2github commented 5 years ago

Image description in gallery module must support multi lang as navigation and snippets modules does.

klocus commented 5 years ago

You can use Batflat's tags:

{lang: pl_polski}
    Witaj świecie!
{/lang}
{lang: en_english}
    Hello world!
{/lang}

:-)

sim2github commented 5 years ago

You mean code to content form?

{lang: pl_polski}
    {$gallery.name1pl}
{/lang}
{lang: en_english}
    {$gallery.name1en}
{/lang}

In this case i duplicate images in upload

klocus commented 5 years ago

I mean use this in description field :)

sim2github commented 5 years ago

:) I get it. Need info hint in admin view. Its not so obvious.