chromaui / learnstorybook.com

Static site and content for Storybook tutorials
https://storybook.js.org/tutorials/
MIT License
2.4k stars 439 forks source link

Plan of Russian translation #623

Open aso1datov opened 2 years ago

aso1datov commented 2 years ago

How to get started

  1. Add a new directory in content with language (e.g., /react/ru).
  2. Copy the existing docs to the new directory
  3. Install the dependencies
  4. Run yarn extract-sb-docs-metadata as the tutorials have some dependencies from the official documentation.
  5. Translate markdown content including what's in the "frontmatter" (title, tocTitle, description). Do not change the code snippets, commit, or filename.
  6. Run the project on localhost using yarn dev to confirm that everything looks OK. For now, you can preview changes by going to a url that looks like this http://localhost:8000/intro-to-storybook/react/ru/composite-component/
  7. Make a pull request
  8. Get a review by another native language speaker (if possible)

Status

React

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook In progress @aso1datov
UI testing handbook TODO
Visual testing handbook TODO

React Native

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook TODO
UI testing handbook TODO
Visual testing handbook TODO

Vue

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook TODO
UI testing handbook TODO
Visual testing handbook TODO

Angular

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook TODO
UI testing handbook TODO
Visual testing handbook TODO

Svelte

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook TODO
UI testing handbook TODO
Visual testing handbook TODO

Ember

Content Status Contributors
Create an addon TODO
Design systems for developers TODO
Intro to storybook TODO
UI testing handbook TODO
Visual testing handbook TODO
NataliaKos commented 12 months ago

Hi @aso1datov, I'd love to help with the Angular section. Please let me know if there are any concerns :) If not, I'll get started. Thanks