From 1a12205ffa88b89b1e9a31fd716e6fad480ecc1b Mon Sep 17 00:00:00 2001 From: "akihiko.kigure" Date: Sat, 18 Feb 2023 13:33:21 +0900 Subject: [PATCH] feat(translate): LearnSidebar.ejs translate for Command line crash course --- kumascript/macros/LearnSidebar.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index b1110a1f497e..92846d981394 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -1789,7 +1789,7 @@ var text = mdn.localStringMap({ 'Client-side_web_development_tools' : 'クライアントサイドウェブ開発ツール', 'Client-side_web_development_tools_index' : 'クライアントサイドウェブ開発ツールの理解', 'Client-side_tooling_overview' : 'クライアントサイドツールの概要', - 'Command_line_crash_course' : 'Command line crash course', + 'Command_line_crash_course' : 'コマンドライン短期集中講座', 'Package_management_basics' : 'Package management basics', 'Introducing_a_complete_toolchain' : 'Introducing a complete toolchain', 'Deploying_our_app' : 'Deploying our app',