From cecc09ab859591f5818c5a7a52657f69488760c7 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Tue, 23 Sep 2025 08:50:45 +0200 Subject: [PATCH] New translations time.json (Serbian (Cyrillic)) --- locales/sr/time.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 locales/sr/time.json diff --git a/locales/sr/time.json b/locales/sr/time.json new file mode 100644 index 0000000..6d6dcf4 --- /dev/null +++ b/locales/sr/time.json @@ -0,0 +1,8 @@ +{ + "minute": "minute", + "minutes": "minutes", + "hour": "hour", + "hours": "hours", + "day": "day", + "days": "days" +}