Actions
Patch #37668
closedFix bad I18n `t` call in macro error handler
Description
this patch adds the missing module reference to the call to `t` in the error handler that is intended to output an error message when a macro failed to render.
Files
Related issues
Updated by Go MAEDA about 2 years ago
- Related to Defect #33426: Error messages for Wiki macros are not internationalized added
Updated by Go MAEDA about 2 years ago
- Category set to Code cleanup/refactoring
- Target version set to 5.1.0
Setting the target version to 5.1.0.
Updated by Mischa The Evil about 2 years ago
It might be good to add some test coverage for this case (and by extension for the change(s) made for #33426) to prevent this from accidentally breaking again.
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r22331. Thank you.
Updated by Mischa The Evil about 1 year ago
- Subject changed from fix bad I18n `t` call in macro error handler to Fix bad I18n `t` call in macro error handler
Actions