diff --git a/content/join/contents.lr b/content/join/contents.lr index 00d1141..5de60f9 100644 --- a/content/join/contents.lr +++ b/content/join/contents.lr @@ -2,9 +2,7 @@ _model: join --- ogpimage: /images/ogp.png --- -getting-started: -While you may be thinking all about the actual translation, for collaborative project such as translating at the Queerscriptors, it is important to coordinate. So the first step is actually to join our [Discord](https://discord.gg/tzbXdkxWYF) or [Matrix](https://matrix.to/#/#queerscriptors:encryptionin.space). +gettingstarted: +While you may be thinking all about the actual translation, translating at the Queerscriptors is a collaborative effort, and so it is important to coordinate. So the first step is actually to join our [Discord](https://discord.gg/tzbXdkxWYF) or [Matrix](https://matrix.to/#/#queerscriptors:encryptionin.space) and talk with people. -Once you are on either of those, you can proceed to create an account at our [Weblate](https://weblate.queerscriptors.org), this is the tool we use to translate. ---- -learn-tech: +Once you are on either of those, you can proceed to step 2, creating an account at our [Weblate](https://weblate.queerscriptors.org), this is the tool we use to translate. If you don't want to, it is possible to create suggestions without one, but someone with an account has to accept your suggestion before it actually gets added. \ No newline at end of file diff --git a/models/join.ini b/models/join.ini index 1fda93f..9c0afc2 100644 --- a/models/join.ini +++ b/models/join.ini @@ -9,8 +9,4 @@ translate = False [fields.gettingstarted] type = markdown -translate = False - -[fields.learntech] -type = markdown -translate = False +translate = True \ No newline at end of file diff --git a/templates/join.html b/templates/join.html index f7f296f..1abf6c5 100644 --- a/templates/join.html +++ b/templates/join.html @@ -9,7 +9,7 @@
- {{ _("Getting setup") }} + Getting setup
{{ this.gettingstarted }} @@ -18,10 +18,20 @@
- {{ _("Learn the quirks") }} + Learn the quirks
- {{ this.learntech }} +

Various game engines have some techincal stuff you need to know, e.g. in Ren'Py % is a special character, so you need to write %% instead

+
+ Ren'Py +
    +
  • As said above, there are characters that are special and therefore need special treatment, e.g. %% instead of %
  • +
  • Ren'Py uses {} and {/} to denote styling, so {b}bold{/b} would display as bold. + +
  • +