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:
parent
d5de568f9e
commit
04f12a22e0
@ -29,13 +29,13 @@ export class CreditsState extends TextualGameState {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="translators section">
|
<div class="translators section">
|
||||||
<button class="title">Translators:</button>
|
<button class="title">${T.credits.translators.title}:</button>
|
||||||
<div class="people">
|
<div class="people">
|
||||||
${this.getGithubHTML(translators)}
|
${this.getGithubHTML(translators)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contributors section">
|
<div class="contributors section">
|
||||||
<button class="title">Contributors:</button>
|
<button class="title">${T.credits.translators.title}:</button>
|
||||||
<div class="people">
|
<div class="people">
|
||||||
${this.getGithubHTML(contributors)}
|
${this.getGithubHTML(contributors)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user