mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	 639c708f58
			
		
	
	
		639c708f58
		
			
		
	
	
	
	
		
			
			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"
 | |
|         }
 | |
|     }
 | |
| }
 |