testing testing
This commit is contained in:
BIN
__pycache__/localization.cpython-310.pyc
Normal file
BIN
__pycache__/localization.cpython-310.pyc
Normal file
Binary file not shown.
9
localization.py
Normal file
9
localization.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
def getlstr(lang, strname):
|
||||||
|
|
||||||
|
# ======== RUSSIAN ========
|
||||||
|
if lang == "ru" and strname == "test":
|
||||||
|
return "Привет, мир!"
|
||||||
|
|
||||||
|
# ======== ENGLISH ========
|
||||||
|
if lang == "en" and strname == "test":
|
||||||
|
return "Hello, world!"
|
||||||
Reference in New Issue
Block a user