Okay
  Public Ticket #1713822
String translation
Closed

Comments

  • Mohidil started the conversation

    Hello

    I'd like to know how to translate custom strings, I am using loco translate and checking all plugins and theme string but couldn't find strings which came in new ecommerce demo (quick view, shop now) 

     http://themenectar.com/demo/salient-ecommerce-ultimate/

    regards

  •  3,030
    Andrew replied

    Hi Mohidil,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.

    msgid "Leave a Reply"
    msgid "Cancel Reply"
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .

    Thanks.