# Slick Image Gallery

**URL:** https://meta.discourse.org/t/slick-image-gallery/81952
**Category:** Theme component
**Tags:** broken
**Created:** [29.Июнь.2018 06:15:00 UTC](https://meta.discourse.org/t/slick-image-gallery/81952 "2018-06-29T06:15:00Z")
**Posts on this page:** 1
**Showing post:** 22

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [30.Июнь.2018 07:26:17 UTC](https://meta.discourse.org/t/slick-image-gallery/81952/22 "2018-06-30T07:26:17Z")

</div>

> [@Francois\_Douville](#):
>
> Is it possible to display another icon? My community thinks they have to display slick even if they have 1 image.

> [@Francois\_Douville](#):
>
> Is it normal that the text is not displaying?
> 
> [![44](https://global.discourse-cdn.com/meta/original/3X/d/8/d84e4a4c04794884e622e36857ab9111602e7112.png)  
> Capture d’écran 2018-05-19 à 09.16.44.png718x202 19.1 KB  
> ](https://global.discourse-cdn.com/meta/original/3X/d/2/d29269e4ab2d90ef879bdc349a15192ea4ae83dc.png)
> 
> [![58|689x215](https://global.discourse-cdn.com/meta/original/3X/0/d/0dd366efd80e178dedccf10fde42a54d6d9069a5.png)](https://global.discourse-cdn.com/meta/original/3X/f/a/faae932eb5cb6a6ee350158c5fcd22c4bae63094.png)

Crosspost

> [@Tiles Image Gallery](https://meta.discourse.org/t/tiles-image-gallery/81950/50):
>
> Yes, but that’s not how it’s supposed to work. If you upload a group of images together, then there’s no line-breaks between them. I will definitely look into ways to prevent this from happening, but the best thing I can recommend now is to create a tutorial topic on your site if your users are having such a big problem with it. I pushed updates to Tiles / Slick, so, please update the themes. The update ensures that they work with the image [LazyLoad theme](https://meta.discourse.org/t/lazyload-images/90472) which I recommend you use if your post…

* * *

I took a look at the translation issue @Francois_Douville I have a temporary workaround for now. You need to make a small edit to the theme. Go to the `</head>` section and look for this:

 ![Capture](https://global.discourse-cdn.com/meta/original/3X/8/d/8d7f6e0da6c47b4fd236fb3f85b5c363051da947.PNG)

You need to change `en` to `fr`

So

```plaintext
  I18n.translations.en.js.composer.tiles_add_images_prompt = settings.Tiles_add_images_prompt;
  I18n.translations.en.js.tiles_gallery_button = settings.Tiles_button_text;

```

becomes:

```plaintext
  I18n.translations.fr.js.composer.tiles_add_images_prompt = settings.Tiles_add_images_prompt;
  I18n.translations.fr.js.tiles_gallery_button = settings.Tiles_button_text;

```

That’s all you need to change.

Because this is a local edit, you need to reapply it after every theme update, but it’s not a big problem because you only need to change two letters.

I will keep looking for a better way to integrate translations into themes and will keep you posted.

---

_[View the full topic](https://meta.discourse.org/t/slick-image-gallery/81952)._
