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

  1. Go to the Pelagica translation platform.
  2. Sign in with your GitHub account.
  3. 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 #pelagica channel the Jellyfin Community Discord server to request it.
  4. Start translating the strings.
  5. 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

  1. Clone the repository, as described in Development Setup.
  2. Edit the locale files for your language under packages/core/src/i18n/locales/{langCode}/*.json.
  3. Open a pull request with your changes, following the Contributing guidelines.