Translations
Help translate Pelagica into your language.
Pelagica supports multiple languages through community contributions. If you would like to help translate Pelagica into your language, please follow the instructions below.
Using the Translation Platform
- Go to the Pelagica translation platform.
- Sign in with your GitHub account.
- Select the language you want to contribute. If the language you want to translate is not available, please contact us via an issue on GitHub or in the
#pelagicachannel the Jellyfin Community Discord server to request it. - Start translating the strings.
- Once you have completed your translations, submit a pull request using the button in the bottom right corner of the page. This will submit your translations which will be reviewed and merged into the main repository.
Manually contributing a translation
- Clone the repository, as described in Development Setup.
- Edit the locale files for your language under
packages/core/src/i18n/locales/{langCode}/*.json. - Open a pull request with your changes, following the Contributing guidelines.