Modern tools localize thinks like hovers, JS docs to compiler diagnostics. The LSIF graph should have support for:
- knowing for which locale it got generated
- store UI strings in n locale formats
- separate the UI strings from the graph so that locale specific strings can be merged into a graph later on (even if we have to run the tool 2 times).
Modern tools localize thinks like hovers, JS docs to compiler diagnostics. The LSIF graph should have support for: