Show the year on KDE Plasma announcements
There is a problem with "year" variable in template, so year isn't show on Plasma announcements. Example:
Plasma 5.21 was released in February with many feature refinements and new modules to complete the desktop experience.
But template is:
annc-plasma-bugfix-minor-release-2: other: 'Plasma {{ .Get "maj_min" }} was released in February {{ .Get "year"}}with many feature refinements and new modules to complete the desktop experience.'
So I think the problem is because {{ .Get "year"}} is connected to next word (with), and it lacks a blank space in between.