Skip to main content

Internationalization (i18n)

The most common way to contribute to an open-source project is to translate it to your favorite language. OpenUEM uses ctxi18n to translate OpenUEM views using YAML files. Please, follow these steps to contribute your translation:

  1. Fork the open-uem/openuem-console repository
  2. Go to the internal/views/locales folder and copy the en.yaml that contains the English strings.
  3. Translate the existing strings into your language.
  4. Name your file using a two-letter ISO 639 code for your language.
  5. Create a Pull Request and the language will be added after a review. And that's all.