Skip to content

Commit

Permalink
chore(i18n): fix an ambiguous zh-Hans string
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Nov 6, 2023
1 parent c45f164 commit 9e9f433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def main():
logger.warning('Bot manager privileged mode is enabled! '
'Use with caution and should be disabled in production!')

loop.create_task(lazy())
# loop.create_task(lazy())

scheduler.add_job(func=command.monitor.run_monitor_task,
trigger=CronTrigger(minute='*', second=env.CRON_SECOND, timezone='UTC'),
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"user_state_description_0": "只能在开启多用户模式时使用 bot",
"user_state_1": "用户",
"user_state_description_1": "可以使用 bot",
"set_user_state_as": "将用户状态设置为",
"set_user_state_as": "更改用户状态为",
"reset_sub_limit_to_default": "重置订阅数量限制为默认值",
"set_sub_limit_to": "将订阅数量限制设置为…",
"cmd_set_sub_limit_prompt_html": "命令用法: <code>/set_sub_limit 用户ID 订阅数量限制</code>\n\n注: <code>订阅数量限制</code> 必须是整数,<code>-1</code> 代表无限。"
Expand Down

0 comments on commit 9e9f433

Please sign in to comment.