From 266dd1c6357dfd0af53ee4d75d78a563689945a6 Mon Sep 17 00:00:00 2001 From: Ivan Velev Date: Mon, 7 Feb 2022 18:35:01 -0800 Subject: [PATCH] vue ui i18n: localized show/hide timeline/calendar hover-over text --- pywb/templates/query.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pywb/templates/query.html b/pywb/templates/query.html index e9dee261..45283c6c 100644 --- a/pywb/templates/query.html +++ b/pywb/templates/query.html @@ -45,6 +45,10 @@ nov_short: "{{ _Q('Nov') }}", dec_short: "{{ _Q('Dec') }}", "All-time": "{{ _Q('All-time') }}", + "show timeline":"{{ _Q('show timeline') }}", + "hide timeline":"{{ _Q('hide timeline') }}", + "show calendar":"{{ _Q('show calendar') }}", + "hide calendar":"{{ _Q('hide calendar') }}", "Loading...": "{{ _Q('Loading...') }}", "Current Capture": "{{ _Q('Current Capture') }}", "capture": "{{ _Q('capture') }}",