mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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',
|
tag: 'pt-PT',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: true,
|
enabled: false,
|
||||||
name: 'Português (Brasil)',
|
name: 'Português (Brasil)',
|
||||||
tag: 'pt-BR',
|
tag: 'pt-BR',
|
||||||
},
|
},
|
||||||
|
@ -172,7 +172,7 @@ const languages = [
|
||||||
tag: 'vi',
|
tag: 'vi',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: true,
|
enabled: false,
|
||||||
name: '中文',
|
name: '中文',
|
||||||
tag: 'zh-Hans',
|
tag: 'zh-Hans',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue