Skip to content
Lukas Kurz edited this page Mar 23, 2024 · 8 revisions

This guide will explain you how you can contribute to this project!

What to do

Where to start

How to

  • If you have any questions, just ask via Discord!

Add Translation

Important

Make sure to choose the right language code!
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry

  • Fork repo on GitHub
  • Replace all following des with your language code!
  • In the src directory
    • Copy the Resources/values/strings.xml into a new folder like Resources/values-de/strings.xml and translate the individual strings.
    • Copy the Assets/en/*.html files into a new folder like Assets/de/ and translate.
  • Add yourself to the CREDITS.md file!
  • Open one PullRequest for all your changes
Clone this wiki locally