mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
vue ui i18n: added more localized {count} capture(s) text
This commit is contained in:
parent
f780900a9f
commit
ec0957aae9
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
<div class="timeline-linear">
|
||||
<div class="title">
|
||||
<div>{{ period.getFullReadableId() }}</div>
|
||||
<div>{{ period.snapshotCount }} capture<span v-if="period.snapshotCount > 1">s</span></div>
|
||||
<div>{{ $root._(`{count} capture${period.snapshotCount !== 1 ? 's':''}`, {count: period.snapshotCount}) }}</div>
|
||||
</div>
|
||||
|
||||
<div class="list">
|
||||
|
Loading…
x
Reference in New Issue
Block a user