Skip to content

Commit

Permalink
Fix locale showing as 'locale name' in captions list
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Jan 3, 2024
1 parent 536788e commit 1d3258f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _scripts/ProcessLocalesPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ class ProcessLocalesPlugin {
}
}

if (Object.prototype.hasOwnProperty.call(data, 'Locale Name')) {
delete data['Locale Name']
}

this.removeEmptyValues(data)

let filename = `${this.outputDir}/${locale}.json`
Expand Down

0 comments on commit 1d3258f

Please sign in to comment.