scripts(ui): add comment to clean_translations script about underscores

This commit is contained in:
psychedelicious
2024-09-25 17:04:06 +10:00
committed by Kent Keirsey
parent c8246b99d3
commit cca807ed01

View File

@@ -3,6 +3,7 @@
# Note: Must be run from invokeai/frontend/web/scripts directory
#
# After running the script, open `en.json` and check for empty objects (`{}`) and remove them manually.
# Also, the script does not handle keys with underscores. They need to be checked manually.
import json
import os