hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.09k stars 414 forks source link

Change extension language standalone #330

Closed qrqhuang closed 2 years ago

qrqhuang commented 2 years ago

I use english as my default vs language. But this extension I want to show Chinese instead. Can this be configured and standalone with ide ?

esailes commented 2 years ago

this extension use the env.language

but , you can replace the language file dia_ENV.txt .vscode\extensions\hediet.vscode-drawio-insiders-build-1.6.502\drawio\src\main\webapp\resources

qrqhuang commented 2 years ago

@esailes It works. Thanks.