| 
									
										
										
										
											2020-07-16 15:29:50 +02:00
										 |  |  | import {TagRenderingOptions} from "../../TagRendering"; | 
					
						
							|  |  |  | import {Tag} from "../../../Logic/TagsFilter"; | 
					
						
							| 
									
										
										
										
											2020-07-20 23:43:42 +02:00
										 |  |  | import Translations from "../../../UI/i18n/Translations"; | 
					
						
							| 
									
										
										
										
											2020-07-16 15:29:50 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default class StationChain extends TagRenderingOptions { | 
					
						
							|  |  |  |     constructor() { | 
					
						
							| 
									
										
										
										
											2020-07-21 01:13:51 +02:00
										 |  |  |         const to = Translations.t.cyclofix.station.chain | 
					
						
							| 
									
										
										
										
											2020-07-16 15:29:50 +02:00
										 |  |  |         super({ | 
					
						
							|  |  |  |             priority: 5, | 
					
						
							| 
									
										
										
										
											2020-07-21 23:31:41 +02:00
										 |  |  |             question: to.question, | 
					
						
							| 
									
										
										
										
											2020-07-16 15:29:50 +02:00
										 |  |  |             mappings: [ | 
					
						
							| 
									
										
										
										
											2020-07-21 23:31:41 +02:00
										 |  |  |                 {k: new Tag("service:bicycle:chain_tool", "yes"), txt: to.yes}, | 
					
						
							|  |  |  |                 {k: new Tag("service:bicycle:chain_tool", "no"), txt: to.no}, | 
					
						
							| 
									
										
										
										
											2020-07-16 15:29:50 +02:00
										 |  |  |             ] | 
					
						
							|  |  |  |         }); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |