Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix widget manifest localization #254

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions src/AzureExtensionServer/Package-Can.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<CreateInstance ClassId="5C844D91-B497-4D59-AE73-CDC895B1EB2F" />
</Activation>
<Definitions>
<Definition Id="Azure_QueryList" DisplayName="Query Result" Description="Azure Query List Widget" IsCustomizable="true">
<Definition Id="Azure_QueryList" DisplayName="ms-resource:Widget_DisplayName_QueryList" Description="ms-resource:Widget_Description_QueryList" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -90,27 +90,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_QueryTiles" DisplayName="Query Tiles" Description="Azure DevOps Query Tiles Widget" IsCustomizable="true">
<Definition Id="Azure_QueryTiles" DisplayName="ms-resource:Widget_DisplayName_QueryTiles" Description="ms-resource:Widget_Description_QueryTiles" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -127,27 +127,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_PullRequests" DisplayName="Pull Requests" Description="Azure DevOps Pull Requests Widget" IsCustomizable="true">
<Definition Id="Azure_PullRequests" DisplayName="ms-resource:Widget_DisplayName_PullRequests" Description="ms-resource:Widget_Description_PullRequests" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -164,27 +164,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_MyPRs" DisplayName="My Pull Requests" Description="Azure DevOps Developer Pull Requests Widget" IsCustomizable="false">
<Definition Id="Azure_MyPRs" DisplayName="ms-resource:Widget_DisplayName_MyPullRequests" Description="ms-resource:Widget_Description_MyPullRequests" IsCustomizable="false">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -201,22 +201,22 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand Down
32 changes: 16 additions & 16 deletions src/AzureExtensionServer/Package-Dev.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<CreateInstance ClassId="1A7EFA8B-2CFA-4130-93B0-92BC0230C84E" />
</Activation>
<Definitions>
<Definition Id="Azure_QueryList" DisplayName="Query Result" Description="Azure Query List Widget" IsCustomizable="true">
<Definition Id="Azure_QueryList" DisplayName="ms-resource:Widget_DisplayName_QueryList" Description="ms-resource:Widget_Description_QueryList" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -90,27 +90,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryResultScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryList" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_QueryTiles" DisplayName="Query Tiles" Description="Azure DevOps Query Tiles Widget" IsCustomizable="true">
<Definition Id="Azure_QueryTiles" DisplayName="ms-resource:Widget_DisplayName_QueryTiles" Description="ms-resource:Widget_Description_QueryTiles" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -127,27 +127,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\QueryTilesScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_QueryTiles" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_PullRequests" DisplayName="Pull Requests" Description="Azure DevOps Pull Requests Widget" IsCustomizable="true">
<Definition Id="Azure_PullRequests" DisplayName="ms-resource:Widget_DisplayName_PullRequests" Description="ms-resource:Widget_Description_PullRequests" IsCustomizable="true">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -164,27 +164,27 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_PullRequests" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="Azure_MyPRs" DisplayName="My Pull Requests" Description="Azure DevOps Developer Pull Requests Widget" IsCustomizable="false">
<Definition Id="Azure_MyPRs" DisplayName="ms-resource:Widget_DisplayName_MyPullRequests" Description="ms-resource:Widget_Description_MyPullRequests" IsCustomizable="false">
<Capabilities>
<Capability>
<Size Name="small" />
Expand All @@ -201,22 +201,22 @@
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\azureIcon.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="Dev Home icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="ms-resource:Widget_ScreenshotAltDisplay_MyPullRequests" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand Down
Loading
Loading