mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Translation for "Made by" text in the main menu
This commit is contained in:
parent
8667399205
commit
d371726861
@ -93,7 +93,9 @@ export class MainMenuState extends GameState {
|
||||
|
||||
<a class="helpTranslate">${T.mainMenu.helpTranslate}</a>
|
||||
|
||||
<div class="author">Made by <a class="producerLink" target="_blank">Tobias Springer</a></div>
|
||||
<div class="author">${
|
||||
T.mainMenu.madeBy.replace("<author-link>", "<a class=\"producerLink\" target=\"_blank\">Tobias Springer</a>")
|
||||
}</div>
|
||||
|
||||
</div>
|
||||
`;
|
||||
|
@ -125,6 +125,7 @@ mainMenu:
|
||||
openSourceHint: This game is open source!
|
||||
discordLink: Official Discord Server
|
||||
helpTranslate: Help translate!
|
||||
madeBy: Made by <author-link>
|
||||
|
||||
# This is shown when using firefox and other browsers which are not supported.
|
||||
browserWarning: >-
|
||||
|
@ -124,6 +124,7 @@ mainMenu:
|
||||
openSourceHint: ¡Este juego es de código abierto!
|
||||
discordLink: Servidor de Discord Oficial
|
||||
helpTranslate: ¡Ayuda a traducirlo!
|
||||
madeBy: Desarrollado por <author-link>
|
||||
|
||||
# This is shown when using firefox and other browsers which are not supported.
|
||||
browserWarning: >-
|
||||
|
Loading…
Reference in New Issue
Block a user