Welcome to Hacktoberfest 2023. If you're here then it means you know the reason why. Working here are some small steps we need to follow, anyone not sticking to this is "Kick out"
!
NOTE💡: Assuming to have a basic knowledge of VCS(Version Control System), welcome once more and happy hacking!!!
- Before everything is check, you must have registered for on the HACKTOBERFEST WEBSITE
- DO NOT EDIT OTHER FILES THAN THE ONES YOU WERE ASKED TO, for any extra pull request, submit an ISSUE.
- Respect and stick to the CODE OF CONDUCT.
- If you're ok with all this, then CHILL 🍻
✨HACKTOBERFEST✨ is an annual month-long celebration of open source software. Anyone can participate by making four pull requests to public repositories on GitHub. The goal is to get more people involved in contributing to open source projects, and to learn more about the GitHub platform.
Let's start the hack ⚡!!! Follow the steps below and make sure to go through all the checklist
-
Fork the repo
-
Get to your repo version at
https://github.com/<username>/the-translator
-
Clone the repo locally on your PC and get its directory
-
clone https://github.com/<username>/the-translator cd the-translator
-
-
Copy out the content of sample.txt - Use the keys:
CTRL + A
andCTRL + C
(for Linux and Windows users) - Use the keys:CMD + A
andCTRL + C
( for MacOS users) -
Paste this on The Google Translator
-
Hurray 🎉 your PR content was just copied
-
Create a new file at the level of your
translations
folder and name it like this<language>.txt
- Examples
For an english to french translation, the file name should be francais.txt For an english to German translation, the file name should be Deutsch.txt
- Examples
-
Add the new language you just translated in the languages.md file.
-
Your changes are ready to be committed, push and pull request open.
-
Commit all your changes
git add . git commit -am "feat: added new language translation - <language>" git push
-
Open a pull request from our github account to this repository.
-
Stay back and chill 💃, wait for review by maintainers.
Love 💓 this? Wanna buy us some cofee? A star ⭐ is better!
This project is under the GNU GENERAL PUBLIC LICENSE