Update to support Greek and Portuguese locales
This commit is contained in:
parent
705352db75
commit
aaf32dc4bf
4 changed files with 4 additions and 4 deletions
2
app.js
2
app.js
|
@ -94,7 +94,7 @@ app.use(helmet.hsts({
|
|||
}));
|
||||
|
||||
i18n.configure({
|
||||
locales: ['en', 'zh', 'fr', 'de', 'ja', 'es'],
|
||||
locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt'],
|
||||
cookie: 'locale',
|
||||
directory: __dirname + '/locales'
|
||||
});
|
||||
|
|
|
@ -101,6 +101,4 @@
|
|||
"OR": "Ή",
|
||||
"Export to Snippet": "Eξαγωγή σε Snippet",
|
||||
"Select Visibility Level": "Επιλέξτε επίπεδο ορατότητας"
|
||||
}
|
||||
|
||||
// el-GR Greek - Greece 0x0408 ELL
|
||||
}
|
|
@ -152,6 +152,8 @@
|
|||
<option value="de">Deutsch</option>
|
||||
<option value="ja">日本語</option>
|
||||
<option value="es">Español</option>
|
||||
<option value="el">Ελληνικά</option>
|
||||
<option value="pt">Português</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue