Skip to content

feat: add Indonesian (id) language support#87

Open
mukhayyar wants to merge 3 commits intoPleasePrompto:mainfrom
mukhayyar:main
Open

feat: add Indonesian (id) language support#87
mukhayyar wants to merge 3 commits intoPleasePrompto:mainfrom
mukhayyar:main

Conversation

@mukhayyar
Copy link
Copy Markdown

Add full Bahasa Indonesia translation with 100% key coverage:

  • ductor_bot/i18n/id/chat.toml (271 keys — Telegram/Matrix messages)
  • ductor_bot/i18n/id/cli.toml (218 keys — terminal/Rich strings)
  • ductor_bot/i18n/id/wizard.toml (42 keys — onboarding wizard)
  • ductor_bot/i18n/id/commands.toml (21 keys — bot command descriptions)
  • Register "id": "Bahasa Indonesia" in LANGUAGES dict

Add full Bahasa Indonesia translation with 100% key coverage:
- ductor_bot/i18n/id/chat.toml     (271 keys — Telegram/Matrix messages)
- ductor_bot/i18n/id/cli.toml      (218 keys — terminal/Rich strings)
- ductor_bot/i18n/id/wizard.toml   (42 keys  — onboarding wizard)
- ductor_bot/i18n/id/commands.toml (21 keys  — bot command descriptions)
- Register "id": "Bahasa Indonesia" in LANGUAGES dict

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 24, 2026 19:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Bahasa Indonesia (id) as a fully supported locale in ductor’s i18n system, providing translated strings for chat surfaces (Telegram/Matrix), CLI output, onboarding wizard, and bot command descriptions.

Changes:

  • Added Indonesian translation files: chat.toml, cli.toml, wizard.toml, and commands.toml.
  • Registered id: "Bahasa Indonesia" in the i18n LANGUAGES map.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ductor_bot/i18n/id/chat.toml Adds Indonesian chat/Markdown strings for Telegram/Matrix/API flows.
ductor_bot/i18n/id/cli.toml Adds Indonesian Rich-formatted CLI strings.
ductor_bot/i18n/id/wizard.toml Adds Indonesian onboarding wizard Rich strings (merged into CLI namespace).
ductor_bot/i18n/id/commands.toml Adds Indonesian bot command descriptions for Telegram command picker.
ductor_bot/i18n/init.py Registers Indonesian (id) in the LANGUAGES dictionary.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mukhayyar and others added 2 commits March 25, 2026 03:27
Bot command descriptions are intended to be ≤22 characters for Telegram mobile clients (see ductor_bot/commands.py and the header comment in en/commands.toml). This Indonesian translation for bot.stop is ~28 chars and will likely be truncated in Telegram’s command picker; consider shortening while preserving meaning.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bot command descriptions are intended to be ≤22 characters for Telegram mobile clients (see ductor_bot/commands.py and the header comment in en/commands.toml). bot.info (~25 chars) and bot.help (~23 chars) exceed that and may be truncated in the Telegram UI; consider shortening these descriptions.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants