Adjustments
[vchess.git] / client / src / views / Variants.vue
index 4374fd0..8e28e50 100644 (file)
@@ -19,7 +19,7 @@ main
           li(v-for="v of variantGroup.get(g)")
             a(:href="getLink(v)") {{ v.display }}
             | &nbsp– 
-            | {{ v.description }}
+            | {{ st.tr[v.description] }}
 </template>
 
 <script>