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