We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546109 commit 5e8c8b8Copy full SHA for 5e8c8b8
src/firmware/installPybricksDialog/InstallPybricksDialog.tsx
@@ -170,6 +170,11 @@ const UnsupportedHubs: React.FunctionComponent = () => {
170
'selectHubPanel.notOnListButton.info.poweredUp.mario',
171
)}
172
</li>
173
+ <li>
174
+ {i18n.translate(
175
+ 'selectHubPanel.notOnListButton.info.poweredUp.technicMove',
176
+ )}
177
+ </li>
178
</ul>
179
</div>
180
);
src/firmware/installPybricksDialog/translations/en.json
@@ -22,7 +22,8 @@
22
"intro": "Support for these hubs is currently not planned.",
23
"wedo2": "WeDo 2.0 Smart hub.",
24
"duploTrain": "Duplo Train hub.",
25
- "mario": "Mario/Luigi/Peach."
+ "mario": "Mario/Luigi/Peach.",
26
+ "technicMove": "Technic Move hub."
27
}
28
29
},
0 commit comments