Translation for "Made by" text in the main menu

pull/199/head
Andifaind 4 years ago
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…
Cancel
Save