forked from MapComplete/MapComplete
		
	Add check that translation for a certain theme is complete, add a few missing dutch translations
This commit is contained in:
		
							parent
							
								
									4c2beb5334
								
							
						
					
					
						commit
						4fcd3523b7
					
				
					 7 changed files with 63 additions and 4 deletions
				
			
		|  | @ -81,7 +81,7 @@ export default class LayoutConfig { | |||
|         this.title = new Translation(json.title, context + ".title"); | ||||
|         this.description = new Translation(json.description, context + ".description"); | ||||
|         this.shortDescription = json.shortDescription === undefined ? this.description.FirstSentence() : new Translation(json.shortDescription, context + ".shortdescription"); | ||||
|         this.descriptionTail = json.descriptionTail === undefined ? new Translation({"*": ""}, context + ".descriptionTail") : new Translation(json.descriptionTail, context + ".descriptionTail"); | ||||
|         this.descriptionTail = json.descriptionTail === undefined ? undefined : new Translation(json.descriptionTail, context + ".descriptionTail"); | ||||
|         this.icon = json.icon; | ||||
|         this.socialImage = json.socialImage; | ||||
|         this.startZoom = json.startZoom; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue