Skip to content

Commit b21a850

Browse files
authored
Make the performance sidebar translatable and add Japanese translation (mdn#40549)
1 parent ad6c8d2 commit b21a850

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

files/sidebars/performancesidebar.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,29 @@ sidebar:
2424
- type: listSubPages
2525
path: /Learn_web_development/Extensions/Performance
2626
includeParent: true
27-
title: Learn web performance
27+
title: Learn_web_performance
2828
details: closed
2929
- type: section
3030
title: Reference
3131
- type: listSubPages
3232
path: /Web/API/Performance_API
3333
includeParent: true
34-
title: Performance APIs
34+
title: PerformanceAPIs
3535
details: open
3636
- type: section
37-
title: Related APIs
37+
title: RelatedAPIs
3838
- /Web/API/Beacon_API
3939
- /Web/API/Intersection_Observer_API
40+
l10n:
41+
en-US:
42+
Tutorials: Tutorials
43+
Learn_web_performance: Learn web performance
44+
Reference: Reference
45+
PerformanceAPIs: Performance APIs
46+
RelatedAPIs: Related_APIs
47+
ja:
48+
Tutorials: チュートリアル
49+
Learn_web_performance: ウェブパフォーマンスの学習
50+
Reference: リファレンス
51+
PerformanceAPIs: パフォーマンス API
52+
RelatedAPIs: 関連 API

0 commit comments

Comments
 (0)