Closed
Description
The exo_playback_speeds array contains values with hardcoded decimal separator (.
).
When I have my device set to Czech language (and therefore to Czech locale), I would expect to see values like 1,5x
(instead of 1.5x
).
While it's probably clear to users from the context, in Czech locale 1.5x
would meant 1500 times.
Other apps like YouTube and Files by Google use the localized values.
EDIT: YouTube also uses actual multiplication sign ×
instead of the latin letter x
.