Skip to content
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

Translate "unmountComponentAtNode" #660

Closed
wants to merge 51 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
c0c9930
Translate "Common Components (e.g., <div>)"
smikitky Jul 19, 2023
f132c19
Fix "onFocus" description
smikitky Jul 20, 2023
b18d317
Translate sidebar
smikitky Jul 20, 2023
c5fbe33
Translate "createPortal"
smikitky Jul 30, 2023
73aa58f
Merge branch 'main' into tr/components-common
smikitky Aug 4, 2023
1c0ceed
Translate "<textarea>" reference
smikitky Aug 8, 2023
02fb211
Translate "flushSync" reference
smikitky Aug 8, 2023
6b61cd4
Annex to #6138 (#6226)
AhmedBaset Aug 15, 2023
842c24c
Fix broken link for Typescript Discord invite (#6224)
ThomasCharuel Aug 17, 2023
8e79517
微修正
smikitky Aug 17, 2023
f67811b
Clarify these features are not related to Next (#6229)
lunaleaps Aug 21, 2023
811e77b
Translate "renderTo{Readable|Pipable}Stream"
smikitky Aug 20, 2023
5a6bca5
Translate four reactdom/server render methods
smikitky Aug 21, 2023
11e4522
Translate react-dom server API index
smikitky Aug 21, 2023
09c8d31
Merge branch 'main' into tr/textarea
smikitky Aug 22, 2023
f683985
Merge branch 'main' into tr/components-common
smikitky Aug 22, 2023
d0bd5f4
Finish sidebar translations
smikitky Aug 22, 2023
bf5b648
Translate "Using TypeScript"
smikitky Aug 22, 2023
7fe11eb
Translate "unmountComponentAtNode"
smikitky Aug 22, 2023
54e9a45
微修正
smikitky Aug 23, 2023
3ca9f1f
Merge pull request #637 from reactjs/tr/components-common
smikitky Aug 23, 2023
fed5cdc
Merge pull request #658 from reactjs/tr/sidebars
smikitky Aug 23, 2023
3189529
Add React Native EU 2023 to the conferences page (#6254)
elicwhite Aug 23, 2023
1ae6026
Fix top page layout
smikitky Aug 24, 2023
ea6fb5c
Translate createContext (#638)
natsuokawai Aug 24, 2023
2e70fa5
Translate "<progress>" component (#640)
natsuokawai Aug 24, 2023
a438e46
Merge pull request #664 from reactjs/fix-home
smikitky Aug 24, 2023
1910a99
Translate "useReducer" (#641)
locol23 Aug 26, 2023
0db8947
Translate "<select>" component (#644)
ainoshment Aug 28, 2023
95f4b52
merging all conflicts
react-translations-bot Aug 28, 2023
74f9720
Resolve conflicts
smikitky Aug 28, 2023
c4d1be9
Translate SNS card images
smikitky Aug 28, 2023
e7b84b8
Translate "<input>" (#646)
sbasken Aug 28, 2023
10e4e88
Merge pull request #671 from reactjs/sync-31895292
koba04 Aug 28, 2023
774042f
Merge pull request #672 from reactjs/og
smikitky Aug 29, 2023
9b5862c
Merge pull request #647 from reactjs/tr/createPortal
smikitky Aug 29, 2023
722b546
fix(docs): remove inactive indian meetup groups (#6267)
CarreraPHP Aug 30, 2023
c351df8
Merge pull request #649 from reactjs/tr/textarea
smikitky Aug 31, 2023
12c316a
Merge pull request #650 from reactjs/tr/flushSync
smikitky Aug 31, 2023
659a0af
fix link
yukari-n-erb Sep 1, 2023
e11e3fc
Merge branch 'main' of https://github.com/reactjs/react.dev into sync…
react-translations-bot Sep 4, 2023
3d6d37b
Merge pull request #673 from yukari-n-erb/fix-link
smikitky Sep 4, 2023
5b8750e
Translate "hydrate" (#653)
riku929hr Sep 4, 2023
57357c8
Merge pull request #674 from reactjs/sync-722b5464
koba04 Sep 4, 2023
be9c64c
Merge pull request #654 from reactjs/tr/renderToStream
smikitky Sep 5, 2023
de29c64
Merge pull request #655 from reactjs/tr/render-methods
smikitky Sep 5, 2023
0a4d8a8
Merge pull request #656 from reactjs/tr/react-dom-server-index
smikitky Sep 5, 2023
f3d1eac
Merge branch 'main' into tr/typescript
koba04 Sep 5, 2023
e85263a
Apply suggestion from code review
smikitky Sep 5, 2023
8b475f3
Merge pull request #659 from reactjs/tr/typescript
smikitky Sep 5, 2023
f69e3fd
Merge pull request #660 from reactjs/tr/unmountComponentAtNode
smikitky Sep 5, 2023
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
Binary file modified public/images/og-blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/og-community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/og-learn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/og-reference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/components/Layout/HomeContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ function Section({children, background = null}) {
}

function Header({children}) {
// "lg:max-w-xl" has been removed in Japanese version
return (
<h2 className="leading-xl font-display text-primary dark:text-primary-dark font-semibold text-5xl lg:text-6xl -mt-4 mb-7 w-full max-w-3xl lg:max-w-xl">
<h2 className="leading-xl font-display text-primary dark:text-primary-dark font-semibold text-5xl lg:text-6xl -mt-4 mb-7 w-full max-w-3xl">
{children}
</h2>
);
Expand Down Expand Up @@ -890,7 +891,7 @@ function ExampleLayout({
{overlayStyles.map((styles, i) => (
<div
key={i}
className="inset-x-0 bg-blue-30/5 border-2 border-link dark:border-link-dark absolute rounded-lg"
className="top-0 start-0 bg-blue-30/5 border-2 border-link dark:border-link-dark absolute rounded-lg"
style={styles}
/>
))}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/Sidebar/SidebarButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function SidebarButton({
})}>
<button
className={cn(
'p-2 pe-2 ps-5 w-full rounded-s-lg text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between',
'p-2 pe-2 ps-5 w-full rounded-e-lg text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between',
{
'p-2 text-base': level > 1,
'text-link bg-highlight dark:bg-highlight-dark text-base font-bold hover:bg-highlight dark:hover:bg-highlight-dark hover:text-link dark:hover:text-link-dark':
Expand Down
4 changes: 2 additions & 2 deletions src/components/Layout/Sidebar/SidebarLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function SidebarLink({
passHref
aria-current={selected ? 'page' : undefined}
className={cn(
'p-2 pe-2 w-full rounded-none lg:rounded-s-2xl text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between',
'p-2 pe-2 w-full rounded-none lg:rounded-e-2xl text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between',
{
'text-sm ps-6': level > 0,
'ps-5': level < 2,
Expand All @@ -78,7 +78,7 @@ export function SidebarLink({
{canary && (
<IconCanary
title="This feature is available in the latest Canary"
className="ml-2 text-gray-30 dark:text-gray-60 inline-block w-4 h-4 align-[-3px]"
className="ms-2 text-gray-30 dark:text-gray-60 inline-block w-4 h-4 align-[-3px]"
/>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/Sandpack/OpenInCodeSandboxButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const OpenInCodeSandboxButton = () => {
className="text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1 ms-2 md:ms-1"
title="Open in CodeSandbox">
<IconNewPage
className="inline ms-1 me-1 relative top-[1px]"
className="inline mx-1 relative top-[1px]"
width="1em"
height="1em"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/Sandpack/OpenInTypeScriptPlayground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const OpenInTypeScriptPlaygroundButton = (props: {content: string}) => {
target="_blank"
rel="noreferrer">
<IconNewPage
className="inline ml-1 mr-1 relative top-[1px]"
className="inline mx-1 relative top-[1px]"
width="1em"
height="1em"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/Sandpack/ResetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function ResetButton({onReset}: ResetButtonProps) {
onClick={onReset}
title="Reset Sandbox"
type="button">
<IconRestart className="inline ms-1 me-1 relative" /> Reset
<IconRestart className="inline mx-1 relative" /> Reset
</button>
);
}
4 changes: 2 additions & 2 deletions src/components/PageHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ function PageHeading({
{canary && (
<IconCanary
title="This feature is available in the latest Canary"
className="ml-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
className="ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
/>
)}
{status ? <em>—{status}</em> : ''}
</H1>
{description && (
<p className="mt-4 mb-6 dark:text-primary-dark text-xl text-gray-90 leading-large">
<p className="mt-4 mb-6 dark:text-primary-dark text-xl text-primary leading-large">
{description}
</p>
)}
Expand Down
8 changes: 7 additions & 1 deletion src/content/community/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ August 17 & 18, 2023. Salt Lake City, UT, USA

[Website](https://www.reactrally.com/) - [Twitter](https://twitter.com/ReactRally) - [Instagram](https://www.instagram.com/reactrally/)

### React Native EU 2023 {/*react-native-eu-2023*/}
September 7 & 8, 2023. Wrocław, Poland

[Website](https://react-native.eu) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu)


### React India 2023 {/*react-india-2023*/}
Oct 5 - 7, 2023. In-person in Goa, India (hybrid event) + Oct 3 2023 - remote day
October 5 - 7, 2023. In-person in Goa, India (hybrid event) + Oct 3 2023 - remote day

[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia) - [Youtube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w)

Expand Down
6 changes: 2 additions & 4 deletions src/content/community/meetups.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,10 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet

## India {/*india*/}
* [Ahmedabad](https://www.meetup.com/react-ahmedabad/)
* [Bangalore](https://www.meetup.com/ReactJS-Bangalore/)
* [Bangalore](https://www.meetup.com/React-Native-Bangalore-Meetup)
* [Chandigarh](https://www.meetup.com/Chandigarh-React-Developers/)
* [Bangalore (React)](https://www.meetup.com/ReactJS-Bangalore/)
* [Bangalore (React Native)](https://www.meetup.com/React-Native-Bangalore-Meetup)
* [Chennai](https://www.meetup.com/React-Chennai/)
* [Delhi NCR](https://www.meetup.com/React-Delhi-NCR/)
* [Jaipur](https://www.meetup.com/JaipurJS-Developer-Meetup/)
* [Pune](https://www.meetup.com/ReactJS-and-Friends/)

## Indonesia {/*indonesia*/}
Expand Down
Loading