Instructions for non-technical users to assist with CheckForCorona.com translations
- Create a GitHub account: https://github.com/join
- Go to https://gist.github.com
- In the
Filename including extension...
field, put your language name plus.edn
.- example:
ja.edn
for Japanese
- example:
- Copy this file into the main input area: https://raw.githubusercontent.com/LuminareMed/quickscreen-translations/master/en.edn
- this is the latest English dictionary file
- Click "Create public gist" button
- You should see a page like:
https://gist.github.com/YOUR_USERNAME/<long hash>
- this will be your page where you can work on your translations
- feel free to share this URL with people to review your work
- Near the top of the page, click the Edit button
- In the main text area, replace the English strings wrapped in double quote characters
"
with your language - Try not to change the line numbers
- each line of the language files should match up 1-to-1 with English
- "one line, one translation"
- Regularly press the "Update public gist" button in order to save your work
- GitHub will keep a history of your changes automatically
- When ready, create an Issue here: https://github.com/LuminareMed/quickscreen-translations/issues/new
- provide the URL for your gist in the comments
- we will work with you to merge your translations into the application