Ticket #26 (new defect)
Untranslatable Strings in HTML Mode
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | html-interface | Version: | svn-trunk |
| Keywords: | Cc: |
Description
Some of the buttons used in the HTML mode of Lichen are untranslatable at the moment.
This is because the values of the buttons (submit buttons) are used to determine a server side action. Translating these buttons will cause these actions to stop working.
Maybe translating the button label AND what the server side expects to see will solve the problem?
Note: See
TracTickets for help on using
tickets.

Both what the server sees and what the button labels are have been translated. This will actually have to be tested to see if it works in practice. The "gotchas" will likely be character encoding issues.