uk ru exchange
parent
a547882560
commit
01a4599136
|
@ -473,5 +473,11 @@ def localize(text):
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
return dictionary[language][text]
|
return dictionary[language][text]
|
||||||
|
except:
|
||||||
|
if language=='uk':
|
||||||
|
try:
|
||||||
|
return dictionary['ru'][text]
|
||||||
except:
|
except:
|
||||||
return text
|
return text
|
||||||
|
else:
|
||||||
|
return text
|
||||||
|
|
Loading…
Reference in New Issue