From 3823b38a0f4c05f4d4e0cc9c471b9e75d46faf95 Mon Sep 17 00:00:00 2001
From: Тодор Богосављевић <52511255+tbx1b@users.noreply.github.com>
Date: Wed, 12 Jul 2023 17:00:20 +0000
Subject: [PATCH] Add Serbian translation. (#826)
---
i18n/sr-latn.toml | 64 +++++++++++++++++++++
CONTRIBUTORS.md | 1
i18n/sr.toml | 64 +++++++++++++++++++++
3 files changed, 129 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 94bb567..de79113 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -131,3 +131,4 @@
- [Yiğit Altınay](https://altinay.xyz)
- [Fei Kong](https://github.com/alpha0422)
- [Ahmet Enes Bayraktar](https://github.com/aeb-dev)
+- [Todor Bogosavljević](https://github.com/tbx1b)
\ No newline at end of file
diff --git a/i18n/sr-latn.toml b/i18n/sr-latn.toml
new file mode 100644
index 0000000..9956d9b
--- /dev/null
+++ b/i18n/sr-latn.toml
@@ -0,0 +1,64 @@
+[categories]
+one = "kategorija"
+other = "kategorije"
+
+[tags]
+one = "tag"
+other = "tagovi"
+
+[series]
+one = "serija"
+other = "serije"
+
+[authors]
+one = "autor"
+other = "autori"
+
+[posts]
+other = "objave"
+
+[reading_time]
+one = "Jedan minut čitanja"
+other = "{{ .Count }} minuta čitanja"
+
+[page_not_found]
+other = "Stranica nije pronađena"
+
+[page_does_not_exist]
+other = "Izvinite, ova stranica ne postoji."
+
+[head_back]
+other = "Možete se vratiti na <a href=\"{{ . }}\">početnu stranicu</a>."
+
+[licensed_under]
+other = "Licensirano pod"
+
+[powered_by]
+other = "Pokreće"
+
+[see_also]
+other = "takođe proveriti"
+
+[note]
+other = "napomena"
+
+[tip]
+other = "savet"
+
+[example]
+other = "primer"
+
+[question]
+other = "pitanje"
+
+[info]
+other = "informacija"
+
+[warning]
+other = "upozorenje"
+
+[error]
+other = "greška"
+
+[link_to_heading]
+other = "Link do zaglavlja"
diff --git a/i18n/sr.toml b/i18n/sr.toml
new file mode 100644
index 0000000..3c23395
--- /dev/null
+++ b/i18n/sr.toml
@@ -0,0 +1,64 @@
+[categories]
+one = "категорија"
+other = "категорије"
+
+[tags]
+one = "таг"
+other = "тагови"
+
+[series]
+one = "серија"
+other = "серије"
+
+[authors]
+one = "аутор"
+other = "аутори"
+
+[posts]
+other = "објаве"
+
+[reading_time]
+one = "Један минут читања"
+other = "{{ .Count }} минута читања"
+
+[page_not_found]
+other = "Страница није пронађена"
+
+[page_does_not_exist]
+other = "Извините, ова страница не постоји."
+
+[head_back]
+other = "Можете се вратити на <a href=\"{{ . }}\">почетну страницу</a>."
+
+[licensed_under]
+other = "Лиценсирано под"
+
+[powered_by]
+other = "Покреће"
+
+[see_also]
+other = "такође проверити"
+
+[note]
+other = "напомена"
+
+[tip]
+other = "савет"
+
+[example]
+other = "пример"
+
+[question]
+other = "питање"
+
+[info]
+other = "информација"
+
+[warning]
+other = "упозорење"
+
+[error]
+other = "грешка"
+
+[link_to_heading]
+other = "Линк до заглавља"
--
Gitblit v1.10.0