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.
2 parents 38fe0ee + f33c5a6 commit 7b75cceCopy full SHA for 7b75cce
src/components/Activity.vue
@@ -270,7 +270,7 @@ const coderbot_locales = {
270
en: bot_en,
271
fr: bot_fr
272
};
273
-Blockly.Msg = { ...Blockly.Msg, ...coderbot_locales[locale] };
+Blockly.Msg = { ...Blockly.Msg, ...coderbot_locales[locale].default };
274
275
const blockly_locales = {
276
it: blockly_it,
@@ -504,7 +504,7 @@ export default {
504
// Options
505
{
506
toolbox: serializedToolbox,
507
- media: 'media',
+ media: 'media/',
508
// TODO: Use values from fetched configuration!
509
scrollbars: true,
510
// MaxBlocks : -1, // -1 as infinite not working FIXME
0 commit comments