4 lines
96 B
Python
4 lines
96 B
Python
import localization as lang
|
|
|
|
print(lang.getlstr("ru", "test"))
|
|
print(lang.getlstr("en", "test")) |