This repository tracks Instapaper's iOS translations, and we accept contributions for changes or additions to the translations.
Please do not use GitHub's web editor to make contributions. Because the files are encoded in UTF-16, GitHub recognizes the files as binary and messes up the encoding in the web editor. If you plan to make a contribution, please do the following:
- Fork the repo on GitHub
 - Download the forked repo (using either 
git cloneon the command line, the GitHub Mac App, or the GitHub Windows App) - Make your changes using a regular text editor (i.e. emacs, vim, nano), and not a rich text editor (i.e. Microsoft Word or TextEdit).
 - Commit your changes.
 - Create a pull request.
 
This repository defines a .gitattributes file to let you view diffs for the translated files. In order to view the diff you must add the following to your gitconfig (~/.gitconfig on *nix systems and Mac OS X):
[diff "localizablestrings"]
    textconv = "iconv -f utf-16 -t utf-8"
Please email [email protected].