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): capitalize Node.js #10065

Merged
merged 1 commit into from
Nov 23, 2023
Merged
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
8 changes: 4 additions & 4 deletions kumascript/macros/LearnSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const l10nStrings = mdn.localStringMap({
'Server-side_website_programming' : 'Server-side website programming',
'First_steps' : 'First steps',
'Django_web_framework_(Python)' : 'Django web framework (Python)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web Framework (node.js/JavaScript)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web Framework (Node.js/JavaScript)',
'Further_resources': 'Further resources',
'Common_questions': 'Common questions',
},
Expand Down Expand Up @@ -168,7 +168,7 @@ const l10nStrings = mdn.localStringMap({
'Server-side_website_programming' : '服务端网页编程',
'First_steps' : '第一步',
'Django_web_framework_(Python)' : 'Django Web 框架(Python)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web 框架(node.js/JavaScript)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web 框架(Node.js/JavaScript)',
'Further_resources': '更多资源',
'Common_questions': '常见问题',
},
Expand Down Expand Up @@ -209,7 +209,7 @@ const l10nStrings = mdn.localStringMap({
'Server-side_website_programming' : '伺服端網站程式設計',
'First_steps' : '第一步',
'Django_web_framework_(Python)' : 'Django 網站框架 (Python)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express 網站框架 (node.js/JavaScript)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express 網站框架 (Node.js/JavaScript)',
'Further_resources': '更多資源',
'Common_questions': '常見問題',
},
Expand Down Expand Up @@ -293,7 +293,7 @@ const l10nStrings = mdn.localStringMap({
'Server-side_website_programming' : 'Server-side website programming',
'First_steps' : 'First steps',
'Django_web_framework_(Python)' : 'Django web framework (Python)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web Framework (node.js/JavaScript)',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web Framework (Node.js/JavaScript)',
'Further_resources': 'Further resources',
'Common_questions': 'Common questions',
},
Expand Down