microsoft / vscode-loc

VS Code Localization Extension
Other
548 stars 298 forks source link

Fix command in Wiki #1674

Open okineadev opened 1 month ago

okineadev commented 1 month ago

image

Replace

npm run update-localization-extension -- --location ../vscodeloc/localization de

to:

npm run update-localization-extension -- --location ../vscode-translations-export de

Then everything will be done correctly Because the path to the folder with .xlf files must be specified in the arguments

Closes #1535

csigs commented 1 month ago

Thank you for your feedback. We are currently reviewing it (reference 985820).

okineadev commented 1 month ago

Thank you for your feedback. We are currently reviewing it (reference 985820).

I do not believe

csigs commented 2 weeks ago

Thank you for your feedback. We are currently reviewing it (reference 992606).