Is there any way I can change time time_format depending on the language? I want to use a 24 hour clock for French, so instead of g:i A, I would use G:i.
I’m using WPML, and using String Translations I found two tribe entries relating to this:
domain: tribe-events-calendar-pro
string: M j, Y @ G:i
domain: the-events-calendar
M j, Y @ G:i
However, it doesn’t look like these are being used, and they are already the “G” format anyways, which I guess isn’t being used.
I did notice that tribe uses the get_option(“time_format”) under general settings. But unfortunately I don’t think WPML allows for me to change these for two different languages. If I change the language to French and update the options, it just overrides the English as well.
Any ideas?