Skip to content

Commit 89d54a9

Browse files
committed
Remove largely unused i18n files
1 parent 359bb62 commit 89d54a9

File tree

363 files changed

+88
-17790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+88
-17790
lines changed

.lintstagedrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gruntfile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,6 @@ module.exports = function(grunt) {
410410
grunt.loadNpmTasks('grunt-contrib-requirejs');
411411
grunt.loadNpmTasks('grunt-htmlhint');
412412

413-
// i18n tracking task
414-
grunt.registerTask('i18n', function() {
415-
var done = this.async();
416-
require('./i18n.js')(done);
417-
});
418-
419413
grunt.registerTask('make_tmp_dir', function() {
420414
const tmp_path = 'tmp/p5.js';
421415
fse.mkdirpSync(tmp_path);
@@ -500,7 +494,6 @@ module.exports = function(grunt) {
500494
'assemble',
501495
'file_append',
502496
'compress',
503-
'i18n',
504497
'htmlhint'
505498
]);
506499

i18n-tracking.yml

Lines changed: 0 additions & 7287 deletions
This file was deleted.

i18n.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)