Skip to content

Commit

Permalink
add Italian language to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ginopc committed Oct 17, 2017
1 parent e7d5f19 commit 3471df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (notifier.update) {
var adventure = require('workshopper-adventure/adventure')
var shop = module.exports = adventure({
name: 'how-to-npm',
languages: ['en', 'es', 'ja', 'fr', 'ko'],
languages: ['en', 'es', 'ja', 'fr', 'ko', 'it'],
appDir: __dirname,
menu: {
bg: 'white',
Expand Down

0 comments on commit 3471df3

Please sign in to comment.