@@ -11,6 +11,11 @@ module.exports = {
11
11
lang : 'ru' ,
12
12
title : 'Паттерны Vue' ,
13
13
description : 'Полезные паттерны, методы, советы и рекомендации, а также тщательно подобранный список ссылок по Vue'
14
+ } ,
15
+ '/es/' : {
16
+ lang : 'es' ,
17
+ title : 'Patrones de Vue' ,
18
+ description : 'Patrones útiles de Vue, técnicas, consejos, trucos y enlaces seleccionados.'
14
19
}
15
20
} ,
16
21
serviceWorker : true ,
@@ -190,6 +195,35 @@ module.exports = {
190
195
[ '/ru/translations/' , 'Переводы' ] ,
191
196
] ,
192
197
} ,
198
+ '/es/' : {
199
+ label : 'Español' ,
200
+ selectText : 'Idiomas' ,
201
+ lastUpdated : 'Última actualización' ,
202
+ editLinkText : 'Modificar esta página en GitHub' ,
203
+ nav : [
204
+ { text : 'Inicio' , link : '/es/' } ,
205
+ { text : 'Docs' , link : '/es/patterns/' } ,
206
+ {
207
+ text : 'Traducciones' ,
208
+ items : [
209
+ {
210
+ text : '简体中文' ,
211
+ link : 'https://github.com/ZYSzys/vue-patterns-cn' ,
212
+ } ,
213
+ {
214
+ text : '繁體中文' ,
215
+ link : 'https://github.com/yoyoys/vue-patterns-cht' ,
216
+ } ,
217
+ ] ,
218
+ } ,
219
+ ] ,
220
+ sidebar : [
221
+ [ '/es/patterns/' , 'Patrones' ] ,
222
+ [ '/es/useful-links/' , 'Enlaces útiles' ] ,
223
+ [ '/es/sponsors/' , 'Libro Fullstack Vue' ] ,
224
+ [ '/es/translations/' , 'Traducciones' ] ,
225
+ ] ,
226
+ } ,
193
227
} ,
194
228
} ,
195
229
} ;
0 commit comments