From df4d86a1be619baeb57d20f184de224276ad4cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrija=20=C4=86ur=C4=8Di=C4=87?= Date: Wed, 22 Feb 2023 10:39:48 +0000 Subject: [PATCH] locales(update): Updated Serbian locale --- src/translations/sr.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/translations/sr.json b/src/translations/sr.json index 0967ef4..243866e 100644 --- a/src/translations/sr.json +++ b/src/translations/sr.json @@ -1 +1,7 @@ -{} +{ + "global": { + "messages": "Poruke", + "communities": "Zajednice" + }, + "language": "Srpski" +}