Skip to content

Commit

Permalink
1.1.15 - Added comments to arrays.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
masterwok committed Oct 16, 2018
1 parent 757ed2d commit d0a77ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions simplevlcplayer/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Subtitle language display values (share index with language_values) -->
<string-array name="language_entries">
<item>Albanian</item>
<item>Arabic</item>
Expand Down Expand Up @@ -68,6 +69,7 @@
<item>Vietnamese</item>
</string-array>

<!-- Subtitle language values (share index with language_entries) -->
<string-array name="language_values">
<item>alb</item>
<item>ara</item>
Expand Down Expand Up @@ -136,6 +138,7 @@
<item>vie</item>
</string-array>

<!-- Subtitle encoding display names (share index with subtitles_encoding_values) -->
<string-array name="subtitles_encoding_list" tools:ignore="TypographyDashes">
<item>Default (Windows-1252)</item>
<item>Universal (UTF-8)</item>
Expand Down Expand Up @@ -181,6 +184,7 @@
<item>Vietnamese (Windows-1258)</item>
</string-array>

<!-- Subtitle encoding values (share index with subtitles_encoding_list) -->
<string-array name="subtitles_encoding_values" translatable="false" tools:ignore="TypographyDashes">
<item></item>
<item>UTF-8</item>
Expand Down

0 comments on commit d0a77ed

Please sign in to comment.