Non translatable strings in import file

  • Posts: 2293
  • Thank you received: 315
5 years 5 months ago #299379

-- HikaShop version -- : 4.0.0.
-- Joomla version -- : 3.8.13

I noticed that in file /administrator/components/com_hikashop/views/import/tmpl/show.php
there are some non translatable strings:

	<?php
	foreach($this->importData as $data){
		echo '<div id="'.$data->key.'"';
		if($data->key != 'file') echo ' style="display:none"';
		echo '>';
		echo '<div class="hikashop_tile_title">'.$data->text.'</div>';
		if($data->key=='folder' && !hikashop_level(2)){
			echo hikashop_getUpgradeLink('business');
		}elseif($data->key=='vm' && !$this->vm){
			echo '<small style="color:red">VirtueMart has not been found in the database</small>';
		}elseif($data->key=='mijo' && !$this->mijo){
			echo '<small style="color:red">Mjoshop has not been found in the database</small>';
		}elseif($data->key=='redshop' && !$this->reds){
			echo '<small style="color:red">Redshop has not been found in the database</small>';
		}else{
			if(in_array($data->key,array('file','textarea','folder','vm','mijo','redshop','openc'))) include(dirname(__FILE__).DS.$data->key.'.php');
			else echo $data->data;
		}
		echo '</div>';
		}?>

so we have 'VirtueMart has not been found in the database" is not translatable


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!
Last edit: 5 years 5 months ago by progreccor.

Please Log in or Create an account to join the conversation.

  • Posts: 81478
  • Thank you received: 13061
  • MODERATOR
5 years 5 months ago #299398

Hi,

Thank you for your feedback.
We'll add that as a translation key for the next version of HikaShop.

The following user(s) said Thank You: progreccor

Please Log in or Create an account to join the conversation.

Time to create page: 0.049 seconds
Powered by Kunena Forum