feat(i18n): add Chinese (zh) language support

This commit is contained in:
Houmgaor
2026-04-06 20:28:08 +02:00
parent 3dc74b0515
commit 0da28b42eb
10 changed files with 122 additions and 13 deletions

View File

@@ -39,8 +39,8 @@ func langEnglish() i18n {
i.commands.timer.enabled = "Quest timer enabled"
i.commands.timer.disabled = "Quest timer disabled"
i.commands.lang.usage = "Usage: %s <en|jp|fr|es>"
i.commands.lang.invalid = "Unknown language %q. Supported: en, jp, fr, es"
i.commands.lang.usage = "Usage: %s <en|jp|fr|es|zh>"
i.commands.lang.invalid = "Unknown language %q. Supported: en, jp, fr, es, zh"
i.commands.lang.success = "Language set to %s"
i.commands.lang.current = "Current language: %s"