sliently fallback + add a fallback key in example.py and en.json but NOT it.json

This commit is contained in:
WhatDidYouExpect 2025-07-06 21:55:51 +02:00
parent 39d7a46b56
commit b0c7683be9
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,4 @@
from main import _
print(_("hello_key"))
print(_("hello_key"))
print(_("fallback_key"))