*

Ivanko

  • *****
  • 388 posts
[BUG] Translation
« on: March 07, 2017, 03:22:34 PM »
in user_menu_lists.php

replace:
Code: [Select]
<div class="fi_name"><a href="<?php echo osc_route_url('favorite-lists', array('list-id' => $l['list_id'], 'current-update' => '0''notification-update' => '0''list-remove' => '0''iPage' => '0')); ?>"><?php echo $l['list_name']; ?></a> (#<?php echo $l['list_id']; ?>) <span class="fi_list_edit" rel="<?php echo $l['list_id']; ?>">[<?php _e('edit''favorite_list'); ?>]</span></div>
with:
Code: [Select]
<div class="fi_name"><a href="<?php echo osc_route_url('favorite-lists', array('list-id' => $l['list_id'], 'current-update' => '0''notification-update' => '0''list-remove' => '0''iPage' => '0')); ?>"><?php echo $l['list_name']; ?></a> (#<?php echo $l['list_id']; ?>) <span class="fi_list_edit" rel="<?php echo $l['list_id']; ?>">[<?php _e('edit''favorite_items'); ?>]</span></div>

*

MB Themes

Re: [BUG] Translation
« Reply #1 on: March 07, 2017, 07:53:10 PM »
@Ivanko
Thanks ;)
It is required to add string to .po and .mo file as well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots