Can't find a way to get the modifier "ucfirst" to work with a label/translation...
I tried
{{ trans:labels.read_more | ucfirst }}
and
{{ trans:labels.read_more ucfirst:true }}
Both are not working. Any solutions or ideas why this doesn't work? (not involving css)?