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

chore(macros/LearnSidebar): add translate HTML, CSS section #11839

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 8 additions & 8 deletions kumascript/macros/LearnSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@ const l10nStrings = mdn.localStringMap({
'ja': {
'Complete_beginners_start_here': '完全な初心者はこちらから!',
'Getting_started_with_the_web': 'ウェブ入門',
'HTML_Structuring_the_web': 'HTML — Structuring the web',
'HTML_Structuring_the_web': 'HTML — ウェブの構造化',
'Introduction_to_HTML': 'HTML概論',
'Multimedia_and_embedding': 'Multimedia and embedding',
'HTML_tables' : 'HTML tables',
'CSS_Styling_the_web': 'CSS — Styling the web',
'CSS_first_steps': 'CSS first steps',
'CSS_building_blocks': 'CSS building blocks',
'Styling_text': 'Styling text',
'CSS_layout': 'CSS layout',
'Multimedia_and_embedding': 'マルチメディアと埋め込み',
'HTML_tables' : 'HTML ',
'CSS_Styling_the_web': 'CSS — ウェブのスタイル設定',
'CSS_first_steps': 'CSS の第一歩',
'CSS_building_blocks': 'CSS の構成要素',
'Styling_text': 'テキストの装飾',
'CSS_layout': 'CSS レイアウト',
'JavaScript_dynamic_client-side_scripting': 'JavaScript — 動的クライアントサイドスクリプト',
'JavaScript_first_steps': 'JavaScript の第一歩',
'JavaScript_building_blocks': 'JavaScript building blocks',
Expand Down
Loading