Experimental change: options replacing randomness (more general)
[vchess.git] / client / src / views / Variants.vue
index 4374fd0..f60e5f1 100644 (file)
@@ -10,8 +10,8 @@ main
         a(href="https://www.chessvariants.com/why.html")
           | {{ st.tr["Why play chess variants?"] }}
       p
-        a(href="/#/variants/Chess") Chess
-        | {{ st.tr["chess_v"] }}
+        a(href="/#/variants/Chess960") Chess960
+        | {{ st.tr["chess960_v"] }}
       div(v-for="g of sortedGroups")
         h3 {{ st.tr["vt" + g] }}
         p {{ st.tr["vg" + g] }}
@@ -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>