X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FAbout.vue;h=002453d71e7ed6836f27aa933e30148a8ec77cb6;hp=6b2f27c19af51ba7cf2c7a2ad4a82f2008cac278;hb=7dec8d871d5b46116653bc50bcbfc28fb9e503c5;hpb=6cd07b4da66403ab2ff751b1c0361fa237cd0ed2 diff --git a/client/src/views/About.vue b/client/src/views/About.vue index 6b2f27c1..002453d7 100644 --- a/client/src/views/About.vue +++ b/client/src/views/About.vue @@ -2,10 +2,26 @@ main .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - p TODO: give github URL, tell website story... - a(href="https://github.com/yagu0/vchess") contribute... + p {{ st.tr["about_intro1"] }} + p {{ st.tr["about_intro2"] }} + p {{ st.tr["about_sitemap"] }} + p(v-html="st.tr['about_contrib']") + p(v-html="st.tr['about_thanks']") + +