Files
blueprint-translations/README.md
T

38 lines
1.6 KiB
Markdown
Raw Normal View History

2025-03-26 12:44:15 +00:00
# blueprint-translations
2025-03-26 12:46:12 +00:00
Translation files for the Translations Addon for Pterodactyl Panel (Utilizes Blueprint Framework).
2025-03-27 12:48:14 +00:00
Initial Release Translations are done using Google Translate and AI, so they may be inaccurate!
2025-03-26 12:46:12 +00:00
## Contributing Translations
We welcome contributions to help expand the language support for the Translations Addon! If you'd like to submit a translation, please follow the steps below:
### How to Submit a Translation
1. **Fork the Repository**: Click the "Fork" button on the top right of this repository to create your own copy.
2. **Add Your Translation**:
2025-03-26 12:48:11 +00:00
- If your language is not yet available, create a new file following the [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g., `fr` for French, `de` for German).
2025-03-26 12:46:12 +00:00
- Add or edit the JSON translation file following the format of existing translations.
3. **Submit a Pull Request**: Once you've added or updated a translation, create a pull request (PR) with a short description of the changes.
### Alternative Submission Method
If you are not comfortable using GitHub, you can submit translation files via:
- Our Discord server (if applicable)
- Emailing the files to [your contact email]
## Translation File Format
2025-03-27 10:44:50 +00:00
Example of translation file format (example for English `example-en.json`):
2025-03-26 12:46:12 +00:00
```json
{
"welcome": "Welcome",
"dashboard": "Dashboard"
}
```
Please keep the structure consistent with existing translations.
## License
This project is open-source and follows the MIT License. By submitting translations, you agree to contribute under the same license.
Thank you for helping improve the Translations Addon!