mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 14:54:56 +02:00
feat(i18n): add Chinese (zh) language support
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user