How can I have the month in lowercase on the French version of the website? It translates it fine, but it starts with a capital letter. For example "June" is "Juin", instead of "juin".

Comments

eloivaque’s picture

I assume you are ussing calendar module http://drupal.org/project/calendar

My fast option is, use the lowercase css propety
http://www.w3schools.com/cssref/pr_text_text-transform.asp it's simple, change your file css.

But if you would complicate, download the translate calendar module of http://localize.drupal.org/ and search in file the string of mounth, and change it to you liking.

reimport the translate in your drupal.

Botafoc.cat -> Drupal 8 base distribution. Focused on making a base distribution of drupal. The idea is compile the typical modules and configurations that is in vast majory sites using drupal.

chateaumaster’s picture

That's it! Thanks for the help!