You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As all know in magento .phtml we can translate text by using
__('text to translate'); ?>
but it is not possible to do in cms pages and blocks
if we can use following directive in cms page or static block
{{translate text="text to translate"}}
then it will be very useful and store owner can work with very less block and pages instead of duplicating same block or page for multiple stores where text change required.
if we add this functionality to magento core then it can be very useful.