Ticket #408 (closed enhancement: worksforme)
support non translatable sections
| Reported by: | cboos | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Internationalization | Version: | 0.6 |
| Keywords: | i18n:ignore | Cc: | palgarvio, cmlenz |
Description
In some (rare) cases, it would be useful to prevent text from being translated, in templates. A new directive could be used for that, for example i18n:ignore.
See use case in [T10253], but we could also use it for a few other situations ( Trac:MissingTranslations#Unnecessarystrings).
For example:
<a href="..." i18n:ignore="">TracGuide</a>
would look nicer than:
<a href="...">${'TracGuide'}</a>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
