Use full phases for skip buttons for better translations (#304)

Changes the skip segment button text to use a single phrase instead of
concatenating two strings. This allows correct context when translating.

Follow up from #292
This commit is contained in:
damontecres 2025-11-22 18:39:58 -05:00 committed by GitHub
parent 6029db8021
commit 9a3a33fdd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 5 deletions

View file

@ -313,6 +313,12 @@
<string name="disable_if_crash">Disable if you experience crashes</string>
<string name="mpv_options">MPV Options</string>
<string name="exoplayer_options">ExoPlayer Options</string>
<string name="skip_segment_unknown">Skip Segment</string>
<string name="skip_segment_commercial">Skip Ads</string>
<string name="skip_segment_preview">Skip Preview</string>
<string name="skip_segment_recap">Skip Recap</string>
<string name="skip_segment_outro">Skip Outro</string>
<string name="skip_segment_intro">Skip Intro</string>
<string-array name="theme_song_volume">
<item>Disabled</item>