# SwitchLanguage
A plugin to switch the language in Kerbal Space Program to other languages.

## How to help
To contribute to this mod, please read the contributing guidelines.

### Modifying the code

1. Install a compiler/IDE
    * For Windows I recommend [Visual Studio Community](https://www.visualstudio.com/vs/community/).
    * For Linux I recommend [CodeLite](https://codelite.org/).
    * For Mac I recommend [Xcode](https://developer.apple.com/xcode/).
2. Fork and clone the repo.
3. Open the project in your compiler/IDE.
4. Modify the code.
5. Compile the project.

### Submitting pull requests

1. Create a new branch, please don't work in your `master` branch directly.
2. Push the branch to your fork and submit a pull request.
3. Wait for evaluation by project members.

## Credits
* Olympic1 - Code

## Licensing
Licensed under the terms of the MIT License.  
See https://opensource.org/licenses/MIT for full details.

https://github.com/KSP-Localization/SwitchLanguage
