From 4244fc646618de6bae934686f93dd04c9000d9ae Mon Sep 17 00:00:00 2001 From: Nat Alison Date: Wed, 24 Apr 2019 13:56:37 -0700 Subject: [PATCH 1/2] Update languages for Ukrainian completion. --- content/languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/languages.yml b/content/languages.yml index a7fe36f1f..c8d5cf4df 100644 --- a/content/languages.yml +++ b/content/languages.yml @@ -30,7 +30,7 @@ - name: Greek translated_name: Ελληνικά code: el - status: 0 + status: 1 - name: Spanish translated_name: Español code: es @@ -154,7 +154,7 @@ - name: Ukrainian translated_name: Українська code: uk - status: 1 + status: 2 - name: Urdu translated_name: اردو code: ur From 3671f6a0091ac04cbc3ce2790d5bfe93b73c04dc Mon Sep 17 00:00:00 2001 From: Jakub Drozdek Date: Sat, 27 Apr 2019 00:14:38 +0200 Subject: [PATCH 2/2] Resolve conflicts --- content/community/conferences.md | 6 +----- content/docs/add-react-to-a-website.md | 6 +----- content/docs/create-a-new-react-app.md | 12 ++---------- content/docs/getting-started.md | 6 +----- content/docs/reference-react.md | 6 +----- 5 files changed, 6 insertions(+), 30 deletions(-) diff --git a/content/community/conferences.md b/content/community/conferences.md index 8a491cc96..2a0d87c51 100644 --- a/content/community/conferences.md +++ b/content/community/conferences.md @@ -12,16 +12,12 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c ## Upcoming Conferences {#upcoming-conferences} -<<<<<<< HEAD -### ReactJS Girls Conference {#reactjs-girls-conference} -======= ### React Finland 2019 {#react-finland-2019} April 24-26 in Helsinki, Finland [Website](https://react-finland.fi/) - [Twitter](https://twitter.com/ReactFinland) -### ReactJS Girls Conference ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +### ReactJS Girls Conference {#reactjs-girls-conference} May 3, 2019 in London, UK [Website](https://reactjsgirls.com/) - [Twitter](https://twitter.com/reactjsgirls) diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index c0330160f..ff511ba96 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -150,11 +150,7 @@ Lubię to! Te dwa fragmenty kodu działają w ten sam sposób. Mimo iż **składnia JSX jest [całkowicie opcjonalna](/docs/react-without-jsx.html)**, wiele osób uważa, że jest pomocna przy pisaniu kodu dla UI -- zarówno w Reakcie, jak i z innymi bibliotekami. -<<<<<<< HEAD -Możesz wypróbować składnię JSX korzystając z [tego konwertera online](http://babeljs.io/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=Q&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2%2Cstage-3&prettier=true&targets=Node-6.12&version=6.26.0&envVersion=). -======= -You can play with JSX using [this online converter](https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=DwIwrgLhD2B2AEcDCAbAlgYwNYF4DeAFAJTw4B88EAFmgM4B0tAphAMoQCGETBe86WJgBMAXJQBOYJvAC-RGWQBQ8FfAAyaQYuAB6cFDhkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=7.4.3). ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +Możesz wypróbować składnię JSX korzystając z [tego konwertera online](https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=DwIwrgLhD2B2AEcDCAbAlgYwNYF4DeAFAJTw4B88EAFmgM4B0tAphAMoQCGETBe86WJgBMAXJQBOYJvAC-RGWQBQ8FfAAyaQYuAB6cFDhkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2&prettier=false&targets=&version=7.4.3). ### Szybki test składni JSX {#quickly-try-jsx} diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index dc27075b3..3f4d87e7f 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -54,11 +54,7 @@ npm start Create React App nie obsługuje ani logiki backendu ani baz danych; tworzy jedynie frontendowy potok budowania (ang. *build pipeline*). Dzięki temu możesz go używać z dowolnie wybranym przez siebie backendem. Create React App zawiera narzędzia takie jak [Babel](http://babeljs.io/) i [webpack](https://webpack.js.org/), ale nie musisz nic o nich wiedzieć, aby z powodzeniem używać ich w swoich projektach. -<<<<<<< HEAD -Kiedy uznasz, że twoja aplikacja jest gotowa do wdrożenia do środowiska produkcyjnego, zastosuj komendę `npm run build`. Dzięki temu uzyskasz zoptymalizowaną wersję swojej aplikacji. Znajdziesz ją w folderze `build`. Więcej informacji na temat Create React App znajdziesz w [pliku README](https://github.com/facebookincubator/create-react-app#create-react-app-) oraz w tym [Przewodniku użytkownika](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#table-of-contents). -======= -When you're ready to deploy to production, running `npm run build` will create an optimized build of your app in the `build` folder. You can learn more about Create React App [from its README](https://github.com/facebookincubator/create-react-app#create-react-app--) and the [User Guide](https://facebook.github.io/create-react-app/). ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +Kiedy uznasz, że twoja aplikacja jest gotowa do wdrożenia do środowiska produkcyjnego, zastosuj komendę `npm run build`. Dzięki temu uzyskasz zoptymalizowaną wersję swojej aplikacji. Znajdziesz ją w folderze `build`. Więcej informacji na temat Create React App znajdziesz w [pliku README](https://github.com/facebookincubator/create-react-app#create-react-app--) oraz w tym [Przewodniku użytkownika](https://facebook.github.io/create-react-app/). ### Next.js {#nextjs} @@ -74,11 +70,7 @@ Zapoznaj się z Gatsbym poprzez [oficjalny przewodnik](https://www.gatsbyjs.org/ ### Bardziej elastyczne zestawy narzędziowe {#more-flexible-toolchains} -<<<<<<< HEAD -Podane niżej zestawy narzędziowe są stosunkowo bardziej elastyczne i dają większą dowolność konfiguracji. Polecamy je bardziej doświadczonym użytkownikom. -======= -The following toolchains offer more flexibility and choice. We recommend them to more experienced users: ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +Podane niżej zestawy narzędziowe są stosunkowo bardziej elastyczne i dają większą dowolność konfiguracji. Polecamy je bardziej doświadczonym użytkownikom: - **[Neutrino](https://neutrinojs.org/)** łączy w sobie siłę [webpacka](https://webpack.js.org/) z prostotą ustawień domyślnych. Zestaw ten zawiera ustawienia domyślne dla [aplikacji reactowych](https://neutrinojs.org/packages/react/) i [komponentów reactowych](https://neutrinojs.org/packages/react-components/). diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index e3eca5001..890ae0db2 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -115,11 +115,7 @@ Ta sekcja dokumentacji może okazać się przydatna, jeśli chcesz dowiedzieć s Możesz obserwować [konto @reactjs](https://twitter.com/reactjs) na Twitterze, jednak nie ominie cię nic ważnego, jeśli będziesz śledzić jedynie bloga. -<<<<<<< HEAD -Nie każde nowe wydanie Reacta wymaga osobnego posta na blogu, jednak informacje o każdym wydaniu zawsze trafiają do [pliku `CHANGELOG.md` w repozytorium Reacta](https://github.com/facebook/react/blob/master/CHANGELOG.md) -======= -Not every React release deserves its own blog post, but you can find a detailed changelog for every release [in the `CHANGELOG.md` file in the React repository](https://github.com/facebook/react/blob/master/CHANGELOG.md), as well as on the [Releases](https://github.com/facebook/react/releases) page. ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +Nie każde nowe wydanie Reacta wymaga osobnego posta na blogu, jednak informacje o każdym wydaniu zawsze trafiają do [pliku `CHANGELOG.md` w repozytorium Reacta](https://github.com/facebook/react/blob/master/CHANGELOG.md), a także na [liście opublikowanych wersji](https://github.com/facebook/react/releases). ## Dokumentacje wersji {#versioned-documentation} diff --git a/content/docs/reference-react.md b/content/docs/reference-react.md index 7b9233a9e..e29eae896 100644 --- a/content/docs/reference-react.md +++ b/content/docs/reference-react.md @@ -198,11 +198,7 @@ Powyższy interfejs API zastąpił przestarzałą funkcję `React.addons.cloneWi React.createFactory(type) ``` -<<<<<<< HEAD -Zwraca funkcję, która tworzy reaktowy element danego typu. Tak jak [`React.createElement()`](#createElement), argument `type`, może być zarówno nazwą znacznika HTML (np. `'div'` lub `'span'`), [komponentem reactowym](/docs/components-and-props.html) (klasą lub funkcją) lub [fragmentem reactowym](#reactfragment). -======= -Return a function that produces React elements of a given type. Like [`React.createElement()`](#createelement), the type argument can be either a tag name string (such as `'div'` or `'span'`), a [React component](/docs/components-and-props.html) type (a class or a function), or a [React fragment](#reactfragment) type. ->>>>>>> 4244fc646618de6bae934686f93dd04c9000d9ae +Zwraca funkcję, która tworzy reaktowy element danego typu. Tak jak [`React.createElement()`](#createElement), argument `type` może być zarówno nazwą znacznika HTML (np. `'div'` lub `'span'`), [komponentem reactowym](/docs/components-and-props.html) (klasą lub funkcją) lub [fragmentem reactowym](#reactfragment). Ta funkcja pomocnicza jest uznawana za przestarzałą i radzimy korzystać z JSX lub bezpośrednio z `React.createElement()`.