mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +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(() => {
|
const currentValueStr = computed(() => {
|
||||||
return props.currentValue.toLocaleString(lang) + ' €' //  €
|
return props.currentValue.toLocaleString(lang) + ' €' //  €
|
||||||
})
|
})
|
||||||
const dateFormat = { year: "numeric", month: "short", day: "numeric" }
|
const dateFormat = { year: "numeric", month: "long", day: "numeric" }
|
||||||
const asOfDateStr = computed(() => {
|
const asOfDateStr = computed(() => {
|
||||||
switch (locale) {
|
switch (locale) {
|
||||||
case 'de':
|
case 'de':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user