Skip to content
KING SABRI edited this page Jan 7, 2017 · 2 revisions

How to Translate Rubyfu?

  1. Create a GitHub account.
  2. Fork RubyFu repository.
  3. Clone GitHub forked RubyFu repository (git clone https://github.com/[YourGithubAccount]/RubyFu)
  4. Create a new branch (git checkout -b rubyfu2arabic)
  5. Create a new directory in Rubyfu root directory with your language shortname (eg. mkdir ar)
  6. Copy all en/ content and paste it in your new directory.
  7. Update LANGS.md file to add your Language name and its directory. (eg. * [English](en))
  8. Translate!
  9. Commit your changes
  • git commit add *
  • git commit -m "My translation to Arabic"
  • git push origin rubyfu2arabic
  1. Create a new Pull Request (PR).
Clone this wiki locally