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