Skip to content

Commit 7b75cce

Browse files
committed
merge
2 parents 38fe0ee + f33c5a6 commit 7b75cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Activity.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const coderbot_locales = {
270270
en: bot_en,
271271
fr: bot_fr
272272
};
273-
Blockly.Msg = { ...Blockly.Msg, ...coderbot_locales[locale] };
273+
Blockly.Msg = { ...Blockly.Msg, ...coderbot_locales[locale].default };
274274
275275
const blockly_locales = {
276276
it: blockly_it,
@@ -504,7 +504,7 @@ export default {
504504
// Options
505505
{
506506
toolbox: serializedToolbox,
507-
media: 'media',
507+
media: 'media/',
508508
// TODO: Use values from fetched configuration!
509509
scrollbars: true,
510510
// MaxBlocks : -1, // -1 as infinite not working FIXME

0 commit comments

Comments
 (0)