From f36e39f3351939fee9ca4ba478c9ef345875629a Mon Sep 17 00:00:00 2001 From: Fernando Belotto <38187170+fernandobelotto@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:09:49 -0300 Subject: [PATCH 1/2] added docs translations section in quick start Added translation section and link to the docs translated to brazilian portuguese --- docs/introduction/quick-start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/introduction/quick-start.md b/docs/introduction/quick-start.md index 2a60f665a..66ba7b777 100644 --- a/docs/introduction/quick-start.md +++ b/docs/introduction/quick-start.md @@ -85,3 +85,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(Counter) The **[#redux channel](https://discord.gg/0ZcbPKXt5bZ6au5t)** of the **[Reactiflux Discord community](http://www.reactiflux.com)** is our official resource for all questions related to learning and using Redux. Reactiflux is a great place to hang out, ask questions, and learn - come join us! You can also ask questions on [Stack Overflow](https://stackoverflow.com) using the **[#redux tag](https://stackoverflow.com/questions/tagged/redux)**. + +## React-Redux Docs Translations + +- [React-Redux in Portuguese](https://fernandobelotto.github.io/react-redux) — Portuguese From 17caeb87a87dc02bd05ae175a07c642d4e58d075 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Sat, 2 Jan 2021 21:18:31 -0500 Subject: [PATCH 2/2] Simplify --- docs/introduction/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/quick-start.md b/docs/introduction/quick-start.md index 66ba7b777..14656c80b 100644 --- a/docs/introduction/quick-start.md +++ b/docs/introduction/quick-start.md @@ -86,6 +86,6 @@ The **[#redux channel](https://discord.gg/0ZcbPKXt5bZ6au5t)** of the **[Reactifl You can also ask questions on [Stack Overflow](https://stackoverflow.com) using the **[#redux tag](https://stackoverflow.com/questions/tagged/redux)**. -## React-Redux Docs Translations +## Docs Translations -- [React-Redux in Portuguese](https://fernandobelotto.github.io/react-redux) — Portuguese +- [Portuguese](https://fernandobelotto.github.io/react-redux)