Fix typo.

This commit is contained in:
John Livingston 2023-02-16 06:58:28 +01:00
parent f31d6f8c82
commit 13fd1a84c9
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class BuildLanguages {
this.langs = Object.values(translations).map(filename => { this.langs = Object.values(translations).map(filename => {
return filename.match(/^.*\/(\w+)\.json$/)[1] return filename.match(/^.*\/(\w+)\.json$/)[1]
}) })
console.log('Existings languages: ', this.langs) console.log('Existing languages: ', this.langs)
} }
initTranslationStrings () { initTranslationStrings () {