Skip to content

Commit

Permalink
Add strings for wikigame final screen bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
cooltey committed Jan 29, 2025
1 parent b38a653 commit 220ef7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,4 +1740,7 @@
<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>
<string name="on_this_day_game_article_read_button">Button label for the article bottom sheet from the game result screen that can open the article.</string>
<string name="on_this_day_game_article_related_event_title">Title of the related event to the article in the bottom sheet from the game result screen.</string>
<string name="on_this_day_game_article_answer_stats_message">Message of the related event to the article in the bottom sheet from the game result screen that indicates the status of the answer.</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,4 +1822,7 @@
<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>
<string name="on_this_day_game_article_read_button">Read article</string>
<string name="on_this_day_game_article_related_event_title">Event related to this article</string>
<string name="on_this_day_game_article_answer_stats_message">You got this question right</string>
</resources>

0 comments on commit 220ef7b

Please sign in to comment.