Actions
Defect #33426
closedError messages for Wiki macros are not internationalized
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Error messages of Wiki macros are always displayed in English regardless of the current user's language setting. In the screenshot below, the user's language is Japanese.
Files
Related issues
Updated by Go MAEDA over 4 years ago
- File 33426.patch 33426.patch added
- Target version set to Candidate for next major release
Here is a patch to fix the issue.
Updated by Go MAEDA over 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA about 4 years ago
- Subject changed from Error messages of Wiki macros are not internationalized to Error messages for Wiki macros are not internationalized
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch.
Updated by Go MAEDA about 4 years ago
- File fix-r20013.patch fix-r20013.patch added
- Status changed from Closed to Reopened
Error messages in macro
method that is used when making a macro should not be internationalized for the following reasons:
- Macros are defined during the startup process of Redmine. At that point, I18n strings are not available yet
- The error messages appear only in logs, not UI
The attached patch partially reverts the change.
Updated by Go MAEDA about 4 years ago
- Status changed from Reopened to Closed
Go MAEDA wrote:
Error messages in
macro
method that is used when making a macro should not be internationalized for the following reasons:
- Macros are defined during the startup process of Redmine. At that point, I18n strings are not available yet
- The error messages appear only in logs, not UI
The attached patch partially reverts the change.
Fixed in r20015.
Updated by Go MAEDA about 2 years ago
- Related to Patch #37668: Fix bad I18n `t` call in macro error handler added
Actions