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 2649b6b commit 38fe0eeCopy full SHA for 38fe0ee
src/components/Activity.vue
@@ -504,7 +504,7 @@ export default {
504
// Options
505
{
506
toolbox: serializedToolbox,
507
- // path: 'static/js/blockly/',
+ media: 'media',
508
// TODO: Use values from fetched configuration!
509
scrollbars: true,
510
// MaxBlocks : -1, // -1 as infinite not working FIXME
src/i18n/index.js
@@ -19,7 +19,7 @@ const locales = {
19
20
Vue.use(VueI18n);
21
22
-const language = window.navigator.userLanguage || window.navigator.language;
+const language = (window.navigator.userLanguage || window.navigator.language).substring(0, 2);
23
24
export default new VueI18n({
25
locale: language,
0 commit comments