-
Notifications
You must be signed in to change notification settings - Fork 267
Translate Writing Markup with JSX #499
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
Conversation
<br /><br /> | ||
<b>And <i>pictures</i></b> of scientists! | ||
<b>Juga ada <i>foto</b></i> ilmuwan! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kebalik tag nya.
<b>Juga ada <i>foto</b></i> ilmuwan! | |
<b>Juga ada <i>foto</i></b> ilmuwan! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kayaknya ini bagian dari latihannya mas? Karena di english juga begitu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mazipan Itu di dokumentasi sumber merupakan contoh yang sengaja dibuat salah, pembaca disuruh betulin. Jadi sebenarnya terkait tag sudah betul begini. Paling soal kata jamak yang mesti ditingkatkan. Karena sumbernya pictures
dan scientists
.
<b>Juga ada <i>foto</b></i> ilmuwan! | |
<b>Juga ada <i>foto-foto</b></i> para ilmuwan! |
</div> | ||
<p className="summary"> | ||
You can find my thoughts here. | ||
Kamu dapat membaca uneg-unegku di sini. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kamu dapat membaca uneg-unegku di sini. | |
Anda dapat menemukan pemikiran saya di sini. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wkwk uneg-uneg
@@ -308,7 +311,7 @@ export default function Bio() { | |||
|
|||
</Sandpack> | |||
|
|||
Whether to do it by hand or using the converter is up to you! | |||
Kamu bebas untuk mengubah secara manual atau menggunakan *converter*! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kamu bebas untuk mengubah secara manual atau menggunakan *converter*! | |
Apakah melakukan dengan manual atau menggunakan *converter*, terserah pada Anda! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another suggestion to have better reading flow:
Kamu bebas untuk mengubah secara manual atau menggunakan *converter*! | |
Antara melakukannya dengan manual atau menggunakan *converter*, terserah Anda! |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine but let's wait for the others. @resir014 @r17x @mazipan @zainfathoni
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good from me, let's ship this!
Translate
writing-markup-with-jsx.md
Related page: https://react.dev/learn/writing-markup-with-jsx
Closes #419