chore: updated missing locales

This commit is contained in:
2025-03-09 16:40:33 +01:00
parent 1eb5f3de9e
commit b9b1e438b9
3 changed files with 14 additions and 5 deletions
+6 -3
View File
@@ -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">
&bull; Zaktualizowany:
&bull; {{ $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(';')