mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 02:25:50 +01:00
Fix GeorgianTransliterator
This commit is contained in:
parent
90771891a5
commit
92cce3bbf2
@ -27,7 +27,7 @@
|
||||
super(new HashMap<Character, String>() {{
|
||||
put('ა', "a"); put('ბ', "b"); put('გ', "g");
|
||||
put('დ', "d"); put('ე', "e"); put('ვ', "v");
|
||||
put('ზ', "z"); put('თ', "t"); put('ი', "i");
|
||||
put('ზ', "z"); put('თ', "T"); put('ი', "i");
|
||||
put('კ', "k"); put('ლ', "l"); put('მ', "m");
|
||||
put('ნ', "n"); put('ო', "o"); put('პ', "p");
|
||||
put('ჟ', "J"); put('რ', "r"); put('ს', "s");
|
||||
|
Loading…
Reference in New Issue
Block a user