diff --git a/src/js/states/about.js b/src/js/states/about.js index aa29ff87..900adc5a 100644 --- a/src/js/states/about.js +++ b/src/js/states/about.js @@ -15,17 +15,9 @@ export class AboutState extends TextualGameState { } getMainContentHTML() { - return ` - This game is open source and developed by Tobias Springer (this is me). -

- If you want to contribute, check out shapez.io on github. -

- This game wouldn't have been possible without the great discord community around my games - You should really join the discord server! -

- The soundtrack was made by Peppsen - He's awesome. -

- Finally, huge thanks to my best friend Niklas - Without our factorio sessions this game would never have existed. - `; + return T.about.body + .replace("", THIRDPARTY_URLS.github) + .replace("", THIRDPARTY_URLS.discord); } onEnter() { diff --git a/translations/base-en.yaml b/translations/base-en.yaml index 2764a804..a4856ddd 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -734,6 +734,12 @@ keybindings: about: title: About this Game + body: >- + This game is open source and developed by Tobias Springer (this is me).

+ If you want to contribute, check out shapez.io on github.

+ This game wouldn't have been possible without the great discord community around my games - You should really join the discord server!

+ The soundtrack was made by Peppsen - He's awesome.

+ Finally, huge thanks to my best friend Niklas - Without our factorio sessions this game would never have existed. changelog: title: Changelog diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index 39e49efc..18226b32 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -745,6 +745,12 @@ keybindings: about: title: O Grze + body: >- + Ta gra jest open-source. Rozwijana jest przez Tobiasa Springera (to ja).

+ Jeżeli chcesz pomóc w rozwoju gry, sprawdź repozytorium shapez.io na Githubie.

+ Ta gra nie byłaby możliwa bez wspaniałej społeczności Discord skupionej na moich grach - Naprawdę powinieneś dołączyć do mojego serwera Discord!

+ Ścieżka dźwiękowa tej gry została stworzona przez Peppsena - Jest niesamowity.

+ Na koniec, wielkie dzięki mojemu najlepszemu przyjacielowi: Niklas - Bez naszego wspólnego grania w Factorio, ta gra nigdy by nie powstała. changelog: title: Dziennik zmian