From 1256262428ad68f9039d208674b0db1a851f966a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 01 Feb 2019 00:47:33 +0000
Subject: [PATCH] Low indicator is an integer now, not string

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

diff --git a/lang_en.js b/lang_en.js
index c49a63f..0449c2e 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -40,8 +40,14 @@
 	time_minutes_ago_suffix: ' min ago',
 	
 	type_vehicle: 'Vehicle',
+	type_bus: 'Bus',
+	type_tram: 'Tram',
 	type_stop: 'Stop',
+	type_stop_bus: 'Bus stop',
+	type_stop_tram: 'Tram stop',
 	type_stoppoint: 'Stop point',
+	type_stoppoint_bus: 'Bus stop point',
+	type_stoppoint_tram: 'Tram stop point',
 	
 	select_feature: 'There is more than one feature here. Select the proper one:',
 	departures_for_stop: 'Click for stop departures (and not only this stop point).',

--
Gitblit v1.9.1