• Resolved dcclxi

    (@dcclxi)


    Just a quick question I was hoping someone could help me with.

    I use this plugin to display coming classes on a website in the form of a list. The calendar flux is set to display each event as [start-date] [start-time] à [location] and the start date has the format l j F. The website is in French, so today date would show up as samedi 7 février for example. I need Samedi 7 février (first letter of the day of the week is upper case).

    One simple (French) workaround is to set the calendar flux to Le [start-date] [start-time] à [location], then no need for a modified-case day of the week, but this makes some events too long and they split on two lines, something that I don’t want.

    Any idea… ?

    https://wordpress.org/plugins/google-calendar-events/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hmm. I am not entirely sure what you could do here to fix that.

    You might be able to do it with some CSS but it would be tricky I think.

    You would need to use something like:

    element {
      text-transform: capitalize;
    }

    But that does it for each word so I am not sure if that actually would help your cause. Something to think about and play with though.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Marking this resolved. Please let us know if you have anymore issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title case for day of the week in French’ is closed to new replies.