Skip to content

Commit

Permalink
Generate 'core/classifier/localized_names.py' with correct indentaion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jompu committed Mar 14, 2024
1 parent 78531ef commit 9637c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def run(self):
)
file.write("genres = {\n")
for genre in genres:
file.write(f' "{genre.name}": _("{genre.name}"),\n')
file.write(f' "{genre.name}": _("{genre.name}"),\n')
file.write("}\n")

os.system("./bin/util/generate_translation_template")
Expand Down

0 comments on commit 9637c40

Please sign in to comment.