Uh oh!
There was an error while loading. Please reload this page.
docs: translations for components progress - #349
Conversation
| <Intro> | ||
| The [built-in browser `<progress>` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) lets you render a progress indicator. | ||
| [Komponen `<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. |
There was a problem hiding this comment.
| [Komponen `<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. | |
| [Komponen `<progress>` bawaan peramban](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. |
There was a problem hiding this comment.
udah aku update mas, bisa dicek minta tolong lagi
| ### `<progress>` {/*progress*/} | ||
| To display a progress indicator, render the [built-in browser `<progress>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) component. | ||
| Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). |
There was a problem hiding this comment.
| Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). | |
| Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan peramban](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). |
There was a problem hiding this comment.
udah aku update mas, bisa dicek minta tolong lagi
| * [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`. | ||
| * [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for intermedinate progress. Specifies how much was done. | ||
| * [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): Sebuah angka. Menentukan nilai maksimum `value`. Default ke `1`. |
There was a problem hiding this comment.
Kalau mau pakai Default, pakai italic.
Kalau mau pakai Bahasa Indonesia, pakai Bawaan
There was a problem hiding this comment.
udah aku update mas, bisa dicek minta tolong lagi
r17x
commented
Apr 29, 2023
Any updates @ilham89 ? |
ilham89
commented
Apr 30, 2023
sorry since yesterday I had a fever. thanks for the input and reminder. I will update tonight |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mazipan
commented
May 2, 2023
Let's ship this @r17x |
7b5a32a to
bdb4727CompareSize changesDetails📦 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! 🙌 |
r17x
commented
May 2, 2023
Thanks for contribution 🥳 @ilham89@mazipan@mhaidarhanif |
Hi, this is a Pull Request for #330
Translation for page https://react.dev/reference/react-dom/components/progress
Closes#426