Changes between Initial Version and Version 1 of Ticket #9414, comment 35


Ignore:
Timestamp:
2014-01-06T11:03:01+01:00 (10 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9414, comment 35

    initial v1  
    1 > > - Be careful with i18n - It is fine to add non-translatable English text, like tags. It is not ok to insert already
    2 > > translatet texts in a tr() argument - that breaks most slavic languages!
     1> > - Be careful with i18n - It is fine to add non-translatable English text, like tags. It is not ok to insert already translatet texts in a tr() argument - that breaks most slavic languages!
    32>
    43> Okay. Only `throwWarning: tr("{0} used with {1}", tr("major road"), "{0.tag}");` should be affected.