Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 200fac8

Browse files
committedMar 9, 2025·
fix: translate home primary button text
1 parent 621b225 commit 200fac8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tools/adev-patches/localize-home.patch

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ index a599d9eefa..75a23c7b6e 100644
1313
</a>
1414
<div class="learn-angular">
1515
<a [routerLink]="ctaLink" class="adev-cta">
16-
<button class="docs-primary-btn" [attr.text]="'Learn Angular'" aria-label="Learn Angular">
16+
- <button class="docs-primary-btn" [attr.text]="'Learn Angular'" aria-label="Learn Angular">
1717
- Learn Angular
18+
+ <button class="docs-primary-btn" [attr.text]="'Angular を学ぶ'" aria-label="Angular を学ぶ">
1819
+ Angular を学ぶ
1920
</button>
2021
</a>

0 commit comments

Comments
 (0)
Please sign in to comment.