Internationalisation for vwa.la. Contributions welcome :)
- Open a *.json file
- Click the edit button to start editing

- Click save changes to submit your edits. Make sure you leave a comment describing your changes

- Done. We will then review your edits and release an update :)
- https://git-scm.com/downloads
- Open a command line window
git clone https://github.com/vwala/il8n.git- Edit the langague files (*.json extension)
Remember to add a valid comment
git add * && git commit -m "type your comment here" && git push