From bb083e7f532478aa501e5f0295528519b8ed5e27 Mon Sep 17 00:00:00 2001 From: Ivan Velev Date: Tue, 8 Feb 2022 04:23:32 -0800 Subject: [PATCH] vue ui i18n: localized "from hour to hour" --- pywb/templates/frame_insert.html | 1 + pywb/templates/query.html | 1 + 2 files changed, 2 insertions(+) diff --git a/pywb/templates/frame_insert.html b/pywb/templates/frame_insert.html index e9e0e53e..c5e076d8 100644 --- a/pywb/templates/frame_insert.html +++ b/pywb/templates/frame_insert.html @@ -73,6 +73,7 @@ html, body "Current Capture": "{{ _Q('Current Capture') }}", "capture": "{{ _Q('capture') }}", "captures": "{{ _Q('captures') }}", + "from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}", }; diff --git a/pywb/templates/query.html b/pywb/templates/query.html index fdcbe286..827e1942 100644 --- a/pywb/templates/query.html +++ b/pywb/templates/query.html @@ -73,6 +73,7 @@ "Current Capture": "{{ _Q('Current Capture') }}", "capture": "{{ _Q('capture') }}", "captures": "{{ _Q('captures') }}", + "from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}", };