mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 01:37:03 +01:00
Serbian transliterator: Map Đ and đ
This commit is contained in:
parent
31408394b4
commit
408f4b75dd
@ -57,7 +57,7 @@ public class SerbianTransliterator extends SimpleTransliterator {
|
|||||||
|
|
||||||
// Not in the table, pulled from Croatian
|
// Not in the table, pulled from Croatian
|
||||||
put('Ć', "C"); put('ć', "c");
|
put('Ć', "C"); put('ć', "c");
|
||||||
put('Đ', "D"); put('đ', "d");
|
put('Đ', "Dj"); put('đ', "dj");
|
||||||
put('Š', "S"); put('š', "s");
|
put('Š', "S"); put('š', "s");
|
||||||
put('Ž', "z"); put('ž', "z");
|
put('Ž', "z"); put('ž', "z");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user