Replies: 1 comment
-
|
I'm not sure about this. For example in my native language, the three bottom buttons (apply, revert, commit) would be 2x the length. That wouldn't look good on narrow panel widths. In your experience is it common for extensions to be localized to your native language? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I would like to help you improve your tool, which is good. So I write for you this gentle suggestion. I think that one area that is calling for attention now is localization in your extension. https://stackoverflow.com/questions/56420338/how-to-localise-vscode-extension
I would like to see your extension all translated to other languages for example, since english is not my main language.
Maybe we could help you to translate you extension, of course, but I guess you need to start with the first step, to allow translations to happen in this extension.
What I mean is both the interface (panel of your extension), and also, if possible, I refer to the Commands. If not possible to translate the commands, at least if we could easily create commands for your extension that mirrors the original commands, but translated to our preferred languages.
In other words, any improvement to localization is welcome.
Also, I would like to let you know that your recent improvement in the main UI was welcome, because I do not have enough width space to let panels of vscode open with a lot of width, and previously, there was much going on in your CODE WEB CHAT panel (the one on the bottom), so everything was very truncated. And now it is better. Any other improvement to small width sizes is going to be welcome. It don't want to say that it is in a bad state now. See:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions