mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
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:
parent
6029db8021
commit
9a3a33fdd3
5 changed files with 28 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue