@robotical/webapp-types 3.14.10 → 3.14.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/src/i18n.js +3 -1
- package/package.json +1 -1
package/dist-types/src/i18n.js
CHANGED
|
@@ -64,7 +64,9 @@ var resources = {
|
|
|
64
64
|
"blocks_cog_13_title": "13. Quiz Game",
|
|
65
65
|
"blocks_cog_13_subtitle": "Let's create a quiz game with Cog!",
|
|
66
66
|
"blocks_cog_14_title": "14. Motion Tracker",
|
|
67
|
-
"blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!"
|
|
67
|
+
"blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!",
|
|
68
|
+
"blocks_cog_15_title": "15. ML Gesture Sensing",
|
|
69
|
+
"blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!"
|
|
68
70
|
},
|
|
69
71
|
"addon_item": {
|
|
70
72
|
"delete": "Delete",
|