mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
8a21837ca2
Three pre-enable strings listed exactly the old default set (VAE, upscaler, text encoder, CLIP vision), so they read as "these are what enabling manages" - now wrong twice over, since clip_vision became opt-in and ControlNet was never named. Point them at the capability instead: other.disabled.description and banners.otherModels.content enumerate all five sub_types, and settings.folderSettings.enableOtherModelsHelp names all five folder categories the master switch gates. Model-type names stay in Latin per the model-type rule; de compounds as CLIP-Vision- und ControlNet-Ordner and the slash-list locales keep their existing VAE / Upscaler / Text Encoder / ... casing. No placeholders or HTML are involved. Editing en.json leaves the nine locales stale, and the sync script only adds missing keys, so each locale is updated in the same pass by exact-literal replacement of the one line - no JSON round-trip, no formatting churn (three changed lines per file). Record the refreshed strings and the "capability, not defaults" rule in the i18n guidelines.