All Projects → reactjs → bn.reactjs.org

reactjs / bn.reactjs.org

Licence: CC-BY-4.0 license
(Work in progress) React documentation website in Bengali

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to bn.reactjs.org

Tempura
Pure Clojure/Script i18n translations library
Stars: ✭ 211 (+251.67%)
Mutual labels:  translation
Whmcs Cn Translations
WHMCS Simplified Chinese translations
Stars: ✭ 228 (+280%)
Mutual labels:  translation
Counterpart
A translation and localization library for Node.js and the browser.
Stars: ✭ 239 (+298.33%)
Mutual labels:  translation
Kekoxtutorial
전 세계의 멋진 케라스 문서 및 튜토리얼을 한글화하여 케라스x코리아를 널리널리 이롭게합니다.
Stars: ✭ 213 (+255%)
Mutual labels:  translation
Traduzir Paginas Web
Translate your page in real time using Google or Yandex.
Stars: ✭ 214 (+256.67%)
Mutual labels:  translation
Dxup
A d3d9 and d3d10 to d3d11 translation layer.
Stars: ✭ 231 (+285%)
Mutual labels:  translation
Machine Learning Yearning Chinese Ver
(完结)Andrew NG Machine-Learning-Yearning translation documents(吴恩达《Machine Learning Yearning》中文翻译及英文原稿)
Stars: ✭ 209 (+248.33%)
Mutual labels:  translation
How To Ask Questions The Smart Way
本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。
Stars: ✭ 18,474 (+30690%)
Mutual labels:  translation
Laravel World
provide countries, states, and cities relations and database.
Stars: ✭ 222 (+270%)
Mutual labels:  translation
Deep Translator
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
Stars: ✭ 233 (+288.33%)
Mutual labels:  translation
Normit
Translations with speech synthesis in your terminal as a node package
Stars: ✭ 219 (+265%)
Mutual labels:  translation
Languagetest
Changing the language on Android
Stars: ✭ 223 (+271.67%)
Mutual labels:  translation
Modernmt
Neural Adaptive Machine Translation that adapts to context and learns from corrections.
Stars: ✭ 231 (+285%)
Mutual labels:  translation
Effective Go
Effective Go 한국어 번역 문서
Stars: ✭ 212 (+253.33%)
Mutual labels:  translation
Vimdoc Ja
A project which translate Vim documents into Japanese.
Stars: ✭ 245 (+308.33%)
Mutual labels:  translation
Omegat
Mirror of official OmegaT repo
Stars: ✭ 210 (+250%)
Mutual labels:  translation
Jshistory Cn
🇨🇳 《JavaScript 二十年》中文版
Stars: ✭ 3,686 (+6043.33%)
Mutual labels:  translation
mobx-react-intl
A connector between mobx-react and react-intl
Stars: ✭ 32 (-46.67%)
Mutual labels:  translation
Translation Sheet
Translating Laravel languages files using a Google Spreadsheet.
Stars: ✭ 254 (+323.33%)
Mutual labels:  translation
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (+286.67%)
Mutual labels:  translation

bn.reactjs.org

This repo contains the source code and documentation powering bn.reactjs.org.

Getting started

Prerequisites

  1. Git
  2. Node: any 12.x version starting with v12.0.0 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the bn.reactjs.org repo on your local machine

Installation

  1. cd bn.reactjs.org to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. yarn dev to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser

Contributing

Guidelines

The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the contributing guidelines for the appropriate sections.

Create a branch

  1. git checkout master from any folder in your local bn.reactjs.org repository
  2. git pull origin master to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Follow the "Running locally" instructions
  2. Save the files and check in the browser
  3. Changes to React components in src will hot-reload
  4. Changes to markdown files in content will hot-reload
  5. If working with plugins, you may need to remove the .cache directory and restart the server

Test the change

  1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
  2. Run yarn check-all from the project root. (This will run Prettier, ESLint, and Flow.)

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fix header logo on Android) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the bn.reactjs.org repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.
  5. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.

Translation

If you are interested in translating reactjs.org, please see the current translation efforts at isreacttranslatedyet.com.

If your language does not have a translation and you would like to create one, please follow the instructions at reactjs.org Translations.

Troubleshooting

  • yarn reset to clear the local cache

License

Content submitted to reactjs.org is CC-BY-4.0 licensed, as found in the LICENSE-DOCS.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].