Skip to content

Commit

Permalink
Fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Dec 14, 2024
1 parent 30ca249 commit fbeb28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/locale/locale_zh_CN.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var warningMessageForEndUsers = "\n\n如果您不明白此消息意味着什么

func init() {
localeRegistry["zh_CN"] = &Locale{
DeprecatedMessage: "%%s 已在 sing-box %s 中被弃用,且将在 sing-box %s 中被移除,请参阅迁移指南。" + warningMessageForEndUsers,
DeprecatedMessageNoLink: "%%s 已在 sing-box %s 中被弃用,且将在 sing-box %s 中被移除。" + warningMessageForEndUsers,
DeprecatedMessage: "%s 已在 sing-box %s 中被弃用,且将在 sing-box %s 中被移除,请参阅迁移指南。" + warningMessageForEndUsers,
DeprecatedMessageNoLink: "%s 已在 sing-box %s 中被弃用,且将在 sing-box %s 中被移除。" + warningMessageForEndUsers,
}
}

0 comments on commit fbeb28d

Please sign in to comment.