From 54bc7ee02bc4522b8295dcb51260875db6c06e42 Mon Sep 17 00:00:00 2001 From: Martijn van der Pol Date: Tue, 28 May 2024 09:33:07 +0200 Subject: [PATCH] Add UK to supported language list (#53) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcf6a57..135ad64 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Current supported languages: |Portuguese|`pt`|[FragMenthor](https://github.com/FragMenthor)| |Russian|`ru`|[wrun](https://github.com/wrun)| |Swedish|`sv`|[tde01065](https://github.com/tde01065)| +|Ukranian|`uk`|[laktiv](https://github.com/laktiv)| ## 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`.