Modify ↓
Opened 20 years ago
Closed 14 years ago
#300 closed defect (wontfix)
Translation is not complete
| Reported by: | anonymous | Owned by: | Emmanuel Blot |
|---|---|---|---|
| Priority: | high | Component: | TracFrenchTranslation |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
It seems that the <?cs alt:translation[something] ?><?cs var:something ?><?cs /alt ?> is not working and always returns the value of something (and not the translation). This could be especially seen in the ticket status.
Included is a patch that fixes that. I practically know nothing of python so a better version should be possible.
Attachments (1)
Change History (5)
Changed 20 years ago by
| Attachment: | hdf_trans.patch added |
|---|
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Sorry I would say :
It seems you can replace in your patch
(argh... too much english fault :-P)
comment:4 Changed 14 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
This plugin is not maintained since Trac offers full localization support.
Note: See
TracTickets for help on using
tickets.



It seems you replace in your patch
hdf['translation'] = { ... 35 lines more ...with
It's working for me, and I think it's means better performance (so few). Also, this means you can define other translations in your trac.ini that you can use in your *.cs templates.