Skip to content

Commit

Permalink
fix liver-top translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ra1ny-Yuki committed Dec 15, 2022
1 parent 1adf223 commit b54ade0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcd_seen/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def seen_top(source: CommandSource, exarg: str = None, liver: bool = False):
# get prefix
prefix = tr(f'fmt.seen_top{"_full" if args.full else ""}', num=config.seen_top_max, arg=args.text)
if liver:
prefix = tr('fmt.liver_top', args.text)
prefix = tr('fmt.liver_top', arg=args.text)

source.reply(top(sorted_list, prefix=prefix))

Expand Down
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mcd_seen",
"version": "1.2.0",
"version": "1.2.1-alpha.1",
"name": "Seen",
"description": "Show laziness rank easily",
"author": [
Expand Down

0 comments on commit b54ade0

Please sign in to comment.