File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
allowtransparency =" true" frameborder =" 0" scrolling =" 0" width =" 100" height =" 20" ></iframe ></li >
22
22
</ul >
23
23
<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 >
25
25
<li class =" delimiter" >|</li >
26
26
<li ><a href =" http://jp.vuejs.org" class =" nav-link" >日本語</a ></li >
27
27
</ul >
128
128
<script >
129
129
// Temporarily block translation links until they are done
130
130
// 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 ) {
132
132
link .addEventListener (' click' , function (e ) {
133
133
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.' )
135
135
})
136
136
})
137
137
</script >
You can’t perform that action at this time.
0 commit comments