*

fabio

  • ***
  • 40 posts
Tried to translate in Italian by poedit English but a sentence I can not translate it (see image)
http://prntscr.com/fn7wde

*

MB Themes

@fabio
In file:
plugins/oc-content/plugins/image_required/index.php

Find line:
Code: [Select]
    echo '<input name="ir_image_check" id="ir_image_check" type="hidden" value="0" class="{required:true, min: ' . $min_img . ', messages: { min: \'Upload at least ' . $min_img . ' picture(s)\'}}" />';

Replace it with:
Code: [Select]
    echo '<input name="ir_image_check" id="ir_image_check" type="hidden" value="0" class="{required:true, min: ' . $min_img . ', messages: { min: \'' . __('Upload at least', 'image_required') . ' ' . $min_img . ' ' . __('picture(s)', 'image_required') . '\'}}" />';
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

fabio

  • ***
  • 40 posts
If I change it from error 500 when I update the page

*

MB Themes

@fabio
Then you changed it incorrectly.
We will release update soon.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

fabio

  • ***
  • 40 posts
Good morning you can send me an update

*

MB Themes

@fabio
Download latest version.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots