Changes between Initial Version and Version 1 of Ticket #5849, comment 9
- Timestamp:
- Jun 15, 2012, 8:45:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5849, comment 9
initial v1 4 4 > Indentation is often changed in HTML since you might nest that block in a new DIV element or whatnot, and the ability to spread the msgids along many lines makes for cleaner looking code. 5 5 6 Another problem that I haven't seen mentioned , that is implied above: The same blocktrans text could be used at different indentation levels and gets interpreted as different msgids, thus needs to be translated more than necessary.6 Another problem that I haven't seen mentioned explicitly but is implied above: The same blocktrans text could be used at different indentation levels and gets interpreted as different msgids, thus needs to be translated more than once.