THREE TRANSLATIONS and other stuff

This commit is contained in:
Nicky Case 2019-10-01 17:53:54 -04:00
parent f62f12f5e4
commit 20bd605556
4 changed files with 22 additions and 4 deletions

View File

@ -184,6 +184,11 @@ French:
This was a bad system I have made.
P.S: To jump around different scenes, type `Game.debug()` into the Javascript console.
If you hover over a gray box on the left, you'll see a sidebar that lets you jump to any scene.
(Note: this make break stuff!) You can also uncomment the lines in `main.js` to test out the game
starting from different chapters.
### Step 4:
Translate `index.html`. (about 70 words) There's further instructions in that file itself. (Feel free to add yourself + your collaborators as translators in the top-left corner!)
@ -223,7 +228,7 @@ This game also has a link to a list of Mental Health Tips & Resources, [on a dif
### Step 7: TELL ME YOU ARE *DONE* 🎉🎉🎉
Ping @ncase on the Github Issue you created in Step 2 so I know! Or email me at ![](misc/email.png)
Email me at ![](misc/email.png) so I know you're done!
Do ***NOT*** send a Pull Request to *this* repo, because that will change the *original* game. I will, however, edit the original game to have a link to your translation!

View File

@ -211,9 +211,13 @@ Fan-Made Translations!
<br>
<a href="//notdotteam.github.io/anxiety/">Русский</a>
<br>
<a href="https://lucasgcb.github.io/anxiety/">Português do Brasil</a>
<br>
<a href="https://jonasreich.github.io/anxiety/">Deutsch</a>
<br>
...
<br>
<a href="https://github.com/ncase/anxiety#how-to-translate" target="_blank">(make a new one?)</a>
<a href="https://github.com/ncase/anxiety#how-to-translate" target="_blank">(make your own?)</a>
</div>
<div class="corner-text" id="bottomleft">

View File

@ -1426,11 +1426,11 @@ h: Like how struggling in quicksand makes you sink faster, and the solution is t
`hong({ eyes:"surprise" });`
{{if _.INJURED}}
h: Fighting against you, my fear, lead me to jump off a roof.
h: Fighting against you, my fear, led me to jump off a roof.
{{/if}}
{{if !_.INJURED}}
h: Fighting against you, my fear, almost lead me to jump off a roof.
h: Fighting against you, my fear, almost led me to jump off a roof.
{{/if}}
`hong({ body:"normal", eyes:"normal" });`

View File

@ -28,5 +28,14 @@
<img src="thumb.png" width="320"/>
<img src="banner.png" width="650"/>
<h2>Screenshots</h2>
<img src="screenshots/0.png" width="320"/>
<img src="screenshots/1.png" width="320"/>
<img src="screenshots/2.png" width="320"/>
<img src="screenshots/3.png" width="320"/>
<img src="screenshots/4.png" width="320"/>
<img src="screenshots/5.png" width="320"/>
<img src="screenshots/6.png" width="320"/>
</body>
</html>