-
Notifications
You must be signed in to change notification settings - Fork 103
Translation
KING SABRI edited this page Jan 7, 2017
·
2 revisions
- Create a GitHub account.
- Fork RubyFu repository.
- Clone GitHub forked RubyFu repository (git clone https://github.com/[YourGithubAccount]/RubyFu)
- Create a new branch (
git checkout -b rubyfu2arabic
) - Create a new directory in Rubyfu root directory with your language shortname (eg.
mkdir ar
) - Copy all
en/
content and paste it in your new directory. - Update
LANGS.md
file to add your Language name and its directory. (eg.* [English](en)
) - Translate!
- Commit your changes
git commit add *
git commit -m "My translation to Arabic"
git push origin rubyfu2arabic
- Create a new Pull Request (PR).