From 78b244c053dcb72321ee788bb24164a84cd6f377 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 12 Apr 2017 21:34:29 +0000 Subject: [PATCH] Add missing translations for new tram schedules table --- lang_en.js | 1 + index.html | 3 ++- lang_pl.js | 1 + 3 files changed, 4 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index 56850eb..ef142e6 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,8 @@ <table class="table table-condensed"> <thead> <tr> - <th>Time</th> <th>Stop</th> + <th data-translate="header_time">Time</th> + <th data-translate="header_stop">Stop</th> </tr> </thead> <tbody id="route-table"> diff --git a/lang_en.js b/lang_en.js index b7e4467..3508f47 100644 --- a/lang_en.js +++ b/lang_en.js @@ -20,6 +20,7 @@ header_lines: 'Lines', header_route: 'Route', header_carrier: 'Carrier', + header_stop: 'Stop', boarding_sign: '>>>', unknown_sign: '?', diff --git a/lang_pl.js b/lang_pl.js index 1a9422c..c918c5c 100644 --- a/lang_pl.js +++ b/lang_pl.js @@ -20,6 +20,7 @@ header_lines: 'Linie', header_route: 'Trasa', header_carrier: 'Przewoźnik', + header_stop: 'Przystanek', boarding_sign: '>>>', unknown_sign: '?', -- Gitblit v1.9.1