mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: enable Italian and French on website (#1116)
This commit is contained in:
parent
5980708f00
commit
ae20bd3382
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ const languages = [
|
|||
tag: 'fi',
|
||||
},
|
||||
{
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
name: 'Français',
|
||||
tag: 'fr-FR',
|
||||
},
|
||||
|
@ -87,7 +87,7 @@ const languages = [
|
|||
tag: 'id-ID',
|
||||
},
|
||||
{
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
name: 'Italiano',
|
||||
tag: 'it-IT',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue