docs: add Indonesian translation for README (README.id-ID.md) - #19
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an Indonesian (id-ID) translation of the project README to improve accessibility for Indonesian-speaking developers, aligning with the existing multi-language README pattern in the repo.
Changes:
- Added new
README.id-ID.mdwith Indonesian translation of the main README content. - Included translated sections for benchmarks, installation, usage, API concepts (compile/slots), and development commands.
Suppressed comments (7)
README.id-ID.md:155
- Contoh compile/re-render masih memakai string Inggris ("Hello"/"Visit"). Sebaiknya dilokalkan agar konsisten dengan bahasa dokumen dan selaras dengan pola terjemahan di README.es-ES.md.
Hello <Slot name="name" />!
</Text>
<a href={slot('url')}>Visit</a>
README.id-ID.md:185
- Contoh compile plain-text masih memakai string Inggris ("Hello"/"Open dashboard"). Melokalkannya akan membuat contoh lebih konsisten dengan README terjemahan.
Hello <Slot name="name" />!
</Text>
<Button href={slot('url')}>Open dashboard</Button>
README.id-ID.md:210
- Contoh render plain-text masih memakai string Inggris ("Hello Alice"/"Open dashboard"). Sebaiknya dilokalkan agar konsisten dengan bahasa dokumen.
<Text>Hello Alice</Text>
<Button href="https://example.com/dashboard">Open dashboard</Button>
README.id-ID.md:270
- Contoh defineSlots masih memakai string Inggris ("Hello"/"Visit"). Sebaiknya dilokalkan agar konsisten dengan bahasa dokumen.
Hello {slots.content('name')}!
<a href={slots.attr('url')}>Visit</a>
README.id-ID.md:69
- Di tabel benchmark lintas library, beberapa nama API ditulis tanpa
()(mis.renderSync,compileSync,render). Karena bagian lain dokumen sudah menggunakanrender()/renderSync(), menambahkan()di tabel ini membuat format penulisan API konsisten.
| Solid Email `renderSync` | 1.17ms | 764µs | 1.47ms | 853 | 22.6 KB | **<0.01 MB** | 100% | 1,5x lebih cepat |
| Solid Email `compileSync` render (cached) | **12µs** | **9µs** | **15µs** | **83,483** | 23.4 KB | **<0.01 MB** | 100% | **148,4x lebih cepat** |
| JSX Email `render` | 3.82ms | 3.25ms | 5.45ms | 262 | **18.2 KB** | 1.15 MB | 100% | 2,1x lebih lambat |
| React Email `render` | 1.78ms | 1.37ms | 4.00ms | 563 | 22.5 KB | 26.36 MB | 100% | Baseline |
| MJML React `render` | 11.01ms | 9.39ms | 14.74ms | 91 | 75.5 KB | 1.57 MB | 100% | 6,2x lebih lambat |
README.id-ID.md:245
- Contoh slot tanpa tipe masih memakai string Inggris ("Hello"). Sebaiknya dilokalkan agar konsisten dengan bahasa dokumen.
Hello <Slot name="name" />!
README.id-ID.md:298
- Contoh "Slot sebagai Props" masih memakai string Inggris ("Hello"/"Open dashboard"). Sebaiknya dilokalkan agar konsisten dengan bahasa dokumen.
Hello {props.name}! <Button href={props.actionUrl}>Open dashboard</Button>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Akin01
approved these changes
Aug 7, 2026
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.
Summary
README.id-ID.mdcontaining the Indonesian translation ofREADME.md.Verification
N/A (Documentation changes only)
Checklist