Merge pull request #30 from dnno/fix/hardcoded-strings

clean: extract hard coded strings to resources
This commit is contained in:
CappielloAntonio 2023-08-11 16:42:30 +02:00 committed by GitHub
commit f8ad18ed5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -263,6 +263,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>