From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:28:15 +0200 Subject: Update --- includes/blog/data/2020-05-04@something4.json | 3 ++- includes/blog/data/2020-05-04@something4.json.fr.html | 1 + includes/blog/home.php | 10 +++++++--- includes/blog/list.php | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 includes/blog/data/2020-05-04@something4.json.fr.html (limited to 'includes/blog') diff --git a/includes/blog/data/2020-05-04@something4.json b/includes/blog/data/2020-05-04@something4.json index 51021ea..c8376de 100644 --- a/includes/blog/data/2020-05-04@something4.json +++ b/includes/blog/data/2020-05-04@something4.json @@ -1,3 +1,4 @@ { - "title": "Some article" + "title": "Some article", + "title.fr": "Un article" } \ No newline at end of file diff --git a/includes/blog/data/2020-05-04@something4.json.fr.html b/includes/blog/data/2020-05-04@something4.json.fr.html new file mode 100644 index 0000000..8bb1663 --- /dev/null +++ b/includes/blog/data/2020-05-04@something4.json.fr.html @@ -0,0 +1 @@ +Il s'agit d'un test ou, en est-il un ?... Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. Nous ne saurons jamais si il devait vraiment y avoir du texte ou quelque chose d'autre ici. \ No newline at end of file diff --git a/includes/blog/home.php b/includes/blog/home.php index a515c14..49817e8 100644 --- a/includes/blog/home.php +++ b/includes/blog/home.php @@ -10,13 +10,17 @@
= strlen(strip_tags($data["html"])) > 150 ? substr(strip_tags($data["html"]), 0, 150) . "..." : strip_tags($data["html"]) ?>
-= l("Published", "Publié") ?> = DateTime::createFromFormat('Y-m-d', explode("@", $article)[0])->format("F jS, Y"); ?>
+= l("Published", "Publié") ?> = strftime(l("%a %b %e, %Y", "%a %e %b %Y"), (int)DateTime::createFromFormat('Y-m-d', explode("@", $article)[0])->format("U")); ?>
" class="card-link">= l("Read more...", "Lire plus...") ?>