backend loop translation
This commit is contained in:
@@ -221,4 +221,16 @@
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>CURRENCIES</h2>
|
||||
|
||||
<ul>
|
||||
{loop name="cur" type="currency"}
|
||||
<li>
|
||||
#NAME (#SYMBOL)
|
||||
</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -1,12 +1,12 @@
|
||||
<h2>ALL ATTRIBUTES AND THEIR AVAILABILITY</h2>
|
||||
|
||||
<ul>
|
||||
{loop name="attr" type="attribute" order="manual"}
|
||||
{loop name="attr" type="attribute" order="manual" lang="2" backend_context="true"}
|
||||
<li>
|
||||
#TITLE
|
||||
{if #IS_TRANSLATED == 1}#TITLE{else}to be translated{/if}
|
||||
<ul>
|
||||
{loop name="attrav" type="attribute_availability" order="manual" attribute="#ID"}
|
||||
<li>#TITLE</li>
|
||||
{loop name="attrav" type="attribute_availability" order="manual" attribute="#ID" lang="3"}
|
||||
<li>{if #IS_TRANSLATED == 1}#TITLE{else}to be translated{/if}</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user