You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_=observer.OnNext(ctx, newImportantProgressMessage("Analyzing Aspire Application (this might take a moment...)"))
Ideally, this message -and all messages returned by the services exposed by the AzDev server- should be translated.
This would require not only defining the all the translated messages packages, but also a way to communicate the current locale of the client (caller). This configuration might be passed through Server.Initialize() endpoint.
Note: a bug for this has been already open for VS IDE. Bug 2291999, Area path DevDiv\Web Tools\Aspire
The text was updated successfully, but these errors were encountered:
Messages sent back to the caller of
Environment.CreateEnvironment
are not translated. E.g.:This message is located here:
azure-dev/cli/azd/internal/vsrpc/environment_service_create.go
Line 63 in f67bbd7
Ideally, this message -and all messages returned by the services exposed by the AzDev server- should be translated.
This would require not only defining the all the translated messages packages, but also a way to communicate the current locale of the client (caller). This configuration might be passed through
Server.Initialize()
endpoint.Note: a bug for this has been already open for VS IDE. Bug
2291999
, Area pathDevDiv\Web Tools\Aspire
The text was updated successfully, but these errors were encountered: