diff --git a/i18n/en.json b/i18n/en.json index 4ee09fe..956de70 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -18,10 +18,7 @@ "home-instructions": "During a contest people can help proofread and validate book pages on Wikisouces. For each page either proofread or validated the participant gain points. At the end of the contest, a prize is awarded to the Wikisourceror with the most points. Second and third-place prize are awarded with a random drawing from all the remaining contestants: each point that you gained during the contest is like a lottery ticket, so the more points you have gained during the contest (that is, the more pages you have proofread or validated), the more chances you have to win.", "home-score-components": "There are three components to the score: 1) the total Points; 2) the total number of Validations performed; and 3) the total number of constructive Contributions of all sorts.", "scoring-system": "Scoring system", - "home-table-header-action-taken": "Action taken", - "home-table-header-points": "Points", - "home-table-header-validations": "Validations", - "home-table-header-contributions": "Contributions", + "action-taken": "Action taken", "home-table-row-proofread": "From any status to Proofread:", "home-table-row-validated": "From Proofread to Validated:", "home-table-row-validated-demoted": "If a Validated page is demoted:", diff --git a/i18n/qqq.json b/i18n/qqq.json index 07ee65b..2472597 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -14,10 +14,7 @@ "home-instructions": "Explains what participants do during contests and links to Wikisource guides.", "home-score-components": "Introductory text about the scoring system components.", "scoring-system": "Table Caption displayed on top of scoring system table on home page", - "home-table-header-action-taken": "Table Header text of 'action taken' on scoring system table", - "home-table-header-points": "Table Header text of 'points' on scoring system table", - "home-table-header-validations": "Table Header text of 'validations' on scoring system table", - "home-table-header-contributions": "Table Header text of 'contributions' on scoring system table", + "action-taken": "Table Header text of 'action taken' on scoring system table", "home-table-row-proofread": "Table Row text of 'From any status to Proofread:' on scoring system table", "home-table-row-validated": "Table Row text of 'From Proofread to Validated:' on scoring system table", "home-table-row-validated-demoted": "Table Row text of 'If a Validated page is demoted:' on scoring system table", diff --git a/templates/home.html.twig b/templates/home.html.twig index 8d3a271..2a21a59 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -14,7 +14,7 @@ - +
{{ msg('scoring-system') }}
{{ msg('home-table-header-action-taken') }}{{ msg('home-table-header-points') }}{{ msg('home-table-header-validations') }}{{ msg('home-table-header-contributions') }}
{{ msg('action-taken') }}{{ msg('points') }}{{ msg('validations') }}{{ msg('contributions') }}
{{ msg('home-table-row-proofread') }} 3 0 1
{{ msg('home-table-row-validated') }} 1 1 1
{{ msg('home-table-row-validated-demoted') }}-1-1-1