Page 1 of 1

[0.16.27] There is no localize string

Posted: Fri Mar 02, 2018 8:59 am
by GTrak
"seconds" is localized but there is no localize string for "/s"
Image

Re: [0.16.27] There is no localize string

Posted: Fri Mar 02, 2018 9:25 am
by bobingabout
I noticed this myself when looking at the source. There's a fair few units like this which are built right into the code, rather than being localised.

Re: [0.16.27] There is no localize string

Posted: Fri Mar 02, 2018 9:42 am
by posila
Should it be 'units-per-second=__1__/s' or would 'per-second-suffix=/s' be enough?

@bobingabout any other cases that you can remember?

Re: [0.16.27] There is no localize string

Posted: Thu Mar 08, 2018 12:14 pm
by posila
So I went with 'per-second-suffix=/s' ... because it was much simpler change, hopefully I didn't miss any occurence.
Thanks for the report.
Fixed for 0.16.29