Standardized Plugins Downloads and Center Icons#11494
Standardized Plugins Downloads and Center Icons#11494vince-fugnitto merged 9 commits intoeclipse-theia:masterfrom
Conversation
…cons Signed-off-by: yiliang114 <1204183885@qq.com>
|
Why sometimes CI runs failed after long time? And if i try to rerun them which have ended with some errors, they are okey again. |
|
@yiliang114 We have some flaky tests in there which sometimes (randomly) like to fail, usually related to file access which just times out. See #10348. |
msujew
left a comment
There was a problem hiding this comment.
Thanks, the changes look good to me 👍
1. Update averageRating count logic like VS Code 2. Add averageRating stars title in extension editor Signed-off-by: yiliang114 <1204183885@qq.com>
Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
|
Referring to the format of vscode's Chinese translation, I added a Chinese translation to theia. Now its performance in Chinese and English is respectively theia/packages/core/i18n/nls.zh-cn.json Line 394 in f46789c |
Co-authored-by: Mark Sujew <mark.sujew@typefox.io>
|
Hm, I just noticed that the translation workflow does not run on Forks, see #11525. I'll hope I can address this quickly, since merging it as it is would lead to problems later. |
vince-fugnitto
left a comment
There was a problem hiding this comment.
The changes look good to me 👍 The new localizations will be added to the framework before the release as they do not work from a fork and we changed our approach.
Thank you both @msujew @vince-fugnitto |



fix(vsx-registry): Standardized Plugins Downloads and Center Icons
Signed-off-by: yiliang114 1204183885@qq.com
What it does
VSXExtensionsWidget.How to test
Extensionsactivity bar.chinese.Review checklist
Reminder for reviewers
In VS Code, the downloads of extension is formatted with
en-USand it endWithskno matter what language is set. And the reviews number is always kept as anInt.theia/packages/vsx-registry/src/browser/vsx-extension.tsx
Line 446 in 0c0f8c7
But if theia uses
undefinedto newIntl.NumberFormat, it will cause language inconsistency when my browser default language is different from theia's default language.After modification:
