mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add title 'Creation date' to 'OrderByFilter.vue'
This commit is contained in:
parent
b153619b9f
commit
0599558578
@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<filter-menu-section :divider="false" class="order-by-filter">
|
<filter-menu-section
|
||||||
|
class="order-by-filter"
|
||||||
|
:title="$t('filter-menu.creationDate')"
|
||||||
|
:divider="false"
|
||||||
|
>
|
||||||
<template #filter-list>
|
<template #filter-list>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<labeled-button
|
<labeled-button
|
||||||
@ -38,6 +42,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
|
filteredPostTypes: 'posts/filteredPostTypes',
|
||||||
orderBy: 'posts/orderBy',
|
orderBy: 'posts/orderBy',
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
|||||||
@ -380,6 +380,7 @@
|
|||||||
"all": "Alle",
|
"all": "Alle",
|
||||||
"article": "Beitrag",
|
"article": "Beitrag",
|
||||||
"categories": "Themen",
|
"categories": "Themen",
|
||||||
|
"creationDate": "Erstellungsdatum",
|
||||||
"deleteFilter": "Filter löschen",
|
"deleteFilter": "Filter löschen",
|
||||||
"emotions": "Emotionen",
|
"emotions": "Emotionen",
|
||||||
"event": "Veranstaltung",
|
"event": "Veranstaltung",
|
||||||
|
|||||||
@ -380,6 +380,7 @@
|
|||||||
"all": "All",
|
"all": "All",
|
||||||
"article": "Article",
|
"article": "Article",
|
||||||
"categories": "Topics",
|
"categories": "Topics",
|
||||||
|
"creationDate": "Creation date",
|
||||||
"deleteFilter": "Delete filter",
|
"deleteFilter": "Delete filter",
|
||||||
"emotions": "Emotions",
|
"emotions": "Emotions",
|
||||||
"event": "Event",
|
"event": "Event",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user