Skip to content

docs(i18n-id): translate emitBOM.md and several config section into I… #1140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/tsconfig-reference/copy/en/options/emitBOM.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display: "Emit BOM"
oneline: "Include a byte order mark to output files"
oneline: "Sertakan tanda urutan byte ke file keluaran"
---

Controls whether TypeScript will emit a [byte order mark (BOM)](https://wikipedia.org/wiki/Byte_order_mark) when writing output files.
Some runtime environments require a BOM to correctly interpret a JavaScript files; others require that it is not present.
The default value of `false` is generally best unless you have a reason to change it.
Mengontrol apakah TypeScript akan mengeluarkan [byte order mark (BOM)](https://wikipedia.org/wiki/Byte_order_mark) saat menulis file output.
Beberapa lingkungan runtime memerlukan BOM untuk menafsirkan file JavaScript dengan benar; yang lain mengharuskan itu tidak ada.
Nilai default `false` biasanya paling baik kecuali Anda punya alasan untuk mengubahnya.