volta/example.py

5 lines
94 B
Python
Raw Normal View History

from main import _
2025-07-06 21:14:47 +02:00
print(_("hello_key"))
print(_("fallback_key"))
print(_("thisdoesntexist"))