feat: add Indonesian (id) language support#87
Open
mukhayyar wants to merge 3 commits intoPleasePrompto:mainfrom
Open
feat: add Indonesian (id) language support#87mukhayyar wants to merge 3 commits intoPleasePrompto:mainfrom
mukhayyar wants to merge 3 commits intoPleasePrompto:mainfrom
Conversation
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>
There was a problem hiding this comment.
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, andcommands.toml. - Registered
id: "Bahasa Indonesia"in the i18nLANGUAGESmap.
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.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add full Bahasa Indonesia translation with 100% key coverage: