Changes between Initial Version and Version 1 of Ticket #5849, comment 9


Ignore:
Timestamp:
06/15/12 13:45:34 (11 years ago)
Author:
Benedikt Breinbauer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5849, comment 9

    initial v1  
    44> 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.
    55
    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.
     6Another 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.
Back to Top