Giter Site home page Giter Site logo

reactjs / hi.react.dev Goto Github PK

View Code? Open in Web Editor NEW
109.0 109.0 122.0 150.96 MB

(Work in progress) React documentation website in Hindi

Home Page: https://hi.react.dev

License: Creative Commons Attribution 4.0 International

JavaScript 32.40% CSS 7.39% HTML 0.28% Shell 0.01% TypeScript 59.92%

hi.react.dev's People

Contributors

acdlite avatar akshat2jain avatar alexkrolick avatar anishpras avatar arshadkazmi42 avatar bvaughn avatar chenglou avatar danilowoz avatar dependabot[bot] avatar gaearon avatar gautam-pahuja avatar jimfb avatar koba04 avatar kohei-takata avatar lex111 avatar marocchino avatar mayursmahajan avatar mcsheffrey avatar paramaggarwal avatar petehunt avatar react-translations-bot avatar reactjs-translation-bot avatar rickhanlonii avatar saranshkataria avatar sophiebits avatar tesseralis avatar vjeux avatar yangshun avatar zpao avatar zqran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hi.react.dev's Issues

Need a global tool

we need a global accepted open source tool which can convert English word to Hindi,
itself convertes filters words which need to be get converted or not,
it could save alot of time,
knowledge sharing between all contributors,
new beginners get attracted too,
it will make development fast and easy,
Not just for react conversion it could help to all different upcoming libraries, in future

Review Process

