Skip to main content
Version: 1.4.8

Locales (Languages)

Manage the languages available to OpenPanel users.

openadmin admin panel locales

Install Locale

By default, only the EN locale is installed. To enable other locales, they must be installed first.

To install a locale, go to OpenAdmin > Settings > Locales and click the Install button next to the desired locale.

Edit Locale

To edit a locale, click the GitHub icon next to it in the table. This opens the source on GitHub, where you can fork the repository and edit the translation file.

Create a Locale

To create a new locale:

  1. Fork the translations repository.
  2. Copy the en_us folder to a new locale folder, e.g., es_es.
  3. Translate the messages.pot file.
  4. Submit a pull request.