Skip to content

[AspireE2E] The Notification Center on the dashboard are not localized #16140

@EmilyFeng97

Description

@EmilyFeng97

REGRESSION INFO: New feature change on Aspire.ProjectTemplates 13.3

INSTALL STEPS

  1. Clean machine: Windows11 25h2 x64
  2. Install SDK 10.0.201
  3. Install Aspire.ProjectTemplate:
    dotnet nuget add source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json --name dotnet9
    dotnet new install Aspire.ProjectTemplates@13.3.0-preview.1.26213.4 --force
    

REPRO STEPS

  1. Open CMD, create an Aspire Starter App using following commands:
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
  1. Run the app with dotnet run
  2. Open the Dashboard URL in browser
  3. Go to Settings, change language to Chinese
  4. Hover the mouse over the bell icon button in the header
  5. Click the bell icon button to open Notification Center

ACTUAL

  1. When hovering the mouse over the bell icon button, the notification content is not localized.
    Image

  2. Open Notification Center:
    Image

  3. The command execution results displayed in the notification are not localized.
    Image

  4. The execution results in Notification Center are not localized.
    Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions