1
0
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:
Ivan Velev 2022-02-07 20:28:51 -08:00
parent f780900a9f
commit ec0957aae9
2 changed files with 12 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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">