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


Ignore:
Timestamp:
2014-01-06T11:02:45+01:00 (12 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9414, comment 34

    initial v1  
    11Replying to [comment:33 stoecker]:
    22> Some notes:
    3 > - Be careful with i18n - It is fine to add non-translatable English text, like tags. It is not ok to insert already
    4 translatet texts in a tr() argument - that breaks most slavic languages!
     3> - 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!
    54
    65Okay. Only `throwWarning: tr("{0} used with {1}", tr("major road"), "{0.tag}");` should be affected.