[i18n] localize search strings
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
el-switch.mt-1.mb-1.ml-2.d-block(
|
el-switch.mt-1.mb-1.ml-2.d-block(
|
||||||
v-if='recurrentFilter && settings.allow_recurrent_event'
|
v-if='recurrentFilter && settings.allow_recurrent_event'
|
||||||
inactive-text=''
|
inactive-text=''
|
||||||
active-text='anche appuntamenti fissi'
|
:active-text="$t('event.recurrent_event_too')"
|
||||||
inactive-color='lightgreen'
|
inactive-color='lightgreen'
|
||||||
v-model='showRecurrent'
|
v-model='showRecurrent'
|
||||||
)
|
)
|
||||||
el-switch.mt-1.mb-1.ml-2.d-block(
|
el-switch.mt-1.mb-1.ml-2.d-block(
|
||||||
v-if='pastFilter'
|
v-if='pastFilter'
|
||||||
inactive-text='solo futuri'
|
:inactive-text="$t('event.only_future')"
|
||||||
active-text='anche passati'
|
:active-text="$t('event.past_too')"
|
||||||
inactive-color='lightgreen'
|
inactive-color='lightgreen'
|
||||||
v-model='showPast'
|
v-model='showPast'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user