-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcroatian_serbian.json
69 lines (68 loc) · 1.4 KB
/
croatian_serbian.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Croatian (latin) to Serbian (cyrillic)",
"description": "-",
"link": "http://en.wikipedia.org/wiki/ISO_9",
"chars_mapping":
{
"A": "А",
"B": "Б",
"C": "Ц",
"Č": "Ч",
"Ć": "Ћ",
"D": "Д",
"Dž": "Џ",
"Đ": "Ђ",
"E": "Е",
"F": "Ф",
"G": "Г",
"H": "Х",
"I": "И",
"J": "Ј",
"K": "К",
"L": "Л",
"Lj": "Љ",
"M": "М",
"N": "Н",
"Nj": "Њ",
"O": "О",
"P": "П",
"R": "Р",
"S": "С",
"Š": "Ш",
"T": "Т",
"U": "У",
"V": "В",
"Z": "З",
"Ž": "Ж",
"a": "а",
"b": "б",
"c": "ц",
"č": "ч",
"ć": "ћ",
"d": "д",
"dž": "џ",
"đ": "ђ",
"e": "е",
"f": "ф",
"g": "г",
"h": "х",
"i": "и",
"j": "ј",
"k": "к",
"l": "л",
"lj": "љ",
"m": "м",
"n": "н",
"nj": "њ",
"o": "о",
"p": "п",
"r": "р",
"s": "с",
"š": "ш",
"t": "т",
"u": "у",
"v": "в",
"z": "з",
"ž": "ж"
}
}