forked from MapComplete/MapComplete
Chore: regenerate docs
This commit is contained in:
parent
365d573b7c
commit
3b33d69c82
26 changed files with 4120 additions and 7 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
1. [URL-parameters and URL-hash](#url-parameters-and-url-hash)
|
||||
- [What is a URL parameter?](#what-is-a-url-parameter)
|
||||
- [language](#language)
|
||||
- [fs-translation-mode](#fs-translation-mode)
|
||||
- [backend](#backend)
|
||||
- [fake-user](#fake-user)
|
||||
|
@ -61,6 +62,20 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
|
|||
|
||||
|
||||
|
||||
language
|
||||
----------
|
||||
|
||||
The language to display MapComplete in.
|
||||
The user display language is determined in the following order:
|
||||
- If the user did log in and did set their language before with MapComplete, use this language
|
||||
- If the user visited MapComplete before and did change their language, use this language (saved in localStorage)
|
||||
- Use the navigator-language (if available)
|
||||
- Use English
|
||||
|
||||
Translations are never complete. If a translation in a certain language is missing, English is used as fallback. No default value set
|
||||
|
||||
|
||||
|
||||
fs-translation-mode
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue