Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
7548503
1
Parent(s):
ebd90a1
temurae
Browse files- lib/temuraeh.py +1 -1
lib/temuraeh.py
CHANGED
@@ -30,7 +30,7 @@ latin_alphabet = 'abcdefghijklmnopqrstuvwxyz'
|
|
30 |
|
31 |
|
32 |
def temura_conv(txt,lang):
|
33 |
-
if lang
|
34 |
alphabet = hebrew_alphabet
|
35 |
elif lang=="latin":
|
36 |
alphabet= latin_alphabet
|
|
|
30 |
|
31 |
|
32 |
def temura_conv(txt,lang):
|
33 |
+
if lang=="hebrew":
|
34 |
alphabet = hebrew_alphabet
|
35 |
elif lang=="latin":
|
36 |
alphabet= latin_alphabet
|