开源软件名称(OpenSource Name):entradainteractive/miscreated-localization
开源软件地址(OpenSource Url):https://github.com/entradainteractive/miscreated-localization
开源编程语言(OpenSource Language):
开源软件介绍(OpenSource Introduction):Miscreated Localization
This repository contains all the files needed to localize in game strings to many different languages
How to submit a localization?
- Fork the repository by clicking on the Fork icon above.
- Clone the forked repository to your PC
git clone https://github.com/YOUR_USERNAME/miscreated-localization.git
- Make any localization changes using Excel ( Do not change the headers, only the translated text column)
- Add, commit, and push your changes
git add --all
git commit -m "Put a description here of what you've changed"
git push origin master
- Create a pull request on this repostiory New Pull Request
- Choose your fork and make sure to fill out the form on what was changed.
- We will review your changes and merge them into the main repository which will then be shipped with the game
- Keep an eye on your pull request in case we require any changes to be made
- Fist Bump :squirrel:
Important Notes
- Do not add any new files.
- Do not delete any existing files.
- Do not add or delete any new rows or columns.
- Do not change the order of any columns or rows.
|
请发表评论