As shown in the Link session we could add that templates description requires a translate tag and an addition of 2 before the translate tags are added.
Sample text
See also:
* {{ll|Help:Contents|Help pages}}
* {{ll|Meta:Discussion pages|nsp=0}}Current output
<translate>See also:</translate>
* <translate>{{ll|Help:Contents|Help pages}}</translate>
* <translate>{{ll|Meta:Discussion pages|nsp=0}}</translate>Expected Output
<translate>
See also:
</translate>
* {{ll|Help:Contents|2=<translate>Help pages</translate>}}
* {{ll|Meta:Discussion pages|nsp=0}}