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_pl.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lang_pl.js b/lang_pl.js
index 08ca6b1..b2e6788 100644
--- a/lang_pl.js
+++ b/lang_pl.js
@@ -71,7 +71,9 @@
 	trip_current: 'aktualny',
 	trip_next: 'następny \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: 'wysokopodłogowy',
 	high_floor_sign: '\u2010\u00A0',
 	high_floor_description: 'pojazd wysokopodłogowy',
@@ -81,6 +83,9 @@
 	low_floor: 'niskopodłogowy',
 	low_floor_sign: '\u267F',
 	low_floor_description: 'pojazd niskopodłogowy',
+	air_conditioning: ', klimatyzacja',
+	air_conditioning_sign: '\u2744',
+	air_conditioning_description: 'posiada klimatyzację',
 	
 	status_departed: 'Odjechał',
 	status_stopped: 'Na przystanku',

--
Gitblit v1.9.1