mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Didn't mean to commit that stuff commented out
This commit is contained in:
parent
c1de837595
commit
b26a0f69c3
1 changed files with 1 additions and 9 deletions
10
src/init.js
10
src/init.js
|
@ -1,14 +1,6 @@
|
||||||
var api = require('./mixins/api.jsx').api;
|
var api = require('./mixins/api.jsx').api;
|
||||||
var jar = require('./lib/jar');
|
var jar = require('./lib/jar');
|
||||||
// var locales = require('../languages.json');
|
|
||||||
// var translations = {
|
|
||||||
// en: require('../en.json')
|
|
||||||
// };
|
|
||||||
// for (var id in locales) {
|
|
||||||
// try {
|
|
||||||
// translations[id] = require('../locales/' + id + '.json');
|
|
||||||
// } catch
|
|
||||||
// }
|
|
||||||
var translations = require('../locales/translations.json');
|
var translations = require('../locales/translations.json');
|
||||||
|
|
||||||
require('custom-event-polyfill');
|
require('custom-event-polyfill');
|
||||||
|
|
Loading…
Reference in a new issue