Skip to content

Commit

Permalink
Fixed Duplicated Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Nov 21, 2024
1 parent 388adb3 commit 2b85ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"home-instructions": "During a contest people can help <a href=\"https://en.wikisource.org/wiki/Help:Proofread\">proofread</a> and <a href=\"https://en.wikisource.org/wiki/Help:Beginner%27s_guide_to_validation\">validate</a> 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 <em>Points</em>; 2) the total number of <em>Validations</em> performed; and 3) the total number of constructive <em>Contributions</em> 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:",
Expand Down
5 changes: 1 addition & 4 deletions i18n/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion templates/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<table class="table" role="table">
<caption style="caption-side: top">{{ msg('scoring-system') }}</caption>
<tr><th>{{ msg('home-table-header-action-taken') }}</th><th>{{ msg('home-table-header-points') }}</th><th>{{ msg('home-table-header-validations') }}</th><th>{{ msg('home-table-header-contributions') }}</th></tr>
<tr><th>{{ msg('action-taken') }}</th><th>{{ msg('points') }}</th><th>{{ msg('validations') }}</th><th>{{ msg('contributions') }}</th></tr>
<tr><td>{{ msg('home-table-row-proofread') }}</td><td>&nbsp;3</td><td>&nbsp;0</td><td>&nbsp;1</td></tr>
<tr><td>{{ msg('home-table-row-validated') }}</td><td>&nbsp;1</td><td>&nbsp;1</td><td>&nbsp;1</td></tr>
<tr><td>{{ msg('home-table-row-validated-demoted') }}</td><td>-1</td><td>-1</td><td>-1</td></tr>
Expand Down

0 comments on commit 2b85ca9

Please sign in to comment.