From f3d5e28be76cc737e93fb27b48a1dde21bbee837 Mon Sep 17 00:00:00 2001 From: "akihiko.kigure" Date: Mon, 13 Nov 2023 23:07:14 +0900 Subject: [PATCH] feat(translate): LearnSidebar.ejs translate for Introduction_to_client-side_frameworks --- 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 6ad04307bf1a..d6c02cc823a8 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -284,7 +284,7 @@ const l10nStrings = mdn.localStringMap({ 'Cross_browser_testing' : 'Cross browser testing', 'Git_and_GitHub' : 'Git and GitHub', 'Client-side_web_development_tools' : 'クライアントサイドウェブ開発ツール', - 'Introduction_to_client-side_frameworks': 'Introduction to client-side frameworks', + 'Introduction_to_client-side_frameworks': 'クライアントサイドフレームワークの概要', 'React': 'React', 'Ember': 'Ember', 'Vue': 'Vue',