Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update strings for wiki game final result screen #5274

Merged
merged 3 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1754,4 +1754,6 @@
<string name="on_this_day_game_turn_on_notification_dialog_negative_btn_label">Negative button label of a popup dialog for turning off notifications about the daily game.</string>
<string name="on_this_day_game_notification_turned_off_snackbar_message">Snackbar message when user choose to turn off notifications.</string>
<string name="on_this_day_game_notification_turned_on_snackbar_message">Snackbar message when user choose to turn on notifications.</string>
<string name="on_this_day_game_report_email_subject">Subject heading for sending a report about a problem with the Wikipedia games feature.</string>
<string name="on_this_day_game_report_email_body">Body of email for sending a report about a problem with the Wikipedia games feature.</string>
</resources>
6 changes: 4 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1819,8 +1819,8 @@
<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">Game notifications</string>
<string name="on_this_day_game_menu_info">About this game</string>
<string name="on_this_day_game_menu_feedback">Report a bug</string>
<string name="on_this_day_game_menu_info">Learn more</string>
<string name="on_this_day_game_menu_feedback">Problem with feature</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>
Expand All @@ -1836,4 +1836,6 @@
<string name="on_this_day_game_turn_on_notification_dialog_negative_btn_label">Keep them off</string>
<string name="on_this_day_game_notification_turned_off_snackbar_message">Game notifications off.</string>
<string name="on_this_day_game_notification_turned_on_snackbar_message">Game notifications on.</string>
<string name="on_this_day_game_report_email_subject">Issue Report - Wikipedia games</string>
<string name="on_this_day_game_report_email_body">I have encountered a problem with the Wikipedia games feature:\n- [Describe specific problem]\n\nThe behavior I would like to see is:\n- [Describe proposed solution]</string>
</resources>
Loading