guymorlan commited on
Commit
25594a0
·
verified ·
1 Parent(s): 719cfda

Update translit.py

Browse files
Files changed (1) hide show
  1. translit.py +1 -1
translit.py CHANGED
@@ -99,7 +99,7 @@ arabic_to_english = {
99
  "ִ": "ⁱ", # hiriq
100
  "ְ": "", # shva
101
  "ֻ": "ᵘ", # kubutz
102
- 'ֵ': "ᵉ" # tzere
103
  "ّ": "SHADDA" # shadda
104
  }
105
 
 
99
  "ִ": "ⁱ", # hiriq
100
  "ְ": "", # shva
101
  "ֻ": "ᵘ", # kubutz
102
+ 'ֵ': "ᵉ", # tzere
103
  "ّ": "SHADDA" # shadda
104
  }
105