You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library uses the plurals resource quick_seek_x_second to choose the correct value. Normally the resource is picked depending on the device language, otherwise it falls back to English.
You can check all supported/handled languages (by iso tag) here: Resources folder
You can add (or override) a language by putting the definition into the plurals file (res/values-xx). Simply copy an existing folder into your app's res folder and change the language code of it to, for example, values-de-DE. To adjust the value, just change the items as you wish:
On doubleTap has text "xx seconds".
How can i Add own language?
The text was updated successfully, but these errors were encountered: