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:
- Fork the open-uem/openuem-console repository
- Go to the internal/views/locales folder and copy the en.yaml that contains the English strings.
- Translate the existing strings into your language.
- Name your file using a two-letter ISO 639 code for your language.
- Create a Pull Request and the language will be added after a review. And that's all.