uk ru exchange
This commit is contained in:
parent
a547882560
commit
01a4599136
@ -474,4 +474,10 @@ def localize(text):
|
|||||||
try:
|
try:
|
||||||
return dictionary[language][text]
|
return dictionary[language][text]
|
||||||
except:
|
except:
|
||||||
return text
|
if language=='uk':
|
||||||
|
try:
|
||||||
|
return dictionary['ru'][text]
|
||||||
|
except:
|
||||||
|
return text
|
||||||
|
else:
|
||||||
|
return text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user