Skip to content

Commit 5a98706

Browse files
committed
oops
1 parent d40bbc0 commit 5a98706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/translation/get_translate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def _get_translation_map(self) -> dict:
1414
json_data = load(f)
1515
translation_map[dirname.removeprefix("./translations/")] = json_data
1616
return translation_map
17+
1718
def get_translation(self, language: str, message_code: str) -> str:
1819
translation_map = self._get_translation_map()
1920
try:

0 commit comments

Comments
 (0)