mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-23 04:02:14 -08:00
i18n for welcome.ejs
This commit is contained in:
parent
8960fb20e0
commit
10a75b9350
@ -161,6 +161,12 @@
|
|||||||
},
|
},
|
||||||
"waiting": {
|
"waiting": {
|
||||||
"waitingText": "Waiting for Microsoft.."
|
"waitingText": "Waiting for Microsoft.."
|
||||||
|
},
|
||||||
|
"welcome": {
|
||||||
|
"welcomeHeader": "WELCOME TO WESTEROSCRAFT",
|
||||||
|
"welcomeDescription": "Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.",
|
||||||
|
"welcomeDescCTA": "You are just a few clicks away from Westeros.",
|
||||||
|
"continueButton": "CONTINUE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"js": {
|
"js": {
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
</div>-->
|
</div>-->
|
||||||
<div id="welcomeContent">
|
<div id="welcomeContent">
|
||||||
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
|
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
|
||||||
<span id="welcomeHeader">WELCOME TO WESTEROSCRAFT</span>
|
<span id="welcomeHeader"><%- lang('welcome.welcomeHeader') %></span>
|
||||||
<span id="welcomeDescription">Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.</span>
|
<span id="welcomeDescription"><%- lang('welcome.welcomeDescription') %></span>
|
||||||
<br>
|
<br>
|
||||||
<span id="welcomeDescCTA">You are just a few clicks away from Westeros.</span>
|
<span id="welcomeDescCTA"><%- lang('welcome.welcomeDescCTA') %></span>
|
||||||
<button id="welcomeButton">
|
<button id="welcomeButton">
|
||||||
<div id="welcomeButtonContent">
|
<div id="welcomeButtonContent">
|
||||||
CONTINUE
|
<%- lang('welcome.continueButton') %>
|
||||||
<svg id="welcomeSVG" viewBox="0 0 24.87 13.97">
|
<svg id="welcomeSVG" viewBox="0 0 24.87 13.97">
|
||||||
<defs>
|
<defs>
|
||||||
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style>
|
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user