Skip to content

Commit

Permalink
Remove largely unused i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Jul 30, 2023
1 parent 359bb62 commit 89d54a9
Show file tree
Hide file tree
Showing 363 changed files with 88 additions and 17,790 deletions.
3 changes: 0 additions & 3 deletions .lintstagedrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-requirejs');
grunt.loadNpmTasks('grunt-htmlhint');

// i18n tracking task
grunt.registerTask('i18n', function() {
var done = this.async();
require('./i18n.js')(done);
});

grunt.registerTask('make_tmp_dir', function() {
const tmp_path = 'tmp/p5.js';
fse.mkdirpSync(tmp_path);
Expand Down Expand Up @@ -500,7 +494,6 @@ module.exports = function(grunt) {
'assemble',
'file_append',
'compress',
'i18n',
'htmlhint'
]);

Expand Down
7,287 changes: 0 additions & 7,287 deletions i18n-tracking.yml

This file was deleted.

101 changes: 0 additions & 101 deletions i18n.js

This file was deleted.

Loading

0 comments on commit 89d54a9

Please sign in to comment.