Uh oh!
There was an error while loading. Please reload this page.
feat(i18n): add Indonesian language support - #32555
Conversation
Adds full Indonesian (Bahasa Indonesia) translations across app, ui, desktop, console, and web packages. Registers the locale in all relevant configs and adds the language.id key to the English base dictionary.
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes#32533
Type of change
What does this PR do?
Adds Indonesian (Bahasa Indonesia) translations across the codebase. New locale files for app, ui, desktop, and console packages, plus locale registration in language contexts and docs routing.
I went through the English base dictionary key by key and wrote Indonesian equivalents following KBBI standards. Most settings, error messages, and UI copy should now display in Indonesian when selected.
How did you verify your code works?
Loaded the locale in dev mode, switched languages in settings, and confirmed the UI renders in Indonesian. Also verified parity by running the existing locale tests.
Checklist