microsoft / vscode-loc

VS Code Localization Extension
Other
561 stars 297 forks source link

Improve language pack authoring docs #1535

Open okineadev opened 10 months ago

okineadev commented 10 months ago

I want to create a localization for vscode, I followed this guide - https://github.com/Microsoft/vscode-loc/wiki/How-to-create-language-pack-extension

Until I got to the section "Importing a translation to a language pack"

The following commands were written there:

npm run update-localization-extension {path_to_lang_pack_ext} For example: npm run update-localization-extension -- --location ../vscodeloc/localization de

And at this point I got confused because I couldn't figure out how to specify the location correctly

Here is my file structure (in Codespaces): Screenshot

TylerLeonhardt commented 10 months ago

These steps are really old. I need to update them, sorry. I don't think it's very easy to make your own language pack extension right now without also creating a bunch of automation to ensure that you are keeping up-to-date

csigs commented 10 months ago

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

okineadev commented 10 months ago

@TylerLeonhardt Ok, I'll wait until you fix the documentation. Good luck!

okineadev commented 10 months ago

If anything, here I have described the output of the command - https://github.com/microsoft/vscode/issues/201711