-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use appropriate decimal separator in playback speeds #9811
Labels
Comments
We should make sure these strings are translated. Thanks for reporting! |
We will fix this across a few of commits:
|
tonihei
pushed a commit
to androidx/media
that referenced
this issue
Jan 5, 2022
The UI component will be switched over to use them in a subsequent commit, once the translations have been imported. Issue: google/ExoPlayer#9811 PiperOrigin-RevId: 419632617
tonihei
pushed a commit
that referenced
this issue
Jan 5, 2022
The UI component will be switched over to use them in a subsequent commit, once the translations have been imported. Issue: #9811 PiperOrigin-RevId: 419632617
icbaker
pushed a commit
to androidx/media
that referenced
this issue
Jan 26, 2022
Issue: google/ExoPlayer#9811 PiperOrigin-RevId: 423849421
icbaker
pushed a commit
to androidx/media
that referenced
this issue
Jan 26, 2022
Issue: google/ExoPlayer#9811 PiperOrigin-RevId: 423855051
icbaker
pushed a commit
that referenced
this issue
Jan 26, 2022
Issue: #9811 PiperOrigin-RevId: 423849421
icbaker
pushed a commit
that referenced
this issue
Jan 26, 2022
Issue: #9811 PiperOrigin-RevId: 423855051
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 of1.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 letterx
.The text was updated successfully, but these errors were encountered: