From 7207276b4b69bba51febfb9dba4b3110f82c14d9 Mon Sep 17 00:00:00 2001 From: Andy Peterson Date: Sun, 18 Feb 2024 06:50:38 -0800 Subject: [PATCH] add russian translation, and add avatars from github --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b76a7c7..3c4081e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git Cheatsheet -
- +
+ screenshot of app
Standalone HTML page that organizes Git's commands by what they affect. @@ -10,17 +10,18 @@ to others in the same endeavor. ## Contributors -* Andrew Peterson, [NDP Software](https://ndpsoftware.com) +* Development by Andrew Peterson, [NDP Software](https://ndpsoftware.com) * French translation by [Bernard Opic](https://blogs.media-tips.com/bernard.opic/) -* Simplified Chinese translation by https://github.com/acecode - * Improve Simplified Chinese translation by https://github.com/rebornsick -* Traditional Chinese translation by https://github.com/Hsins -* https://github.com/GerjanOnline -- bug fix -* Spanish translation by https://github.com/sminutoli -* Korean translation by https://github.com/ujuc -* Italian translation by https://github.com/antoniopantaleo -* Vietnamese translation by https://github.com/trgiangdo -* Portuguese translation by https://github.com/HenriqueAJNB +* Simplified Chinese translation by [acecode](https://github.com/acecode) +* Improve Simplified Chinese translation by [rebornsick](https://github.com/rebornsick) +* Traditional Chinese translation by [Hsins](https://github.com/Hsins) +* Bug fix by [GerjanOnline](https://github.com/GerjanOnline) +* Spanish translation by [sminutoli](https://github.com/sminutoli) +* Korean translation by [ujuc](https://github.com/ujuc) +* Italian translation by [antoniopantaleo](https://github.com/antoniopantaleo) +* Vietnamese translation by [trgiangdo](https://github.com/trgiangdo) +* Portuguese translation by [HenriqueAJNB](https://github.com/HenriqueAJNB) +* Russian translation by [vistar](https://github.com/vistar) Comments and pull requests welcome. @@ -45,7 +46,7 @@ Keep the PR restricted to changes related to the translation. Files are in the `src` folder. To see it locally: - `yarn test` to run the tests -- `yarn build` to transpile. +- `yarn build` to transpile. - `yarn start` to serve - Open `http://127.0.0.1:8080/git-cheatsheet.html` to view the page