Skip to content

docs: add Indonesian translation for README (README.id-ID.md) - #19

Merged
Akin01 merged 2 commits into
Akin01:mainfrom
dickyadhisatria:main
Aug 7, 2026
Merged

docs: add Indonesian translation for README (README.id-ID.md)#19
Akin01 merged 2 commits into
Akin01:mainfrom
dickyadhisatria:main

Conversation

@dickyadhisatria

Copy link
Copy Markdown
Contributor

Summary

  • Add README.id-ID.md containing the Indonesian translation of README.md.
  • Written in a natural, developer-friendly Indonesian tone to improve accessibility for Indonesian-speaking developers.

Verification

N/A (Documentation changes only)

Checklist

  • Tests or examples cover the changed behavior.
  • Types were checked without suppressions.
  • Public API changes are reflected in docs or examples.

Copilot AI lite review requested due to automatic review settings August 7, 2026 01:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.md with 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 menggunakan render()/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.

Comment thread README.id-ID.md Outdated
Comment thread README.id-ID.md Outdated
@Akin01
Akin01 merged commit 4a45135 into Akin01:main Aug 7, 2026
7 checks passed
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.

3 participants