Hello guys, hope you all have a great day.
so I want to translate my templates element based on selected languages i.e "read more" button, "follow me" button, etc. in wordpress we can do something like this
<?php _e( 'Some text to translate and display.', 'textdomain' ); ?>
and then translate it via .mo files,
how to achieve similar to this using PW or is there better way doing this?