Fix typo.
This commit is contained in:
parent
f31d6f8c82
commit
13fd1a84c9
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user