Problem/Motivation
Detailed cron log description is not translatable.
(/admin/config/system/cron)
Run times of individual cron jobs will be written to watchdog
Proposed resolution
Use t() method in this form.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal-use-t-method-to-detailed-cron-log-description-2861745-2-drupal-8.3.x-dev.patch | 712 bytes | u7aro |
Comments
Comment #2
u7aroComment #3
idebr commentedComment #4
markdorisonI am not sure if this can make it in to 8.3.x since it is already at RC1, but it applies cleanly on both 8.3.x and 8.4.x.
Comment #6
lauriiiCommitted de3fde9 and pushed to 8.4.x. Thanks!
As a translation string addition (rather than change), it might be possible to include this bug fix also in a 8.3.x patch release. Let's get sign off from another maintainer for that.
Comment #7
sahilsharma011 commentedI applied patch given in #2 and it applies cleanly to branch 8.3.x
This patch can be backported cleanly.
Comment #8
sahilsharma011 commentedComment #9
gábor hojtsyWe are supposed to freeze strings with the release candidates, and only break that for critically important changes. Since this is such a minor improvement, let's not break our freeze for that. Discussed with @lauriii and @xjm.