Skip to content

Commit 1c55e50

Browse files
Vergara92phanan
authored andcommitted
Add Spanish language to dropdown (#2353)
1 parent e91a603 commit 1c55e50

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<link rel="alternate" hreflang="ko" href="https://kr.vuejs.org/<%- page.path %>">
1717
<link rel="alternate" hreflang="pt-BR" href="https://br.vuejs.org/<%- page.path %>">
1818
<link rel="alternate" hreflang="fr" href="https://fr.vuejs.org/<%- page.path %>">
19+
<link rel="alternate" hreflang="es" href="https://es.vuejs.org/<%- page.path %>">
1920

2021
<meta property="og:type" content="article">
2122
<meta property="og:title" content="<%- page.title ? page.title + ' — ' : '' %>Vue.js">

themes/vue/layout/partials/language_dropdown.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<li><a href="https://br.vuejs.org/<%- page.path %>" class="nav-link" target="_blank" rel="noopener">Português</a></li>
99
<li><a href="https://fr.vuejs.org/<%- page.path %>" class="nav-link" target="_blank" rel="noopener">Français</a></li>
1010
<li><a href="https://vi.vuejs.org/<%- page.path %>" class="nav-link" target="_blank" rel="noopener">Tiếng Việt</a></li>
11+
<li><a href="https://es.vuejs.org/<%- page.path %>" class="nav-link" target="_blank" rel="noopener">Español</a></li>
1112
</ul>
1213
</li>

0 commit comments

Comments
 (0)