Skip to content

Commit

Permalink
Add dummy GENDER to log entries (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 authored Feb 26, 2024
1 parent abac4d0 commit 79bb8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"datadump-view-desc": "You can view a list of backups that have been generated and download them but you may not generate new ones.",
"log-description-datadump": "This log tracks all wiki backups being deleted or generated through [[Special:DataDump|DataDump]].",
"log-name-datadump": "Wiki backup log",
"logentry-datadump-delete": "$1 deleted backup '$4'",
"logentry-datadump-generate": "$1 initiated generation of a backup titled '$4'",
"logentry-datadump-delete": "$1 {{GENDER:$2|deleted}} backup '$4'",
"logentry-datadump-generate": "$1 {{GENDER:$2|initiated}} generation of a backup titled '$4'",
"right-delete-dump": "Delete wiki backups",
"right-generate-dump": "Generate wiki backups",
"right-view-dump": "View wiki backups"
Expand Down

0 comments on commit 79bb8ce

Please sign in to comment.