Languages

Umami supports the display of different languages. Simply click the globe icon in the header to change your language.

Contributing

If you would like to contribute a language translation to the project, please follow these steps.

1. Checkout the repo

git clone https://github.com/umami-software/umami.git

2. Create a language .json file

In the /lang folder there should be several .json files. Copy the en-US.json file into another file with the proper ISO language code.

3. Translate the strings in the .json file

For example, here is the original English translation, en-US.json.

And here is it translated into German, de-DE.json.

4. Finally, submit a pull request on Github

If you are not familiar with using git, you can simply create an issue on Github and paste your .json file contents and someone will merge it.