Skip to content

Commit

Permalink
fix(i18n): remove rogue return in extract_all_from_json_file (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 31, 2023
1 parent 603db6e commit 2d75e1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/extract_json_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,6 @@ def extract_all_from_dir(state, dir):


def extract_all_from_json_file(state, json_file):
return
"Extract translatable strings from every object in the specified JSON file."
state.current_source_file = json_file
log_verbose("Loading {}".format(json_file))
Expand Down

0 comments on commit 2d75e1b

Please sign in to comment.