From 2107d19cb1db00c12e32dd76dec63b5c7f482e6b Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 30 Jul 2021 19:35:05 +0000
Subject: [PATCH] [map] Add information on air conditioning in the vehicle

---
 lang_en.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lang_en.js b/lang_en.js
index 8b94490..cfdbe8d 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -71,7 +71,9 @@
 	trip_current: 'current',
 	trip_next: 'next \u00BB',
 	
-	tram_type_pattern: '$num $type ($floor)',
+	tram_type_pattern: '$num $type ($floor$ac)',
+	tram_type_pattern_short: '$num $type',
+	tram_type_pattern_additional: '$floor$ac',
 	high_floor: 'high floor',
 	high_floor_sign: '\u2010\u00A0',
 	high_floor_description: 'high-floor vehicle',
@@ -81,6 +83,9 @@
 	low_floor: 'low floor',
 	low_floor_sign: '\u267F',
 	low_floor_description: 'low-floor vehicle',
+	air_conditioning: ', air conditioning',
+	air_conditioning_sign: '\u2744',
+	air_conditioning_description: 'has air conditioning unit',
 	
 	status_departed: 'Departed',
 	status_stopped: 'At stop',

--
Gitblit v1.9.1