/sharism.org

http://sharism.org

Primary LanguageHTML

SHARISM.ORG

This repository contains the text and layout for Sharism.org and is compiled using Jekyll.

Translations

We would love your help to make Sharism.org available in more languages. For now we are concentrating on translating the home page for greater accessibility.

Get the code

If you can use git, you can clone this repository. If you are unfamiliar with git, use the Downloads link.

Translate the home page

Look in the _includes folder, and make copies of home.html and footer.html. Rename the files to include your two-letter language code. For example, the Chinese versions will be called home-zh.html and footer-zh.html.

Open up these your new home-.html and translate it into your language. Open up footer-.html and translate it into your language.

Copy the folder zh to a new folder with the name of your language code. For example, the French translation should be in a folder called fr/.

Open up the new folder for your language and edit the file index.html. Change the include links which read {% include home-zh.html %} and {% include footer-zh.html %} to point to your language versions instead. Save your changes to the file.

You should also edit the other footer pages in the _includes directory and make them link to your new language.

Send your translation

Finally, email your changes, send a patch, or put in a pull request.