InvokeAI/invokeai/frontend
psychedelicious 24e741e2d1 feat(ui): add script to clean translations
This script removes unused translations from the `en.json` source translation file:
- Parse `en.json` to build a list of all keys, e.g. `controlnet.depthAnything`
- Check every frontend file for every key
- If the key is not found, it is removed from the translation file
- Exact matches (e.g. `controlnet.depthAnything`) and stem matches (e.g. `depthAnything`) are ignored
2024-03-14 11:38:29 +11:00
..
CLI chore: ruff 2024-03-01 10:42:33 +11:00
install tidy(mm): use canonical capitalization for all model-related enums, classes 2024-03-05 23:50:19 +11:00
merge Remove references to the no longer existing invokeai.app.services.model_metadata package 2024-03-05 19:58:25 -05:00
training chore: ruff 2024-03-01 10:42:33 +11:00
web feat(ui): add script to clean translations 2024-03-14 11:38:29 +11:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py isort wip 2023-09-12 13:01:58 -04:00