Skip to content

Commit ef261f8

Browse files
committed
Delete blank lines in strings.xml and relocate strings above plurals
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
1 parent eedd086 commit ef261f8

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,14 @@
615615
<string name="codec_level_4_1">Level 4.1</string>
616616
<string name="codec_level_4_0">Level 4.0</string>
617617
<string name="auto">Auto</string>
618+
<string name="hdr10_plus">HDR10+</string>
619+
<string name="dolby_vision_with_el">Dolby Vision with EL</string>
620+
<string name="sdr">SDR</string>
621+
<string name="hdr10">HDR10</string>
622+
<string name="hlg">HLG</string>
623+
<string name="lbl_subtitle_offset">Subtitle offset</string>
624+
<string name="lbl_subtitle_offset_current">Subtitle offset %1$s</string>
625+
<string name="lbl_reset">Reset</string>
618626
<plurals name="seconds">
619627
<item quantity="one">%1$s second</item>
620628
<item quantity="other">%1$s seconds</item>
@@ -655,16 +663,4 @@
655663
<item quantity="one">%1$s album</item>
656664
<item quantity="other">%1$s albums</item>
657665
</plurals>
658-
659-
660-
661-
662-
<string name="hdr10_plus">HDR10+</string>
663-
<string name="dolby_vision_with_el">Dolby Vision with EL</string>
664-
<string name="sdr">SDR</string>
665-
<string name="hdr10">HDR10</string>
666-
<string name="hlg">HLG</string>
667-
<string name="lbl_subtitle_offset">Subtitle offset</string>
668-
<string name="lbl_subtitle_offset_current">Subtitle offset %1$s</string>
669-
<string name="lbl_reset">Reset</string>
670666
</resources>

0 commit comments

Comments
 (0)