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 langFrench() i18n {
i.commands.timer.enabled = "Minuteur de quête activé"
i.commands.timer.disabled = "Minuteur de quête désactivé"
i.commands.lang.usage = "Utilisation : %s <en|jp|fr|es>"
i.commands.lang.invalid = "Langue inconnue %q. Prises en charge : en, jp, fr, es"
i.commands.lang.usage = "Utilisation : %s <en|jp|fr|es|zh>"
i.commands.lang.invalid = "Langue inconnue %q. Prises en charge : en, jp, fr, es, zh"
i.commands.lang.success = "Langue définie sur %s"
i.commands.lang.current = "Langue actuelle : %s"