Skip to content

jezevec10/jstris-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jstris guide

The guide is available in the Markdown format in the file called guide.md and can be localized. The usermode guide is in file usermode.md. Usermodes are not finalized and therefore no translations are needed for this file.

Contribution

You are welcome to improve the document. Submit your changes via a pull request or create an issue describing what improvement you'd like to see. Changes to the Guide contents are accepted only in the English version, localizations only reflect the English guide in specific release versions.

Translation

If you want to translate the Guide, submit a pull request of translated guide.md and place it into a directory corresponding to the language code. For example zh/guide.md for Chinese translation. Make sure the language codes are the same as in the jstris-multilang project.

Updating an existing translation

If you want to update an existing translation to sync up with the updates in the English version, this is the suggested way:

  1. Check the metadata file contributors.php and find out the current version of the localization of the guide you are going to update.
  2. Check the CHANGELOG.md to see what has changed to the Guide since that version. You can display the difference in the file by clicking on version names in the change log.
  3. Update the translation to the newest version release (ignore the Unreleased section in the changelog) and submit a pull request.