Alexandr Tovmach
Alexandr Tovmach
@okuryu it's already done, you can check here https://crowdin.com/project/nodejs-website
@nschonni Makes sense, so let's postpone this changes for a week or so, until we complete with transitioning localization process from GitHub to Crowdin: 1. Need to resolve all exist...
@nschonni Would you like to join our weekly meeting to discuss? https://github.com/nodejs/i18n/issues/267
@nschonni As much as I remember, PR creates only for approved translations, that's why not all activities shown here
We decided to go with CrowdIn approach here https://github.com/nodejs/i18n/issues/72 and I'm now working on configuring it, so this issue will be fixed in near future.
⚠️⚠️⚠️ DON'T MERGE ⚠️⚠️⚠️ I'm working on required updates
Funny thing, but I refactored to this, and it works well: ```tsx import React, { forwardRef } from 'react'; const reactifyWebComponent = (WebComponentName: string) => { type ReactWebComponentProps = React.HTMLProps...
if some maintainer would review it, I'm ready to make this up to date
You can try [this package](https://www.npmjs.com/package/react-twitter-login), which return object like this: ```js { oauth_token: "abc" oauth_token_secret: "def" screen_name: "username" user_id: "1234" } ``` And here you can find playground: https://alexandrtovmach.github.io/react-twitter-login/
Check this package instead: https://www.npmjs.com/package/react-twitter-login And here you can find playground: https://alexandrtovmach.github.io/react-twitter-login/