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:
parent
fcd3792d5a
commit
bb083e7f53
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user