0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: disable languages with not translations

This commit is contained in:
Juan Picado @jotadeveloper 2018-03-04 09:20:19 +01:00 committed by GitHub
parent 99eb4c1629
commit bcb3cbaf43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ const languages = [
tag: 'pt-PT',
},
{
enabled: true,
enabled: false,
name: 'Português (Brasil)',
tag: 'pt-BR',
},
@ -172,7 +172,7 @@ const languages = [
tag: 'vi',
},
{
enabled: true,
enabled: false,
name: '中文',
tag: 'zh-Hans',
},