took changes from another branch, this should yeet
This commit is contained in:
989onan
2024-07-24 17:49:26 -04:00
parent ce7c6aa664
commit 6d4b115855
5 changed files with 3 additions and 451 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def load_translations() -> None:
print("Default translation file 'en_US.json' not found.")
def t(phrase: str, *args, **kwargs) -> str:
output: str = dictionary.get(phrase, None)
output: str = dictionary.get(phrase)
if output is None:
if verbose:
print('Warning: Unknown phrase: ' + phrase)