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

[Wikigames] feed entry strings #5258

Merged
merged 3 commits into from
Jan 24, 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
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 @@ -1726,6 +1726,9 @@
<string name="on_this_day_game_correct">Message shown when a correct answer is given.</string>
<string name="on_this_day_game_incorrect">Message shown when a incorrect answer is given.</string>
<string name="on_this_day_game_point">Indication of points earned with a correct response. (always 1 point, not plural)</string>
<string name="on_this_day_game_feed_entry_card_heading">header for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_title">title for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_subtitle">subtitle for the game feed entry card</string>
<string name="on_this_day_game_result">Message shown at the end of a game. The %1$d symbol is replaced with the number of correct answers, %2$d is the total number of questions.</string>
<string name="on_this_day_game_next_in">Message indicating the time left until the next game. %s is replaced by the time.</string>
<string name="on_this_day_game_your_stats">Title on top of your statistics from previous days of gameplay.</string>
Expand Down
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 @@ -1808,6 +1808,9 @@
<string name="on_this_day_game_point">+1 point</string>
<string name="on_this_day_game_next">Next question</string>
<string name="on_this_day_game_finish">Final results</string>
<string name="on_this_day_game_feed_entry_card_heading">Wikipedia games</string>
<string name="on_this_day_game_feed_entry_card_title">What came first?</string>
<string name="on_this_day_game_feed_entry_card_subtitle">Guess which event came first on this day in history.</string>
<string name="on_this_day_game_result">You scored %1$d/%2$d.</string>
<string name="on_this_day_game_next_in">Next game in %s</string>
<string name="on_this_day_game_your_stats">Your stats</string>
Expand Down
Loading