Skip to content

Commit

Permalink
Merge pull request #5267 from wikimedia/strings-wikigame-menuicons
Browse files Browse the repository at this point in the history
Add strings for Wikigame final screen
  • Loading branch information
Williamrai authored Jan 28, 2025
2 parents 5b87f10 + 9dee6d1 commit b38a653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1736,4 +1736,8 @@
<string name="on_this_day_game_stats_average_score">Label for the statistics that indicates the average score from previous games.</string>
<string name="on_this_day_game_stats_streak">Label for the statistics that indicates the current streak of the gameplay.</string>
<string name="on_this_day_game_result_subtitle">Label shown over the list of articles mentioned in the game.</string>
<string name="on_this_day_game_menu_notifications">Menu label for setting up the game notifications.</string>
<string name="on_this_day_game_menu_info">Menu label for visiting the information page of the game.</string>
<string name="on_this_day_game_menu_feedback">Menu label for providing feedback on the game.</string>
<string name="on_this_day_game_share_text">Message for the share function in the game result screen that shares the game. %s will be replaced by the store link of the app.</string>
</resources>
5 changes: 4 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1818,5 +1818,8 @@
<string name="on_this_day_game_stats_average_score">Average score</string>
<string name="on_this_day_game_stats_streak">Current streak</string>
<string name="on_this_day_game_result_subtitle">Articles referenced in today\'s game</string>

<string name="on_this_day_game_menu_notifications">Notifications</string>
<string name="on_this_day_game_menu_info">Info</string>
<string name="on_this_day_game_menu_feedback">Feedback</string>
<string name="on_this_day_game_share_text">I\'m playing \"What came first?\" a daily trivia game on the Wikipedia Android app %s</string>
</resources>

0 comments on commit b38a653

Please sign in to comment.