From 3cc79d27f477c7eac0a9cf9d9b104678dd860ab8 Mon Sep 17 00:00:00 2001 From: Martijn van der Pol Date: Mon, 24 Apr 2023 21:08:00 +0200 Subject: [PATCH] =?UTF-8?q?Add=20French=20=F0=9F=87=AB=F0=9F=87=B7=20to=20?= =?UTF-8?q?=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 708b1fb..4af6a87 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ Run the `homeassistant.reload_custom_templates` service call to load the file. ## Languages Current supported languages: -* English - [TheFes](https://github.com/TheFes) * Dutch - [TheFes](https://github.com/TheFes) -* Italian - [SiriosDev](https://github.com/SiriosDev) +* English - [TheFes](https://github.com/TheFes) +* French - [Pulpyyyy](https://github.com/Pulpyyyy) * German - [fastlane086](https://github.com/fastlane086) +* Italian - [SiriosDev](https://github.com/SiriosDev) ## How to use The only required field is the datetime you want to show as relative time. It can be eiter in the past or future, and you can use a datetime object, a timestamp (integer or float) or anything which can be converted to a datetime object using `as_datetime`.