Created on 2021-04-03.17:35:01 by edbo, last changed 2 days ago by reviewbot.
Follow-up on https://discuss.tryton.org/t/using-latex-with-tryton/3937/22:
Now it will be a good improvement for Tryton if the Report and Translation used the proper mechanism for plain text.
The current plain text templates doesn't use the gettext
translation mechanism to extract translatable messages, so the whole template is added to be translated.
Add the gettext
method so strings which have to be translated have to be explicitly 'marked' with _( <translatable string> )
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-04-08 11:54:36 | reviewbot | set | messages: + msg66175 |
2021-04-07 20:48:47 | reviewbot | set | messages: + msg66159 |
2021-04-06 12:50:38 | reviewbot | set | messages: + msg66125 |
2021-04-03 18:12:13 | reviewbot | set | messages:
+ msg66049 nosy: + reviewbot status: unread -> chatting |
2021-04-03 18:12:12 | reviewbot | set | keyword:
+ review reviews: 345741002 |
2021-04-03 17:35:01 | edbo | create |
Showing 10 items. Show all history (warning: this could be VERY long)