forked from MapComplete/MapComplete
		
	Docs: add clarification suggested by ThibaultMol
This commit is contained in:
		
							parent
							
								
									e05275a8f5
								
							
						
					
					
						commit
						a45810d65c
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -68,8 +68,8 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
 | 
			
		|||
 The language to display MapComplete in.
 | 
			
		||||
The user display language is determined in the following order:
 | 
			
		||||
 | 
			
		||||
1. Use the language as set by the URL-parameter `language`. This will _disable_ setting the language by the user
 | 
			
		||||
1. If the user did log in and did set their language before with MapComplete, use this language. This language selection is synchronized accross devices using the openstreetmap.org user preferences.
 | 
			
		||||
1. Use the language as set by the URL-parameter `language` (following ISO 639-1 | ex. `language=nl`). This will _disable_ setting the language by the user
 | 
			
		||||
2. If the user did log in and did set their language before with MapComplete, use this language. This language selection is synchronized accross devices using the openstreetmap.org user preferences.
 | 
			
		||||
3. If the user visited MapComplete before and did change their language manually, this changed language will be saved in local storage. Use the language from local storage
 | 
			
		||||
4. Use the navigator-language (if available)
 | 
			
		||||
5. Use English
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,8 +39,8 @@ export default class Locale {
 | 
			
		|||
                    "The language to display MapComplete in.",
 | 
			
		||||
                    "The user display language is determined in the following order:",
 | 
			
		||||
                    "",
 | 
			
		||||
                    "1. Use the language as set by the URL-parameter `language`. This will _disable_ setting the language by the user",
 | 
			
		||||
                    "1. If the user did log in and did set their language before with MapComplete, use this language. This language selection is synchronized accross devices using the openstreetmap.org user preferences.",
 | 
			
		||||
                    "1. Use the language as set by the URL-parameter `language` (following ISO 639-1 | ex. `language=nl`). This will _disable_ setting the language by the user",
 | 
			
		||||
                    "2. If the user did log in and did set their language before with MapComplete, use this language. This language selection is synchronized accross devices using the openstreetmap.org user preferences.",
 | 
			
		||||
                    "3. If the user visited MapComplete before and did change their language manually, this changed language will be saved in local storage. Use the language from local storage",
 | 
			
		||||
                    "4. Use the navigator-language (if available)",
 | 
			
		||||
                    "5. Use English",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue