@@ -284,15 +284,15 @@ export function Footer() {
284284 < div
285285 className = "text-xs text-left rtl:text-right mt-2 pe-0.5"
286286 dir = "ltr" >
287- Copyright © Meta Platforms, Inc
287+ Bản quyền © Meta Platforms, Inc
288288 </ div >
289289 < div
290290 className = "uwu-visible text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
291291 onClick = { ( ) => {
292292 // @ts -ignore
293293 window . __setUwu ( false ) ;
294294 } } >
295- no uwu plz
295+ tắt uwu
296296 </ div >
297297 < div
298298 className = "uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
@@ -303,7 +303,7 @@ export function Footer() {
303303 uwu?
304304 </ div >
305305 < div className = "uwu-visible text-xs" >
306- Logo by
306+ Logo bởi
307307 < ExternalLink
308308 className = "ms-1"
309309 href = "https://twitter.com/sawaratsuki1004" >
@@ -313,50 +313,48 @@ export function Footer() {
313313 </ div >
314314 < div className = "flex flex-col" >
315315 < FooterLink href = "/learn" isHeader = { true } >
316- Learn React
317- </ FooterLink >
318- < FooterLink href = "/learn/" > Quick Start</ FooterLink >
319- < FooterLink href = "/learn/installation" > Installation</ FooterLink >
320- < FooterLink href = "/learn/describing-the-ui" >
321- Describing the UI
316+ Học React
322317 </ FooterLink >
318+ < FooterLink href = "/learn/" > Bắt Đầu Nhanh</ FooterLink >
319+ < FooterLink href = "/learn/installation" > Cài Đặt</ FooterLink >
320+ < FooterLink href = "/learn/describing-the-ui" > Mô Tả UI</ FooterLink >
323321 < FooterLink href = "/learn/adding-interactivity" >
324- Adding Interactivity
322+ Thêm Tính Tương Tác
323+ </ FooterLink >
324+ < FooterLink href = "/learn/managing-state" >
325+ Quản Lý Trạng Thái
325326 </ FooterLink >
326- < FooterLink href = "/learn/managing-state" > Managing State</ FooterLink >
327- < FooterLink href = "/learn/escape-hatches" > Escape Hatches</ FooterLink >
327+ < FooterLink href = "/learn/escape-hatches" > Các Lối Thoát</ FooterLink >
328328 </ div >
329329 < div className = "flex flex-col" >
330330 < FooterLink href = "/reference/react" isHeader = { true } >
331- API Reference
331+ Tham Khảo API
332332 </ FooterLink >
333333 < FooterLink href = "/reference/react" > React APIs</ FooterLink >
334334 < FooterLink href = "/reference/react-dom" > React DOM APIs</ FooterLink >
335335 </ div >
336336 < div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
337337 < FooterLink href = "/community" isHeader = { true } >
338- Community
338+ Cộng Đồng
339339 </ FooterLink >
340340 < FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
341- Code of Conduct
341+ Quy Tắc Ứng Xử
342342 </ FooterLink >
343- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
343+ < FooterLink href = "/community/team" > Gặp Gỡ Đội Ngũ </ FooterLink >
344344 < FooterLink href = "/community/docs-contributors" >
345- Docs Contributors
346- </ FooterLink >
347- < FooterLink href = "/community/acknowledgements" >
348- Acknowledgements
345+ Người Đóng Góp Tài Liệu
349346 </ FooterLink >
347+ < FooterLink href = "/community/acknowledgements" > Lời Cảm Ơn</ FooterLink >
350348 </ div >
351349 < div className = "flex flex-col" >
352- < FooterLink isHeader = { true } > More </ FooterLink >
350+ < FooterLink isHeader = { true } > Thêm </ FooterLink >
353351 < FooterLink href = "/blog" > Blog</ FooterLink >
354352 < FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
355353 < FooterLink href = "https://opensource.facebook.com/legal/privacy" >
356- Privacy
354+ Quyền Riêng Tư
357355 </ FooterLink >
358356 < FooterLink href = "https://opensource.fb.com/legal/terms/" >
359- Terms
357+ Điều Khoản
360358 </ FooterLink >
361359 < div className = "flex flex-row items-center mt-8 gap-x-2" >
362360 < ExternalLink
0 commit comments