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:
parent
99eb4c1629
commit
bcb3cbaf43
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue