Skip to content

Commit ff925be

Browse files
committed
unblock jp docs
1 parent fe8c524 commit ff925be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vue/layout/index.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
2222
</ul>
2323
<ul id="translations">
24-
<li><a href="http://cn.vuejs.org" class="nav-link">中文</a></li>
24+
<li><a href="http://cn.vuejs.org" class="nav-link wip">中文</a></li>
2525
<li class="delimiter">|</li>
2626
<li><a href="http://jp.vuejs.org" class="nav-link">日本語</a></li>
2727
</ul>
@@ -128,10 +128,10 @@
128128
<script>
129129
// Temporarily block translation links until they are done
130130
// for 1.0 updates.
131-
[].forEach.call(document.querySelectorAll('#translations .nav-link'), function (link) {
131+
[].forEach.call(document.querySelectorAll('#translations .nav-link.wip'), function (link) {
132132
link.addEventListener('click', function (e) {
133133
e.preventDefault()
134-
alert('Translations for the 1.0 docs are still work in progress.')
134+
alert('1.0 translation for this language is still work in progress.')
135135
})
136136
})
137137
</script>

0 commit comments

Comments
 (0)