Lists are generated by starting the line with an asterisk in the Wiki. When I want to mark such list for translation should the list as a whole be marked
<translate>
* first item
* second item
* third item
</translate>
Or should each list item be individually marked
* <translate> first item </translate>
* <translate> second item </translate>
* <translate> third item </translate>