- Issue created by @bkosborne
- Merge request !45Vary node trash message depending on if auto purge is enabled or not. β (Merged) created by bkosborne
- First commit to issue fork.
- π·π΄Romania amateescu
Committed a small fix because translation strings cannot be concatenated with variables, then looked into displaying the actual period of time until a trashed item can be restored, and it turned out quite easy to do :)
-
amateescu β
committed e1e4d756 on 3.x authored by
bkosborne β
Issue #3502626 by amateescu, bkosborne: Node confirmation message should...
-
amateescu β
committed e1e4d756 on 3.x authored by
bkosborne β
- πΊπΈUnited States bkosborne New Jersey, USA
Thanks! the reason I didn't parameterize the date is that I believe the date string is now not translated?
- π·π΄Romania amateescu
I saw that in the issue summary so I checked before doing it, and
\Drupal\Core\Datetime\DateFormatter
is very much translation-aware, most of its methods callformatPlural()
at some point, so I think we're good. Automatically closed - issue fixed for 2 weeks with no activity.