-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Joe edited this page Jun 8, 2026
·
3 revisions
Thank you for your interest in contributing to Epithet!
If you want to help translate Epithet into another language or update existing translations:
- Navigate to the
Locales/directory. - Edit or create the appropriate localization file (e.g.,
enGB.lua,frFR.lua,deDE.lua). - Ensure you follow the existing AceLocale format.
- Submit a Pull Request with your changes.
The addon relies on a static database for title sources, categories, and rarity because the WoW API does not provide this information. This is generated using an offline tool that I built, however if you want to raise an issue with at title correction or enrichment please do so. Follow the title correction issue template.
- Fork the repository.
- Create a feature branch (
git checkout -b feature/my-new-feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/my-new-feature). - Create a new Pull Request.