Skip to content

Commit

Permalink
Merge pull request #1348 from jpty/patch-1
Browse files Browse the repository at this point in the history
Correction abréviations des noms des mois français. Fonction date_fr
  • Loading branch information
Loïc committed May 30, 2019
2 parents af874b8 + c2ac2cd commit 4a10931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/php/utils.inc.php
Expand Up @@ -644,8 +644,8 @@ function date_fr($date_en) {
);
$texte_short = array(
"Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim",
"Jan", "Fev", "Mar", "Avr", "Mai", "Jui",
"Jui", "Aou;", "Sep", "Oct", "Nov", "Dec",
"Janv.", "Févr.", "Mars", "Avril", "Mai", "Juin",
"Juil.", "Août", "Sept.", "Oct.", "Nov.", "Déc.",
);
break;
case 'de_DE':
Expand Down Expand Up @@ -1434,4 +1434,4 @@ function pageTitle($_page){
function cleanComponanteName($_name){
return str_replace(array('&', '#', ']', '[', '%', "\\", "/", "'", '"'), '', $_name);
}


0 comments on commit 4a10931

Please sign in to comment.