add i18n support adn English and Japanese message

This commit is contained in:
Hiroyasu Nishiyama
2022-06-21 22:39:22 +09:00
parent 10835968fb
commit 42ecf54df6
3 changed files with 5 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ RED.sidebar.help = (function() {
nodeHelp,
{
id: "tours",
label: "Tours",
label: RED._("tourGuide.tours"),
children: tours
},
];