Skip to content

Commit

Permalink
Add GENDER to logentries to hint to translators that GENDER is usable (
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 authored Jan 13, 2024
1 parent b212417 commit e0e05f1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"log-action-filter-managewiki": "Type of action:",
"log-description-managewiki": "This log tracks all changes to this wiki's settings through ManageWiki.",
"log-name-managewiki": "ManageWiki log",
"logentry-managewiki-cache-reset": "$1 refreshed the CreateWiki cache for \"$4\"",
"logentry-managewiki-delete-group": "$1 deleted group \"$3\"",
"logentry-managewiki-delete": "$1 deleted the wiki \"$4\"",
"logentry-managewiki-lock": "$1 locked the wiki \"$4\"",
"logentry-managewiki-namespaces-delete": "$1 deleted the namespace \"$5\" for \"$4\"",
"logentry-managewiki-namespaces": "$1 modified the namespace \"$5\" for \"$4\"",
"logentry-managewiki-rename": "$1 renamed group \"$4\" to \"$3\"",
"logentry-managewiki-rights-reset": "$1 reset group permissions to the defaults for \"$4\"",
"logentry-managewiki-rights": "$1 changed group metadata for $3: added rights $4; removed rights $5; added addgroups $6; removed addgroups $7; added removegroups $8; removed removegroups $9; added addgroupstoself $10; removed addgroupstoself $11; added removegroupsfromself $12; removed removegroupsfromself $13; modified autopromotion ($14)",
"logentry-managewiki-settings": "$1 changed the settings \"$5\" for \"$4\"",
"logentry-managewiki-undelete": "$1 undeleted the wiki \"$4\"",
"logentry-managewiki-unlock": "$1 unlocked the wiki \"$4\"",
"logentry-managewiki-cache-reset": "$1 {{GENDER:$2|refreshed}} the CreateWiki cache for \"$4\"",
"logentry-managewiki-delete-group": "$1 {{GENDER:$2|deleted}} group \"$3\"",
"logentry-managewiki-delete": "$1 {{GENDER:$2|deleted}} the wiki \"$4\"",
"logentry-managewiki-lock": "$1 {{GENDER:$2|locked}} the wiki \"$4\"",
"logentry-managewiki-namespaces-delete": "$1 {{GENDER:$2|deleted}} the namespace \"$5\" for \"$4\"",
"logentry-managewiki-namespaces": "$1 {{GENDER:$2|modified}} the namespace \"$5\" for \"$4\"",
"logentry-managewiki-rename": "$1 {{GENDER:$2|renamed}} group \"$4\" to \"$3\"",
"logentry-managewiki-rights-reset": "$1 {{GENDER:$2|reset}} group permissions to the defaults for \"$4\"",
"logentry-managewiki-rights": "$1 {{GENDER:$2|changed}} group metadata for $3: added rights $4; removed rights $5; added addgroups $6; removed addgroups $7; added removegroups $8; removed removegroups $9; added addgroupstoself $10; removed addgroupstoself $11; added removegroupsfromself $12; removed removegroupsfromself $13; modified autopromotion ($14)",
"logentry-managewiki-settings": "$1 {{GENDER:$2|changed}} the settings \"$5\" for \"$4\"",
"logentry-managewiki-undelete": "$1 {{GENDER:$2|undeleted}} the wiki \"$4\"",
"logentry-managewiki-unlock": "$1 {{GENDER:$2|unlocked}} the wiki \"$4\"",
"managewiki-changes-none": "No changes were made.",
"managewiki-conflicts": "Incompatible with",
"managewiki-core-info": "Insert the database name of the wiki you wish to view core configuration for.",
Expand Down

0 comments on commit e0e05f1

Please sign in to comment.