• Resolved ludivinecdy

    (@ludivinecdy)


    Hi,

    I would like to know if there is the possibility to save different translations for a same string. For the string “Sale!” I would like to have -10% and -15% depending on the page of the website.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    You can obtain different translations for the same string if you use a translation block.

    <div class="translation-block"> 
    	<div class="masc">Partner</div>
     </div>
     <div class="translation-block">
    	<div class="fem">Partner</div>
     </div>

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Different translations for same string’ is closed to new replies.