For reviewing we follow this process.

  • Add the list of all the section names (in english) in the pull request description, which reviewer will mark check as and when the review of each section is getting completed (For reference check this PR #17 )
  • You should not resolve review feedback, you can add a comment or an 👍 emoji to every review comment once it's resolved and pushed.
  • A reviewer will review the changes and resolve the conversations

Review Phases

Yarn dev not working

When ever i am trying to start the project using yarn dev it throws the attached error

OS- Ubuntu 18.04
node- 10.16.3
yarn- 1.19.1

Screenshot from 2019-10-17 09-38-54

[OLD] Legacy Hindi Translation Progress

Translation details of beta site is available here #168
We are not translating these pages anymore.

Maintainer List

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. Clone this repo, translate your page, and submit a pull request!

Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.

Please be prompt with your translations! If you find find that you can't commit any more, let the maintainers know so they can assign the page to someone else.

For Maintainers

When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:

When PRs are merged, make sure to mark that page as completed!

Core Pages

To do before releasing as an "official" translation. Please translate these pages first.

Basics

API Reference

Navigation

These are the navigation links that appears in the sidebar. Possibly wait until
the corresponding sections are translated to do these.

  • tutorial/nav.yml
  • docs/nav.yml

Next Steps

These are the next most important translations, ordered by importance:

Installation

Hooks

Everyone is hooked on hooks! People are really excited for these and it would be great for them to be translated.

Warnings

These are the pages that you get when you click the links in the console (e.g. https://reactjs.org/warnings/dont-call-proptypes.html). People tend to search these, so please don't translate the error message itself.

  • dont-call-proptypes (@ShivamPorwal02 )
  • invalid-aria-prop
  • invalid-hook-call-warning
  • legacy-factories
  • refs-must-have-owner
  • special-props
  • unknown-prop

Advanced Guides

  • Accessibility
  • Code-Splitting
  • Context
  • Error Boundaries
  • Forwarding Refs
  • Fragments
  • Higher-Order Components
  • Integrating with Other Libraries
  • JSX In Depth (@vishalnagda1 )
  • Optimizing Performance
  • Portals (@mayankverr ) #73
  • React Without ES6 (@kumari1224 )
  • React Without JSX (@vishalnagda1)
  • Reconciliation
  • Refs and the DOM
  • Render Props
  • Static Type Checking
  • Strict Mode
  • Typechecking With PropTypes
  • Uncontrolled Components
  • Web Components

FAQ

Contributing

Priority: Low

  • How to Contribute
  • Codebase Overview
  • Implementation Notes
  • Design Principles

Components

Components in src/components that have some text in them.

  • CodeEditor
  • CodeExample
  • ErrorDecoder
  • LayoutFooter
  • LayoutHeader
  • MarkdownPage

Additional Translations

These are not the primary translation targets.

  • Blog
  • Community

I have a query regarding translation ( I am new here )

So hey,
I am Akshit and I am from India
I want to help you guys by translating the website to a Hindi website
so I wanted to ask how is it done and what all has to be done because I am not able to understand the process given in the README.md file, so can anyone explain me what all do we have to do exactly

New Hindi Translation Progress

ReactJs - Hindi Documentation - New Site

Maintainer List

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. Clone this repo, translate your page, and submit a pull request!

Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.

Please be prompt with your translations! If you find find that you can't commit any more, let the maintainers know so they can assign the page to someone else

Main Content

To do before releasing as an "official" translation. Please translate these pages first.

Note that each section has an index page, which needs to be translated too.

Learn React

API Reference

  • react: Hooks

    • useCallback
    • useContext
    • useDebugValue
    • useDeferredValue
    • useEffect
    • useId
    • useImperativeHandle
    • useInsertionEffect
    • useLayoutEffect
    • useMemo
    • useReducer
    • useRef
    • useState
    • useSyncExternalStore
    • useTransition
  • react: Components

    • <Fragment> (<>)
    • <Profiler>
    • <StrictMode>
    • <Suspense>
  • react: APIs

    • createContext
    • forwardRef
    • lazy
    • memo
    • startTransition
  • react-dom: Components

    • Common (e.g. <div>)
    • <input>
    • <option>
    • <progress>
    • <select>
    • <textarea>
  • react-dom: APIs

    • createPortal
    • flushSync
    • findDOMNode
    • hydrate
    • render
    • unmountComponentAtNode
  • react-dom/client: Client APIs

    • createRoot
    • hydrateRoot
  • react-dom/server: Server APIs

    • renderToNodeStream
    • renderToPipeableStream
    • renderToReadableStream
    • renderToStaticMarkup
    • renderToStaticNodeStream
    • renderToString

Navigation and UI

We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.

  • Homepage (currently in HomeContent.js)
  • Sidebars (currently in src/sidebar*.json)
  • Top-level navigation (currently in TopNav.tsx)

When You're Ready...

After everything above is translated, add your language to deployedLanguages in Seo.tsx of the original reactjs/react.dev repository.

Secondary Content

These API pages should ideally be translated too, but they're less urgent and can be done after the others:

  • Legacy React APIs
    • Children
    • cloneElement
    • Component
    • createElement
    • createFactory
    • createRef
    • isValidElement
    • PureComponent

Optional Content

These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:

  • Community
  • Blog
  • Warnings

Wrong Translation on Homepage in Hindi

The homepage of the reactjs project in the Hindi Language has a translation that is not proper.
On, https://hi.reactjs.org/ ,
image
It says React Native का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। which is a wrong translation of the same text on the english version that says and power mobile apps using React Native. It can be simply translated to React Native का उपयोग करके मोबाइल एप्प्स भी बना सकते हैं।. Will be happy to send a PR for this if you all also feel that this issue warrants attention.

Hindi glossary

Adding a list of commonly used translations

Term Translation
App एप्प
Apps ऍप्स
Attribute एट्रिब्यूट
Assert अस्सर्ट
Browser ब्राउज़र
Component कौम्पोनॅन्ट
Copies कॉपीस
Declarative घोषणात्मक
Ecosystem इकोसिस्टम
Elements एलिमेंट्स
Editor एडिटर
Function फंक्शन
Javascript जावास्क्रिप्ट
Immutable अपरिवर्तनीय
Library लाइब्रेरी
Locally लोकली
Method मेथड
Mock मॉक
Model मॉडल
Mutate म्यूटेट
Mutable म्यूटेबल
Mutation म्यूटेशन
Mutating म्यूटेटिंग
Object ऑब्जेक्ट
Objects ऑब्जेक्ट्स
Overview ओवरव्यू
Page पेज
Parent पैरेंट
Playgrounds प्लेग्राउंड्स
Render रेंडर
Static स्थिर
Step-by-step स्टेप-बाय-स्टेप
Submit सबमिट
Tutorial ट्यूटोरियल
Text टेक्स्ट
Try it on Codepen इसे CodePen पर आज़माएँ
Tic-Tac-Toe टिक-टैक्-टो
Value वैल्यू
Variable वेरिएबल
Version वर्शन
View व्यू
Virtual वर्चुअल

Content that does not need to be translated:

No translation required
API
array
babel
boolean
bundle
class
constructor
context
CDN
Create React App
DOM
event
event-handler
fragments
HTML
JSON
JSX
MDN
Tick
package
props
portal
ref
React
React Native
strings
state
Web(Encounter capitalized Web, don't translate)
Webpack
widgets
UI
key

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.