diff --git a/content/docs/af-ZA/contributing/pr-guidelines.mdx b/content/docs/af-ZA/contributing/pr-guidelines.mdx index 7a251032..c226da04 100644 --- a/content/docs/af-ZA/contributing/pr-guidelines.mdx +++ b/content/docs/af-ZA/contributing/pr-guidelines.mdx @@ -19,6 +19,8 @@ To ensure a smooth and efficient review process, both contributors and reviewers 4. **Code Quality** - Ensure your code follows the project's coding standards and best practices. - Include comments where necessary to explain complex logic. + - Always test your changes locally before submitting the PR to catch any issues early. + - Format your code using `bun format` to maintain consistency across the codebase. 5. **Testing** - Test your changes thoroughly before submitting the PR. - If applicable, include unit tests or integration tests to verify your changes. diff --git a/content/docs/af-ZA/contributing/translate.mdx b/content/docs/af-ZA/contributing/translate.mdx new file mode 100644 index 00000000..c62ffdde --- /dev/null +++ b/content/docs/af-ZA/contributing/translate.mdx @@ -0,0 +1,74 @@ +--- +title: Translate +description: How to translate HytaleModding to your language +--- + +# Translating HytaleModding + +HytaleModding is translated with the help of the community using **Crowdin**. If you want to help translate or improve existing translations, this is the right place. + +## Steps to Translate + +All translations are managed **via Crowdin**. + +1. Visit [our Crowdin project](https://crowdin.com/project/hytalemodding) and log in if required. +2. Click on your language. +3. Click on the file/article you wish to translate. We recommend starting with Official Documentation, and then Server Plugin Documentation. +4. Start translating! +5. Approved translations will appear on the website. + +### Video Guide + +