1332418f140f82432f4d6d5e900a1e265d73eae6
Initial Translations - Created using Google Translate & AI, Create a Pull Request with any Translation issues or changes
blueprint-translations
Translation files for the Translations Addon for Pterodactyl Panel (Utilizes Blueprint Framework).
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
- Fork the Repository: Click the "Fork" button on the top right of this repository to create your own copy.
- Add Your Translation:
- If your language is not yet available, create a new file following the ISO 639-1 language code (e.g.,
frfor French,defor German). - Add or edit the JSON translation file following the format of existing translations.
- If your language is not yet available, create a new file following the ISO 639-1 language code (e.g.,
- 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
Example of translation file format (example for English en.json):
{
"general": {
"welcome": "Welcome",
"dashboard": "Dashboard"
},
"errors": {
"not_found": "Page not found",
"unauthorized": "You are not authorized to view this page"
}
}
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!
Description
Translation files for the Translations Addon for Pterodactyl Panel (Utilizes Blueprint Framework)
131 KiB