Skip to content

Commit

Permalink
Added rematch song string for grid view
Browse files Browse the repository at this point in the history
Added a new string resource "match_song_grid" for rematch song in grid view in multiple languages including Greek, Hebrew, Vietnamese, Chinese, Persian and Indonesian.
  • Loading branch information
fast4x committed Jan 24, 2025
1 parent f6b91ba commit a8bd69d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-id/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>
1 change: 1 addition & 0 deletions composeApp/src/androidMain/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,6 @@
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
<string name="unmatched">Unmatched Songs</string>
<string name="match_song">Rematch this Song</string>
<string name="match_song_grid">Rematch Song</string>
<string name="songsnotfound">Songs Not Found</string>
</resources>

0 comments on commit a8bd69d

Please sign in to comment.