Removed Japanese and French YAML file for the moment because of too many missing translated strings
This commit is contained in:
parent
c3d483a6c6
commit
162a853e43
|
@ -33,7 +33,7 @@ fs.readdir('.', (err, dir) => {
|
|||
})
|
||||
|
||||
// List of locales approved for use
|
||||
const activeLocales = ['en-US', 'de-DE', 'pt-PT', 'fi', 'fr-FR', 'ja', 'pt-BR', 'vi', 'zh-CN', 'zh-TW']
|
||||
const activeLocales = ['en-US', 'de-DE', 'pt-PT', 'fi', 'pt-BR', 'vi', 'zh-CN', 'zh-TW']
|
||||
const messages = {}
|
||||
|
||||
// Take active locales and load respective YAML file
|
||||
|
|
Loading…
Reference in New Issue