mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-02 08:09:13 +00:00
uncomment debug change
This commit is contained in:
@@ -74,7 +74,8 @@ class Translator:
|
||||
return self[key].format(**kwargs)
|
||||
|
||||
def __getitem__(self, key: str) -> str:
|
||||
return "???" # self._strings[key].value if key in self._strings else "Not Translated"
|
||||
# return "???"
|
||||
return self._strings[key].value if key in self._strings else "Not Translated"
|
||||
|
||||
|
||||
Translations = Translator()
|
||||
|
||||
Reference in New Issue
Block a user