volta/example.py

4 lines
66 B
Python
Raw Normal View History

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