Skip to content

Commit

Permalink
Make artist info translatable
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed May 22, 2018
1 parent 9036e70 commit 92c93f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project/app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<string name="no_browser">Nessun browser trovato</string>
<string name="perm_rationale">Per farti ascoltare la musica presente sul tuo telefono, Music Player GO deve poter accedere ai tuoi file</string>
<string name="error_no_music">Musica non presente sul telefono</string>
<string name="artist_info">&lt;b>Dischi:\n&lt;/b>%1d\n\u2022\n&lt;b>Canzoni:\n&lt;/b>%2d</string>
</resources>
2 changes: 1 addition & 1 deletion project/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="no_eq">No equalizer was found!</string>
<string name="bad_id">Play a song first!</string>
<string name="enjoy">Select a song</string>
<string name="artist_info" translatable="false">&lt;b>Albums:\n&lt;/b>%1d\n\u2022\n&lt;b>Songs:\n&lt;/b>%2d</string>
<string name="artist_info">&lt;b>Albums:\n&lt;/b>%1d\n\u2022\n&lt;b>Songs:\n&lt;/b>%2d</string>
<string name="track_title" translatable="false">&lt;b>%1d\n\u2022\n&lt;/b>%2s</string>
<string name="playing_song" translatable="false">&lt;b>%1s\n&lt;/b>%2s</string>
<string name="no_browser">No browser found</string>
Expand Down

0 comments on commit 92c93f8

Please sign in to comment.