*

hichamtach

  • ***
  • 24 posts
Translation bug?
« on: January 13, 2017, 08:51:05 PM »
why i can't translate this word "Name"
https://i.imgsafe.org/92eaee6cbe.png

Marked as best answer by hichamtach on January 13, 2017, 09:18:13 PM
*

mixradu

  • ****
  • 171 posts
Re: Translation bug?
« Reply #1 on: January 13, 2017, 08:54:52 PM »
why i can't translate this word "Name"
https://i.imgsafe.org/92eaee6cbe.png


Try to update message.po file of your theme.
For update i think you need to open the file in po editor, then go to Catalog then "Update from source".

*

MB Themes

Re: Translation bug?
« Reply #2 on: January 13, 2017, 09:16:05 PM »
@hichamtach
1)
code is placed correcty: <?php _e('Name', 'patricia') ; ?>

2)
string is in theme po file:
http://patricia.mb-themes.com/oc-content/themes/patricia/languages/en_US/theme.po

Code: [Select]
#: admin/settings.php:239 item-edit.php:232 item-post.php:249 item.php:640
#: item.php:705 user-profile.php:33 user-public-profile.php:85
#: user-register.php:70
msgid "Name"
msgstr ""
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hichamtach

  • ***
  • 24 posts
Re: Translation bug?
« Reply #3 on: January 13, 2017, 09:19:18 PM »
Thank you for you both  :)