Removed Japanese and French YAML file for the moment because of too many missing translated strings

This commit is contained in:
Luca 2020-08-20 22:56:55 +02:00
parent c3d483a6c6
commit 162a853e43
1 changed files with 1 additions and 1 deletions

View File

@ -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