Extract hard coded strings to resources

This commit is contained in:
Reinhard Prechtl 2023-08-06 22:39:57 +02:00
parent 9d7acdb892
commit 14cacd1bbc
No known key found for this signature in database
GPG key ID: C8C9457DF795C096
2 changed files with 4 additions and 2 deletions

View file

@ -261,6 +261,8 @@
<string name="undraw_page">unDraw</string>
<string name="undraw_thanks">A special thanks goes to unDraw without whose illustrations we could not have made this application more beautiful.</string>
<string name="home_title_radio_station">Radio stations</string>
<string name="home_title_last_week">Last week</string>
<string name="home_title_top_songs">Your top songs</string>
<string name="home_title_new_releases">New releases</string>
<string name="home_title_best_of">Best of</string>
<string name="home_subtitle_best_of">Top songs of your favorite artists</string>