Skip to content

Commit

Permalink
Revert changes to justoverclock/related-discussions config to state…
Browse files Browse the repository at this point in the history
… before Flarum 2.0 only release.
  • Loading branch information
rob006 committed Dec 29, 2024
1 parent 6c0fc92 commit 880cda7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cache/extiverse.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
"justoverclock/related-discussions": {
"name": "justoverclock/related-discussions",
"title": "Related Discussions",
"description": "Add related discussions to flarum",
"version": "2.0.1",
"requiredFlarum": "^v2.0.0-beta.1",
"description": "Add related discussions after first post",
"version": "1.3.4",
"requiredFlarum": "^1.2.0",
"subscriptionPlansCount": 2
},
"justoverclock/reputation-score": {
Expand Down
9 changes: 4 additions & 5 deletions sources/justoverclock-related-discussions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
},
"forum": {
"reldiscussion": "Suggested Discussions:",
"participants": "participants",
"postnumber": "reply count",
"participants": "Participants",
"postnumber": "Number of posts",
"postedOn": "on:",
"repliedOn": "last reply",
"repliedOn": "replied",
"hasBestAnswer": "Solved",
"hasBestAnswer-title": "This discussion is marked as solved",
"deleted": "Deleted",
"avatarTooltip": "created the post on",
"noRelatedFound": "No related discussions found..."
"avatarTooltip": "created the post on"
}
}
}

0 comments on commit 880cda7

Please sign in to comment.