Skip to content

Commit fa5fbee

Browse files
committed
fix(adev): 修正错误或多余的翻译
1 parent 9a976bd commit fa5fbee

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

adev/shared-docs/components/search-dialog/search-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939

4040
<!-- Page title -->
41-
<span class="docs-result-page-title">{{ result.hierarchy.lvl0 }}</span>
41+
<span class="docs-result-page-title">{{ result.category }}</span>
4242
</a>
4343
</li>
4444
}

adev/shared-docs/components/top-level-banner/top-level-banner.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 tabindex="0" class="docs-top-level-banner-cta background"><span class="docs-
1313
</div>
1414
}
1515

16-
<button class="docs-top-level-banner-close" type="button" (click)="close()" aria-label="关闭">
16+
<button class="docs-top-level-banner-close" type="button" (click)="close()">
1717
<docs-icon class="docs-icon_high-contrast">close</docs-icon>
1818
</button>
19-
}
19+
}

adev/src/app/features/home/components/home-animation/home-animation.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
href="https://blog.angular.dev/meet-angular-v19-7b29dfd05b84"
66
class="adev-banner"
77
target="_blank"
8-
rel="noopener"
98
>
109
<h1 tabindex="-1">Angular v19 已发布!</h1>
1110
<p class="adev-banner-cta">阅读我们的最新版本。</p>

adev/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<link rel="manifest" href="/assets/icons/site.webmanifest" />
5959
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#e90464" />
6060
<link rel="shortcut icon" href="/assets/icons/favicon.ico" />
61-
<link rel="canonical" href="https://angular.dev" />
61+
<link rel="canonical" href="https://angular.cn" />
6262

6363
<meta name="apple-mobile-web-app-title" content="Angular" />
6464
<meta name="application-name" content="Angular" />

0 commit comments

Comments
 (0)