5 lines
No EOL
94 B
Python
5 lines
No EOL
94 B
Python
from main import _
|
|
|
|
print(_("hello_key"))
|
|
print(_("fallback_key"))
|
|
print(_("thisdoesntexist")) |