Skip to content

translate to vietnamese #466

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
44 changes: 21 additions & 23 deletions src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,15 @@ export function Footer() {
<div
className="text-xs text-left rtl:text-right mt-2 pe-0.5"
dir="ltr">
Copyright &copy; Meta Platforms, Inc
Bản quyền &copy; Meta Platforms, Inc
</div>
<div
className="uwu-visible text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
onClick={() => {
// @ts-ignore
window.__setUwu(false);
}}>
no uwu plz
tắt uwu
</div>
<div
className="uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
Expand All @@ -303,7 +303,7 @@ export function Footer() {
uwu?
</div>
<div className="uwu-visible text-xs">
Logo by
Logo bởi
<ExternalLink
className="ms-1"
href="https://twitter.com/sawaratsuki1004">
Expand All @@ -313,50 +313,48 @@ export function Footer() {
</div>
<div className="flex flex-col">
<FooterLink href="/learn" isHeader={true}>
Learn React
</FooterLink>
<FooterLink href="/learn/">Quick Start</FooterLink>
<FooterLink href="/learn/installation">Installation</FooterLink>
<FooterLink href="/learn/describing-the-ui">
Describing the UI
Học React
</FooterLink>
<FooterLink href="/learn/">Bắt Đầu Nhanh</FooterLink>
<FooterLink href="/learn/installation">Cài Đặt</FooterLink>
<FooterLink href="/learn/describing-the-ui">Mô Tả UI</FooterLink>
<FooterLink href="/learn/adding-interactivity">
Adding Interactivity
Thêm Tính Tương Tác
</FooterLink>
<FooterLink href="/learn/managing-state">
Quản Lý Trạng Thái
</FooterLink>
<FooterLink href="/learn/managing-state">Managing State</FooterLink>
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
<FooterLink href="/learn/escape-hatches">Các Lối Thoát</FooterLink>
</div>
<div className="flex flex-col">
<FooterLink href="/reference/react" isHeader={true}>
API Reference
Tham Khảo API
</FooterLink>
<FooterLink href="/reference/react">React APIs</FooterLink>
<FooterLink href="/reference/react-dom">React DOM APIs</FooterLink>
</div>
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
<FooterLink href="/community" isHeader={true}>
Community
Cộng Đồng
</FooterLink>
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">
Code of Conduct
Quy Tắc Ứng Xử
</FooterLink>
<FooterLink href="/community/team">Meet the Team</FooterLink>
<FooterLink href="/community/team">Gặp Gỡ Đội Ngũ</FooterLink>
<FooterLink href="/community/docs-contributors">
Docs Contributors
</FooterLink>
<FooterLink href="/community/acknowledgements">
Acknowledgements
Người Đóng Góp Tài Liệu
</FooterLink>
<FooterLink href="/community/acknowledgements">Lời Cảm Ơn</FooterLink>
</div>
<div className="flex flex-col">
<FooterLink isHeader={true}>More</FooterLink>
<FooterLink isHeader={true}>Thêm</FooterLink>
<FooterLink href="/blog">Blog</FooterLink>
<FooterLink href="https://reactnative.dev/">React Native</FooterLink>
<FooterLink href="https://opensource.facebook.com/legal/privacy">
Privacy
Quyền Riêng Tư
</FooterLink>
<FooterLink href="https://opensource.fb.com/legal/terms/">
Terms
Điều Khoản
</FooterLink>
<div className="flex flex-row items-center mt-8 gap-x-2">
<ExternalLink
Expand Down
Loading