mirror of https://github.com/luizdepra/hugo-coder.git

Тодор Богосављевић
12.00.2023 3823b38a0f4c05f4d4e0cc9c471b9e75d46faf95
Add Serbian translation. (#826)

### Prerequisites

Put an `x` into the box(es) that apply:

- [ ] This pull request fixes a bug.
- [x] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Description

Added Serbian translation. Serbia uses both Latin and Cyrilic scripts,
so I added both of them.

### Issues Resolved

N/A

### Checklist

Put an `x` into the box(es) that apply:

#### General

- [x] Describe what changes are being made
- [ ] Explain why and how the changes were necessary and implemented
respectively
- [ ] Reference issue with `#<ISSUE_NO>` if applicable

#### Resources

- [ ] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

#### Contributors

- [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already
1 files modified
2 files added
129 ■■■■■ changed files
CONTRIBUTORS.md 1 ●●●● patch | view | raw | blame | history
i18n/sr-latn.toml 64 ●●●●● patch | view | raw | blame | history
i18n/sr.toml 64 ●●●●● patch | view | raw | blame | history
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)
i18n/sr-latn.toml
New file
@@ -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"
i18n/sr.toml
New file
@@ -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 = "Линк до заглавља"