Shouldn't there be a + in the middle of
p.name = Time.local(time_t()).format(_("Play Queue (%Y-%b-%e %l:%M %p)"));
AND
p.name = Time.local(time_t()).format(_("Play History (%Y-%b-%e %l:%M %p)"));
Otherwise, won't translators be exposed the the date variables?
« Back to merge proposal
Shouldn't there be a + in the middle of
p.name = Time.local( time_t( )).format( _("Play Queue (%Y-%b-%e %l:%M %p)"));
AND
p.name = Time.local( time_t( )).format( _("Play History (%Y-%b-%e %l:%M %p)"));
Otherwise, won't translators be exposed the the date variables?