()
| 253 | |
| 254 | @app.command() |
| 255 | def list_llm_translatable() -> list[str]: |
| 256 | translatable_langs = get_llm_translatable() |
| 257 | print("LLM translatable languages:", translatable_langs) |
| 258 | return translatable_langs |
| 259 | |
| 260 | |
| 261 | @app.command() |
nothing calls this directly
no test coverage detected
searching dependent graphs…