From 8910906f2c6c0b0ab655bbb4e58ff078d7a31466 Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Wed, 2 Aug 2017 11:36:20 -0400 Subject: [PATCH 1/4] fan translations --- css/slides.css | 16 ++++++++++++++++ index.html | 11 ++++++++++- js/main.js | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/css/slides.css b/css/slides.css index c0ec514..39942f8 100644 --- a/css/slides.css +++ b/css/slides.css @@ -50,6 +50,22 @@ s{ text-decoration: line-through; } +#translations{ + margin: 10px auto; + font-size: 16px; + line-height: 21px; + color: #fff; + text-align: center; +} +#translations a{ + color:#dd4040; +} +#translations a:hover{ + color:#ee5151; +} + + + /*************************/ /******* SOUND *******/ /*************************/ diff --git a/index.html b/index.html index a9e6b7c..38e18a1 100644 --- a/index.html +++ b/index.html @@ -76,11 +76,20 @@ Many thanks again!
- + + +
+ fan-translations so far: + (add your own!) +
+ 中文 | + Português do Brasil +
+ diff --git a/js/main.js b/js/main.js index ac5c32c..20dc206 100644 --- a/js/main.js +++ b/js/main.js @@ -26,6 +26,7 @@ window.onload = function(){ slideSelect.dom.style.display = "none"; subscribe("start/game", function(){ slideSelect.dom.style.display = "block"; + $("#translations").style.display = "none"; // [FOR DEBUGGING] publish("slideshow/next"); From 21907b2b6f934191bdf334e627b93b6f2efb71fe Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Wed, 2 Aug 2017 11:37:09 -0400 Subject: [PATCH 2/4] force clear cache --- index.html | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 38e18a1..e0ad416 100644 --- a/index.html +++ b/index.html @@ -95,50 +95,50 @@ Many thanks again! - - + + - - - - + + + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file From b7d224074d6fe70e130cb1290b545e8dbda659ae Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Wed, 2 Aug 2017 11:37:28 -0400 Subject: [PATCH 3/4] force clear cache --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e0ad416..7892921 100644 --- a/index.html +++ b/index.html @@ -55,8 +55,8 @@ Many thanks again! - - + + From 92c2fa7f19b034417be74b85a3fe80b9becfe107 Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Wed, 2 Aug 2017 11:39:36 -0400 Subject: [PATCH 4/4] add translations to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71c08df..b9cc57d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ # How-To: Translate this thang! +Translations done so far: [Chinese](http://sekai.co/trust/), [Brazilian Portuguese](https://brunolemos.github.io/trust/) + **Step 1)** Fork or download this repo (if you're forking it, be sure to make sure *your* repo is on a branch called `gh-pages`, so that GitHub can automatically generate a webpage for it!)