feat: enable es translations

This commit is contained in:
Yangshun Tay 2020-07-19 00:50:22 +08:00
parent cd852c87ab
commit 80f427cde3
2 changed files with 17 additions and 5 deletions

View File

@ -29,6 +29,16 @@ module.exports = {
to: 'en/html-questions',
activeBasePath: 'en',
},
{
label: '简体中文',
to: 'zh/html-questions',
activeBasePath: 'zh',
},
{
label: 'Español',
to: 'es/html-questions',
activeBasePath: 'es',
},
{
label: '日本語',
to: 'jp/html-questions',
@ -59,11 +69,6 @@ module.exports = {
to: 'tl/html-questions',
activeBasePath: 'tl',
},
{
label: '简体中文',
to: 'zh/html-questions',
activeBasePath: 'zh',
},
],
},
{

View File

@ -6,6 +6,13 @@ module.exports = {
'en/javascript-questions',
],
},
es: {
Preguntas: [
'es/html-questions',
'es/css-questions',
'es/javascript-questions',
],
},
jp: {
に関する質問: [
'jp/html-questions',