SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334020 )

Change subject: Provide PLURAL support for a few i18n messages in QuizGame
......................................................................

Provide PLURAL support for a few i18n messages in QuizGame

Bug: T156213
Change-Id: I16e107ad532647cee61d0af8030c8b82c3fb82e6
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/QuizGame 
refs/changes/20/334020/1

diff --git a/i18n/en.json b/i18n/en.json
index 6ef59b9..45a4bd7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -57,7 +57,7 @@
        "quizgame-leaderboard-menu-pct": "Highest percentage",
        "quizgame-leaderboard-desc-pct": "$1%",
        "quizgame-leaderboard-desc-correct": "$1 correct",
-       "quizgame-leaderboard-desc-points": "$1 points",
+       "quizgame-leaderboard-desc-points": "{{PLURAL:$1|1 point|$1 points}}",
        "quizgame-login-or-create-to-climb": "[[Special:UserLogin|Login]] or 
[[Special:UserLogin/signup|create an account]] to compete and climb the 
leaderboard!",
        "quizgame-pct-answered-correct": "$1% got this question right",
        "quizgame-answered-correctly": "You answered correctly",
@@ -68,7 +68,7 @@
        "quizgame-js-loading": "Loading...",
        "quizgame-js-reloading": "Re-loading...",
        "quizgame-js-timesup": "Time's up! You won't earn any points, but try 
to answer it anyway!",
-       "quizgame-js-points": "$1 points",
+       "quizgame-js-points": "{{PLURAL:$1|1 point|$1 points}}",
        "quizgame-js-seconds": "seconds",
        "quizgame-lightbox-pause-quiz": "Pause quiz",
        "quizgame-lightbox-breakdown": "View breakdown for this question",

-- 
To view, visit https://gerrit.wikimedia.org/r/334020
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16e107ad532647cee61d0af8030c8b82c3fb82e6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/QuizGame
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to