forked from MapComplete/MapComplete
		
	Fix faulty translation on delete-mappings
This commit is contained in:
		
							parent
							
								
									a08a49abb2
								
							
						
					
					
						commit
						311da2a9b3
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -814,10 +814,16 @@
 | 
				
			||||||
  "deletion": {
 | 
					  "deletion": {
 | 
				
			||||||
    "nonDeleteMappings": [
 | 
					    "nonDeleteMappings": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "if": "amenity=cafe",
 | 
					        "if": "amenity=pub",
 | 
				
			||||||
        "then": {
 | 
					        "then": {
 | 
				
			||||||
          "en": "This is actually a pub"
 | 
					          "en": "This is actually a pub"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      {
 | 
				
			||||||
 | 
					        "if": "amenity=cafe",
 | 
				
			||||||
 | 
					        "then": {
 | 
				
			||||||
 | 
					          "en": "This is actually a cafe"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "softDeletionTags": {
 | 
					    "softDeletionTags": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue