From f4a54f1b37bc8a7b79491a076c5e2af572d11080 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 03 Feb 2019 00:53:43 +0000 Subject: [PATCH] Improve map performance by using static styles and image renderMode --- lang_en.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 0449c2e..745a92e 100644 --- a/lang_en.js +++ b/lang_en.js @@ -8,6 +8,8 @@ jquery_not_loaded: 'Required JavaScript jQuery library failed to load. You may try refreshing the page.', enter_stop_name_to_begin: 'Enter the stop name to begin.', select_stop_click_go: 'Select the stop and click "Go".', + select_stop_tram: '$stop (tram)', + select_stop_bus: '$stop (bus)', stop_name_placeholder: 'Stop name', go_button: 'Go', refresh_button: '\u27f3 Refresh', -- Gitblit v1.9.1