Skip to content

Commit 4bd96d6

Browse files
authored
Added Croatian translation (hr.yaml) (#1044)
1 parent 3b83cdc commit 4bd96d6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

i18n/hr.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- id: prev_page
2+
translation: "Prethodna stranica"
3+
4+
- id: next_page
5+
translation: "Sljedeća stranica"
6+
7+
- id: read_time
8+
translation:
9+
one : "1 minuta"
10+
other: "{{ .Count }} minute"
11+
12+
- id: words
13+
translation:
14+
one : "riječ"
15+
other: "{{ .Count }} riječi"
16+
17+
- id: toc
18+
translation: "Tablica Sadržaja"
19+
20+
- id: translations
21+
translation: "Prijevodi"
22+
23+
- id: home
24+
translation: "Početna stranica"
25+
26+
- id: edit_post
27+
translation: "Promjeni"
28+
29+
- id: code_copy
30+
translation: "kopiraj"
31+
32+
- id: code_copied
33+
translation: "kopirano!"

0 commit comments

Comments
 (0)