Skip to content

Commit c960a28

Browse files
authored
Merge branch 'main' into sync-bdc60c26
2 parents 94a1d2c + e8623ce commit c960a28

File tree

4 files changed

+96
-74
lines changed

4 files changed

+96
-74
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The documentation is divided into several sections with a different tone and pur
5757

5858
## Translation
5959

60-
If you are interested in translating `ml.react.dev`, please see the current translation efforts [here](https://github.com/reactjs/ml.react.dev/issues/4135).
60+
If you are interested in translating `ml.react.dev`, please see the current translation efforts [here](https://github.com/reactjs/ml.react.dev/issues/1).
6161

6262
## License
6363
Content submitted to [ml.react.dev](https://ml.react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/ml.react.dev/blob/main/LICENSE-DOCS.md) file.

src/components/MDX/MDXComponents.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function YouWillLearn({
177177
children: any;
178178
isChapter?: boolean;
179179
}) {
180-
let title = isChapter ? 'In this chapter' : 'You will learn';
180+
let title = isChapter ? 'ഈ ചാപ്റ്ററിൽ' : 'ഈ ചാപ്റ്ററിൽ പഠിക്കുന്നത്';
181181
return <SimpleCallout title={title}>{children}</SimpleCallout>;
182182
}
183183

src/content/community/conferences.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ September 29 - 30, 2023. Nairobi, Kenya
3535

3636
[Website](https://rendercon.org/) - [Twitter](https://twitter.com/renderconke) - [LinkedIn](https://www.linkedin.com/company/renderconke/) - [YouTube](https://www.youtube.com/channel/UC0bCcG8gHUL4njDOpQGcMIA)
3737

38+
### React Native EU 2023 {/*react-native-eu-2023*/}
39+
September 7 & 8, 2023. Wrocław, Poland
40+
41+
[Website](https://react-native.eu) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu)
42+
43+
3844
### React India 2023 {/*react-india-2023*/}
3945
October 5 - 7, 2023. In-person in Goa, India (hybrid event) + Oct 3 2023 - remote day
4046

0 commit comments

Comments
 (0)