multilanguage support #8
Closed
Arman-Espiar
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Hi Arman, first of all thank you for your collaboration! I've had a look at those files you posted and to me your implementation looks fine. But by the way, I already thought about making the extension multilingual, and the easiest way I found is to be able to customize each commands through the options section. This way anyone can rewrite the commands with any language, not only that, can customize the commands for any specific reason or purpose. With this approach the project does not need to have resource files for each language or publish a new version for any new language. This approach can be more "open" for anyone. What do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, please multilanguage to this extension for Multilanguage performance. for example, when you select a code and click on Add comment, English comments added by default. because in "AddComments" file write "Rewrite the code with comments..." and chatGPT return English comments and if write with other languages ex: Farsi "...کد را با کامنت فارسی بازنویسی کنید" Or "Rewrite the code with Farsi comments..." chatGPT return comments with specify languages (in ex is Farsi).
so, i add resources file English and Farsi and change hard code to static class and change Command files. But, I haven't made a VSIX project yet, that's why I'm putting the files here for you, if you like, add them to the project.
There is no need to change all the sections, only the sections related to the explanation are more understandable, such as comments, explanations, etc
commands and languages
Beta Was this translation helpful? Give feedback.
All reactions