feat: enable es translations
This commit is contained in:
parent
cd852c87ab
commit
80f427cde3
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,6 +6,13 @@ module.exports = {
|
|||
'en/javascript-questions',
|
||||
],
|
||||
},
|
||||
es: {
|
||||
Preguntas: [
|
||||
'es/html-questions',
|
||||
'es/css-questions',
|
||||
'es/javascript-questions',
|
||||
],
|
||||
},
|
||||
jp: {
|
||||
に関する質問: [
|
||||
'jp/html-questions',
|
||||
|
|
|
|||
Loading…
Reference in New Issue