Jump to content

Featured Products module translation bug!


Recommended Posts

Hi,I use PrestaShop Version 1.3.1 and ColorBold Prestashop Premium.The languages i use are Finnish and English.When i try to translate the Featured Products module from English to Finnish in Admin Panel,it turns in English again.

The Possible reason of the Bug is as follows;
İn Admin Panel,in options of Tools/Translation/Module translations,i edit and save the Finnish language.After i'am done with the translation.The translated module HomePage/Featured Products section in Finish turns in English(Default) again.

Possible bug issue is as follows;

Under the /modules/homefeatured/ section there is fi.php language file looks deleted/blank.

This is before edited process;

<?php
global $_MODULE;
$_MODULE = array();
$_MODULE['<{homefeatured}prestashop>homefeatured_c9cc8cce247e49bae79f15173ce97354'] = 'Tallenna ';
$_MODULE['<{homefeatured}prestashop>homefeatured_ca7d973c26c57b69e0857e7a0332d545'] = 'Esiteltävät tuotteet';
$_MODULE['<{homefeatured}prestashop>homefeatured_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Lisää ';
$_MODULE['<{homefeatured}prestashop>homefeatured_4351cfebe4b61d8aa5efa1d020710005'] = 'Näytä ';
$_MODULE['<{homefeatured}prestashop>homefeatured_2d0f6b8300be19cf35e89e66f0677f95'] = 'Siirry Ostamaan';
$_MODULE['<{homefeatured}prestashop>homefeatured_e0e572ae0d8489f8bf969e93d469e89c'] = 'Ei varustellun tuotteet ';



Error in this way;

<?php
global $_MODULE;
$_MODULE = array();

Link to comment
Share on other sites

  • 2 months later...
  • 6 months later...
×
×
  • Create New...