forked from ericallam/docrails
-
-
Notifications
You must be signed in to change notification settings - Fork 279
Translating Rails Guides
Jeremy Bailey edited this page Nov 5, 2015
·
9 revisions
We are happy to have people volunteer to translate the Rails guides into their own language.
If you want to translate the Rails guides in your own language, follows these steps:
- Fork this project (rails/rails).
- Add a source folder for your own language, for example: guides/source/it-IT for Italian.
- Copy the contents of guides/source into your own language directory and translate them.
- Do NOT translate the HTML files, as they are automatically generated.
To generate the guides in HTML format cd into the guides direcotry then run (eg. for it-IT):
bundle install
bundle exec rake guides:generate:html GUIDES_LANGUAGE=it-IT
This will generate the guides in an output directory.
NOTE: The instructions are for Rails > 4. The Redcarpet Gem doesn't work with JRUBY.
Translation efforts we know about (various versions):
- Italian: https://github.com/rixlabs/docrails
- Spanish: http://wiki.github.com/gramos/docrails
- Polish: http://github.com/apohllo/docrails/tree/master
- French : http://github.com/railsfrance/docrails
- Czech : https://github.com/rubyonrails-cz/docrails/tree/czech
- Turkish : https://github.com/ujk/docrails/tree/master
- Korean : https://github.com/rubykr/docrails/tree/master, https://github.com/rorlab/docrails/tree/master
- Simplified Chinese : https://github.com/ruby-china/guides
- Traditional Chinese : https://github.com/docrails-tw/guides
- Russian : https://github.com/morsbox/rusrails
- Japanese : https://github.com/yasslab/railsguides.jp