skuratowsky Posted January 21, 2015 Share Posted January 21, 2015 Hi! I need to translate month names in select in theme template (identity.tpl). It seems that there is no translation in admin panel. In template i found code: {foreach from=$months key=k item=v} <option value="{$k}" {if ($sl_month == $k)}selected="selected"{/if}>{l s=$v} </option> {/foreach} I'm new in php and in prestashop. How can i understand where function l() find translations to add them? Is there some debug like in Ruby On Rails i18n-debug ? Is there some translation log? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now