Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a small language mistake #268

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bans-core/src/main/resources/lang/messages_zh_cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ formatting:
# How should 'permanent' be displayed as a length of time?
permanent-display:
# What do you call a permanent duration?
duration: '永久'
duration: '无限'
# When does a permanent punishment end?
absolute: '永不'
# How do you describe the time remaining in a permanent punishment?
relative: '临时'
relative: '永久'


misc:
Expand Down
Loading