Fabric mod aiming at improving various aspects of Minecraft with a focus on Redstone and general Gameplay.
Repository for contributing to translation of cactusmod
-
File Limitation: Only modify or add JSON files related to translations. Pull requests with changes to other files will not be merged.
-
Debugging/Testing: Remove any debugging or testing translations that are not actually used in the mod.
-
Translation Quality: Avoid using automatic translation tools like Google Translate for entire language files. It's acceptable for single terms, but the majority should be manually translated for accuracy.
-
Submission Permissions: Only the creator or someone with permission from the author should submit the translation file.
Contributing to the translation is a straightforward process. Follow these steps:
-
Fork the Repository: Click on the "Fork" button on the top right of the GitHub repository to create your fork.
-
Modify Language File: Add or modify your language file in the forked repository.
-
Commit & Push Changes: Commit your changes and push them to your forked repository.
-
Create a Pull Request (PR): Go to the original repository, navigate to the "Pull Requests" tab, and create a new pull request. Provide a clear description of your changes.
-
Navigate to Repository: Go to the original Cactus Mod repository on GitHub.
-
Fork the Repository: Click on the "Fork" button to create your own copy of the repository.
-
Clone Your Fork: Open a terminal and clone your forked repository to your local machine using the following command:
git clone https://github.com/your-username/cactus-mod.git
-
Create a New Branch: Create a new branch for your changes:
git checkout -b feature/translation-changes
-
Make Changes: Add or modify the translation files.
-
Commit Changes: Commit your changes with a descriptive commit message:
git commit -m "Add/modify translation for language X"
-
Push Changes: Push your changes to your forked repository:
git push origin feature/translation-changes
-
Create Pull Request: Go to the original repository on GitHub. GitHub will prompt you to create a pull request. Provide details about your changes and submit the pull request.
Thank you for contributing to the Cactus Mod translation!