Changes between Initial Version and Version 1 of Ticket #9414, comment 34
- Timestamp:
- 2014-01-06T11:02:45+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9414, comment 34
initial v1 1 1 Replying to [comment:33 stoecker]: 2 2 > 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! 5 4 6 5 Okay. Only `throwWarning: tr("{0} used with {1}", tr("major road"), "{0.tag}");` should be affected.