miniflux-v2/internal/locale
Ztec 3ccb9ebead
add seek and speed controls to media player
When listening to podcast, it is usual to want to speed up the playback.
https://github.com/miniflux/v2/pull/2521 was addressing the need globally, this PR
allow to address it for just the current open enclosure media. (no save) Some Browser
already include this control directly, but firefox does not (directly anyway).

Also, it is often useful to be able to skip chunk of a podcast, to skip commercials
for example, or get back a bit because we couldn't hear the last part. I added rudimentary
seek controls with the usual +/-10 and 30 seconds chuck size. This is pretty handy when podcast
are very long and using the seek bar is way too tricky to just skip 30s.

As always, I'm French and could only provide English and French translation for the few
text I added in the locale/translations files. Any help is welcome.

Tested mostly on Firefox (121.0) and quickly on Vivaldi(6.5.3206.53), chrome based.

Fixes: #1845 #1846
2024-04-22 15:33:04 +02:00
..
translations add seek and speed controls to media player 2024-04-22 15:33:04 +02:00
catalog.go Use a switch-case construct in internal/locale/plural.go instead of an avalanche of if-if-if-if-if 2024-02-28 19:36:38 -08:00
catalog_test.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
error.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
locale.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
locale_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
plural.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
plural_test.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
printer.go Add a printer.Print to internal/locale/printer.go 2024-02-28 19:24:41 -08:00
printer_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00