Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
stackptr committed Mar 21, 2023
1 parent 6061e30 commit 7a96c24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions src/check-i18n-variables
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const {getFiles, filterJsFiles, supportedLngs} = require('./helpers.js')

const projects = process.argv.slice(2)

console.log(projects)

const translationKeysWithKnownVariablesInProject = async project => {
const files = await getFiles(project)
const jsFiles = files.filter(filterJsFiles)
Expand Down
13 changes: 0 additions & 13 deletions src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ const filterJsFiles = f =>

module.exports.filterJsFiles = filterJsFiles

const projects = [
'core',
'student-materials',
'educator-materials',
'entities',
'school',
'student',
'console',
'classroom'
]

module.exports.projects = projects

const supportedLngs = ['es', 'en', 'en-GB']

module.exports.supportedLngs = supportedLngs

0 comments on commit 7a96c24

Please sign in to comment.