Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.27 KB

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing_feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature')
  4. Push to the Branch (git push origin feature/amazing_feature)
  5. Open a Pull Request on dev branch

Translations

You can contribute to the translations by editing the files in /priv/gettext/ Each language has its own directory with the .po files. The country code is used as the directory name and following the ISO 639-1 nomenclature, for example, en for English, fr for French, de for German. You can find the list of country codes here.

Add new language

To add a new language, you can copy the en directory and rename it with the country code of the new language. Then you can edit the .po files with the translations.