mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Adjust DonationBar component month format to 'long'
This commit is contained in:
parent
23221d255b
commit
b13dd7e42d
@ -49,7 +49,7 @@ const title = computed(() => {
|
||||
const currentValueStr = computed(() => {
|
||||
return props.currentValue.toLocaleString(lang) + ' €' //  €
|
||||
})
|
||||
const dateFormat = { year: "numeric", month: "short", day: "numeric" }
|
||||
const dateFormat = { year: "numeric", month: "long", day: "numeric" }
|
||||
const asOfDateStr = computed(() => {
|
||||
switch (locale) {
|
||||
case 'de':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user