[AspireE2E] There are unlocalized strings in the resources page and action menus of the Aspire dashboard
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**REGRESSION INFO:** Work well in Aspire 13.4.6
**INSTALL STEPS**
1. Clean machine: Win11 x64 25h2 ENU
1. Install SDK 10.0.301
1. Add feed
1. Install Aspire 13.5 CLI `iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"`
**REPRO STEPS**
1. Open CMD and create an Aspire Starter App (ASP.NET Core/Blazor) project:
```
aspire new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
```
1. Run the app with `aspire run`
1. Open the Dashboard URL in browser
1. Go to Settings, change language to Chinese
1. View the dashboard page
**ACTUAL**
1. The "Resources," "Parameters," and "Charts" tabs on the Resources page are not localized.
1. When clicking the ellipsis under Actions, the “View JSON” is not localized in the menus.
**Expected**
On Aspire 13.4.6:
Contributor guide
Research direction
Start by reproducing the issue in the Aspire dashboard: change the Settings language to Chinese, then inspect the Resources page tabs and the ellipsis action menu. The work is done when Resources, Parameters, Charts, and View JSON display localized text instead of English.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- frontend, localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100