test crowdin

This commit is contained in:
Michael Schramm 2020-06-05 21:21:59 +02:00
parent ca51b7ed2c
commit 6ac044342e
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const compare = (original, compareTo, path, file) => {
dirs.forEach(dir => {
const files: string[] = glob.sync(`${dir}*.json`)
const existingFiles = files.map(file => file.replace(/^.*\/([a-z]+)\.json$/, '$1'))
const existingFiles = files.map(file => file.replace(/^.*\/([a-z]+)\.json$/, '$1')).push('language')
Object
.keys(all)
.filter(file => !existingFiles.includes(file))