Amoebawp / miscreated-localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About