Add mapcomplete workflow

This commit is contained in:
Pieter Vander Vennet 2021-05-19 15:22:17 +02:00
parent bf5b5d3130
commit 2b1c53dc23
4 changed files with 1184 additions and 1126 deletions

View file

@ -82,7 +82,7 @@ To develop or deploy a version of MapComplete, have a look [to the guide](Docs/D
## Translating MapComplete
Help to translate mapcomplete via [Hosted Weblate]().
The core strings of MapComplete are translated on [Hosted Weblate](https://hosted.weblate.org/projects/mapcomplete/core/).
A theme has translations into the preset.json (`assets/themes/themename/themename.json`). To add a translation:
@ -92,6 +92,8 @@ A theme has translations into the preset.json (`assets/themes/themename/themenam
3. If you notice missing translations in the core of MapComplete, fork this project, open [the file containing all translations](https://github.com/pietervdvn/MapComplete/blob/master/assets/translations.json), add add a language string there
4. Send a pull request to update the languages, I'll gladly add it! It doesn't have to be a complete translation from the start ;)
(Note that themes will be moved to weblate in the future too)
## Architecture
### High-level overview