mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	Add translatable strings for values with usage > 1000. Left out are duplicate terms like wastewater, water waste, heat, steam. Co-authored-by: Martin Raifer <martin@raifer.tech>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			369 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			369 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "substance",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Substance",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "fuel": "Fuel",
 | 
						|
            "gas": "Natural Gas",
 | 
						|
            "hot_water": "Hot Water",
 | 
						|
            "oil": "Crude Oil",
 | 
						|
            "rainwater": "Rainwater",
 | 
						|
            "sewage": "Sewage",
 | 
						|
            "water": "Drinking Water"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |