1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vue ui i18n: localized "from hour to hour"

This commit is contained in:
Ivan Velev 2022-02-08 04:23:32 -08:00
parent fcd3792d5a
commit bb083e7f53
2 changed files with 2 additions and 0 deletions

View File

@ -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}') }}",
};
</script>

View File

@ -73,6 +73,7 @@
"Current Capture": "{{ _Q('Current Capture') }}",
"capture": "{{ _Q('capture') }}",
"captures": "{{ _Q('captures') }}",
"from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}",
};
</script>