Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit a8bd69d

Browse files
committed
Added rematch song string for grid view
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.
1 parent f6b91ba commit a8bd69d

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

composeApp/src/androidMain/res/values-el/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

composeApp/src/androidMain/res/values-fa/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

composeApp/src/androidMain/res/values-id/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

composeApp/src/androidMain/res/values-iw/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

composeApp/src/androidMain/res/values-vi/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

composeApp/src/androidMain/res/values-zh/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,5 +884,6 @@
884884
<string name="matching_songs">Matching Songs. Please Wait. Do not Minimize or Exit the App</string>
885885
<string name="unmatched">Unmatched Songs</string>
886886
<string name="match_song">Rematch this Song</string>
887+
<string name="match_song_grid">Rematch Song</string>
887888
<string name="songsnotfound">Songs Not Found</string>
888889
</resources>

0 commit comments

Comments
 (0)