Fombi-Favour / the-translator

The translator repositor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THE TRANSLATOR

hacktober email banner

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!!!

RULES

  • 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 🍻

What is hacktoberfest? 🤔

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.

How to contribute?

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 sample testx image - Use the keys: CTRL + A and CTRL + C (for Linux and Windows users) - Use the keys: CMD + A and CTRL + C ( for MacOS users)

  • Paste this on The Google Translator Google translate

    • Check for the copy icon and click it!
  • 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
      
  • 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!

Thanks to all our contributors.

Contributors images

This project is under the GNU GENERAL PUBLIC LICENSE

About

The translator repositor

License:GNU General Public License v3.0