1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Updated to use translations

This commit is contained in:
Edward Badel 2021-06-27 21:44:58 -04:00
parent d5de568f9e
commit 04f12a22e0

View File

@ -29,13 +29,13 @@ export class CreditsState extends TextualGameState {
</div>
</div>
<div class="translators section">
<button class="title">Translators:</button>
<button class="title">${T.credits.translators.title}:</button>
<div class="people">
${this.getGithubHTML(translators)}
</div>
</div>
<div class="contributors section">
<button class="title">Contributors:</button>
<button class="title">${T.credits.translators.title}:</button>
<div class="people">
${this.getGithubHTML(contributors)}
</div>