-
Notifications
You must be signed in to change notification settings - Fork 264
Translate Rules of Hooks #53
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
Deploy preview for idreactjs ready! Built with commit f9084be |
Deploy preview for id-reactjs ready! Built with commit f9084be |
Awesome @anggras, i will check this later today. Thank you for contributing |
@@ -6,33 +6,33 @@ next: hooks-custom.html | |||
prev: hooks-effect.html | |||
--- | |||
|
|||
*Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class. | |||
*Hooks* adalah sebuah fitur tambahan baru di React 16.8. Mereka membantu Anda untuk menggunakan *state* and fitur-fitur React lainnya tanpa menulis sebuah kelas. |
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.
This and other Hooks-related pages have the same English sentence, but various contributors have their own version of translation. Here are PR diffs related to Hooks:
-
Diff for Using the State Hook (Translate Using the State Hook #28):
- *Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class. + *Hooks* merupakan fitur baru di React 16.8. Fitur ini memungkinkan Anda menggunakan *state* dan fitur React lainnya tanpa menuliskan sebuah kelas.
-
Diff for Using the Effect Hook (Translate Using the Effect Hook #38):
- *Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class. + *Hooks* adalah tambahan baru di React 16.8. *Hooks* memungkinkan Anda dapat menggunakan *state* dan fitur lain di *React* tanpa menulis *class*.
-
Diff for Hooks at a Glance (merged) (Translate Hooks at a Glance #88):
- *Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class. + *Hooks* merupakan penambahan baru pada React 16.8. *Hooks* memungkinkan Anda menggunakan *state* dan fitur React lainnya tanpa membuat sebuah kelas.
I suggest we open an issue discussing whether we should sync the translations or just stick to the contributors' version.
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.
@grikomsn +1 for making the translations consistent. I'll go with the first one IMO.
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.
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.
I'll merge this page for now. Untuk komen @grikomsn soal penyeragaman deskripsi Hooks akan dilakukan setelah semua terjemahan halaman Hooks di-merge. |
Done!
Please help with the review. Cheers!