mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
chore: updated missing locales
This commit is contained in:
@@ -34,14 +34,17 @@
|
||||
</div>
|
||||
|
||||
<div class="storage-item-expandable" v-if="expandedEntries.includes(storageEntry.id)">
|
||||
<i>Stworzony: {{ new Date(storageEntry.createdAt).toLocaleString($i18n.locale) }}</i>
|
||||
<i>
|
||||
{{ $t('storage.created-at') }}
|
||||
{{ new Date(storageEntry.createdAt).toLocaleString($i18n.locale) }}</i
|
||||
>
|
||||
<i v-if="storageEntry.updatedAt">
|
||||
• Zaktualizowany:
|
||||
• {{ $t('storage.updated-at') }}
|
||||
{{ new Date(storageEntry.updatedAt).toLocaleString($i18n.locale) }}</i
|
||||
>
|
||||
|
||||
<div style="margin-top: 0.5em">
|
||||
<i>Skład: </i>
|
||||
<i>{{ $t('storage.stock-title') }} </i>
|
||||
{{
|
||||
storageEntry.stockString
|
||||
.split(';')
|
||||
|
||||
Reference in New Issue
Block a user