Skip to content

Commit

Permalink
MOD update chinese language
Browse files Browse the repository at this point in the history
  • Loading branch information
Feyman committed Apr 22, 2018
1 parent e40109d commit 483eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -29,7 +29,7 @@ var app = express();

// setup the translation
var i18n = new (require('i18n-2'))({
locales: ['en', 'de', 'es', 'ru'],
locales: ['en', 'de', 'es', 'ru', 'zh-cn'],
directory: path.join(dir_base, 'locales/')
});

Expand Down

0 comments on commit 483eb76

Please sign in to comment.