From 9390df23ed33d78b94ae16bcc505b669bdbca011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrija=20=C4=86ur=C4=8Di=C4=87?= Date: Thu, 23 Feb 2023 12:39:27 +0100 Subject: [PATCH] locales(update): Updated Serbian locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit locales(add): Added Serbian locale Co-authored-by: Andrija Ćurčić --- locales/sr_RS.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 locales/sr_RS.json diff --git a/locales/sr_RS.json b/locales/sr_RS.json new file mode 100644 index 0000000..e353f53 --- /dev/null +++ b/locales/sr_RS.json @@ -0,0 +1,5 @@ +{ + "nav": { + "account": "Nalog" + } +}