mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-14 05:29:27 +01:00
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
Block a user